Re: A question about break and sysrq on a serial console (2.6.19.1)

2007-01-18 Thread Brian Beattie
On Thu, 2007-01-18 at 16:47 +, Russell King wrote: > On Thu, Jan 18, 2007 at 08:19:47AM -0800, Brian Beattie wrote: > > On Thu, 2007-01-18 at 09:13 +, Russell King wrote: > > > On Wed, Jan 17, 2007 at 03:56:54PM -0800, Brian Beattie wrote: > > > > I'm

A question about break and sysrq on a serial console (2.6.19.1)

2007-01-17 Thread Brian Beattie
->flags & UPF_SAK) do_SAK(info->tty); return 0; } ----- It seem to me that this code will toggle port->sysrq. -- Brian Beattie Firmware Engineer APCON, Inc. [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

RE: Open letter to Linux kernel developers (was Re: Binary Drivers)

2007-01-02 Thread Brian Beattie
rred serving range. I can cite source after source for this. For > example: > http://www.bunn.com/pages/coffeebasics/cb6holding.html > http://www.millcreekcoffee.com/holding.htm Do you actually read your citations? Your cited sources both give the SERVING temp as 155 - 175 F. -- Brian Beatti

Re: Help - really messed up kernel

2005-02-20 Thread Brian Beattie
7;t wipe out your MBR you can still boot from a cdrom. -- Brian Beattie LFS12947 | "Honor isn't about making the right choices. [EMAIL PROTECTED] | It's about dealing with the consequences." www.beattie-home.net | -- Midori Koto - To unsubscribe from this list: send

Re: Bug in the file attributes ?

2001-03-29 Thread Brian Beattie
eference count is zero, the inode and data blocks are returned to their respective free lists. All the rm command does, is to remove the directory entry and decrement the reference count :). This is why Unix has a rm (remove link) as opposed to a del (delete file) command. Brian...just being pedantic