Date: Wed, 24 Nov 2004 17:20:18 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: John Baldwin <john@baldwin.cx> Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= <des@des.no> Subject: Re: A20/keybord/no-keyboard Message-ID: <20041124152019.1FF3D43D4C@mx1.FreeBSD.org> In-Reply-To: Message from John Baldwin <john@baldwin.cx> of "Wed, 24 Nov 2004 09:54:20 EST." <200411240954.20044.john@baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
... > > Ah, I've fixed the btx compile. Seems some comment rototilling busted it. that's what i saw. btw, while we are at the bottom of the bleading edge, can this also be fixed: in i386/boot/boot0/boot0.S: -#ifdef SIO +#if defined(SIO) && COMSPEED != 0 /* * Initialize the serial port. bioscom preserves the driver number in DX. */ movw COMSPEED,%ax # defined by Makefile callw bioscom #endif /* SIO */ since this only works for speeds upto 9600, and breaks things for speeds above 9600. (i know, this probably should be a PR :-) danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041124152019.1FF3D43D4C>