Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 10:51:59 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Paul Saab <paul@mu.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Paul Saab <ps@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/boot/i386/pxeldr Makefile pxeldr.s
Message-ID:  <XFMail.001130105159.jhb@FreeBSD.org>
In-Reply-To: <20001130104221.A77156@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 30-Nov-00 Paul Saab wrote:
> John Baldwin (jhb@FreeBSD.org) wrote:
>> Errm, when Drew tested this it didn't actually work, which is why I didn't
>> commit it.  :-P  I think I've found the bug though, so I'll just commit the
>> fix
>> that should make it work. :)
> 
> That's weird.. It works for me.

Hmm. It shouldn't. :)  I was setting bits 0xc in howto, but the actual bit used
to force a serial console is 1 << 0xc, or 0x1000.  (Look at RB_SERIAL in
sys/reboot.h).  0xc is actually RB_HALT | RB_NOSYNC.  Hmm, I wonder if that
does anything anymore. :)

> paul

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.001130105159.jhb>