From owner-cvs-all Thu Nov 30 10:51:54 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 374D837B400; Thu, 30 Nov 2000 10:51:50 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp246.osd.bsdi.com [204.216.28.246]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eAUIpcC66195; Thu, 30 Nov 2000 10:51:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001130104221.A77156@elvis.mu.org> Date: Thu, 30 Nov 2000 10:51:59 -0800 (PST) From: John Baldwin To: Paul Saab Subject: Re: cvs commit: src/sys/boot/i386/pxeldr Makefile pxeldr.s Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Paul Saab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- 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