Re: A20/keybord/no-keyboard

2004-11-25 Thread John Baldwin
On Wednesday 24 November 2004 09:29 am, Danny Braniss wrote: > > On Nov 24, 2004, at 2:47 AM, Danny Braniss wrote: > > >> If the VGA driver is present, the system will assume you want to use a > > >> VGA console, unless you force one of the serial ports to become the > > >> system console by settin

Re: A20/keybord/no-keyboard

2004-11-25 Thread Danny Braniss
(sorry if this a resend, it seems there was a problem at hub.freebsd.org) > The console driver (sc) currently requires you to have at least one > keyboard driver compiled in. Since your board doesn't have a display > adapter, you can simply remove 'device sc'. > the kbd.c was getting compiled in

Re: A20/keybord/no-keyboard

2004-11-24 Thread Danny Braniss
(if this is a repeat, then sorry, there seems to be a problem at hub.freebsd.org) ... > > 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: -#ifd

Re: A20/keybord/no-keyboard

2004-11-24 Thread Danny Braniss
... > > 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. biosco

Re: A20/keybord/no-keyboard

2004-11-24 Thread Danny Braniss
> > On Nov 24, 2004, at 2:47 AM, Danny Braniss wrote: > > >> If the VGA driver is present, the system will assume you want to use a > >> VGA console, unless you force one of the serial ports to become the > >> system console by setting the appropriate hint in device.hints or > >> loader.conf as d

Re: A20/keybord/no-keyboard

2004-11-24 Thread John Baldwin
On Nov 24, 2004, at 2:47 AM, Danny Braniss wrote: If the VGA driver is present, the system will assume you want to use a VGA console, unless you force one of the serial ports to become the system console by setting the appropriate hint in device.hints or loader.conf as documented in the sio(4) man

Re: A20/keybord/no-keyboard

2004-11-24 Thread Dag-Erling Smørgrav
Danny Braniss <[EMAIL PROTECTED]> writes: > im using hint.sio.0.flags="0x20", and still, only after i removed > the vga from the config file did i get the console output on the > serial line. 0x20 (COM_FORCECONSOLE) isn't enough, you have to use 0x30 (COM_FORCECONSOLE | COM_CONSOLE). COM_FORCECON

Re: A20/keybord/no-keyboard

2004-11-23 Thread Danny Braniss
> The console driver (sc) currently requires you to have at least one > keyboard driver compiled in. Since your board doesn't have a display > adapter, you can simply remove 'device sc'. > the kbd.c was getting compiled in, and complained, but i think that's taken care of. I solved it by adding

Re: A20/keybord/no-keyboard

2004-11-23 Thread Dag-Erling Smørgrav
Danny Braniss <[EMAIL PROTECTED]> writes: > this is waht i get if i remove atkbd and atkbdc: > ... The console driver (sc) currently requires you to have at least one keyboard driver compiled in. Since your board doesn't have a display adapter, you can simply remove 'device sc'. from an earlier

Re: A20/keybord/no-keyboard

2004-11-16 Thread Danny Braniss
> In message: <[EMAIL PROTECTED]> > Danny Braniss <[EMAIL PROTECTED]> writes: > : kbd.o(.text+0x30e): In function `kbd_register': > : : undefined reference to `__stop_set_kbddriver_set' > > dev/kbd/kbd.c optionalatkbd > dev/kbd/kbd.c optional

Re: A20/keybord/no-keyboard

2004-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Danny Braniss <[EMAIL PROTECTED]> writes: : kbd.o(.text+0x30e): In function `kbd_register': : : undefined reference to `__stop_set_kbddriver_set' dev/kbd/kbd.c optionalatkbd dev/kbd/kbd.c optionalkbd de

Re: A20/keybord/no-keyboard

2004-11-15 Thread Danny Braniss
> In message: <[EMAIL PROTECTED]> > Danny Braniss <[EMAIL PROTECTED]> writes: > : so, Q1: is it possible to compile a 5.3 kernel without kbd, > > Doesn't removing atkbd and atkbdc from the kernel do the job? > this is waht i get if i remove atkbd and atkbdc: ... MAKE=make sh /r+d/5.3/

Re: A20/keybord/no-keyboard

2004-11-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Danny Braniss <[EMAIL PROTECTED]> writes: : so, Q1: is it possible to compile a 5.3 kernel without kbd, Doesn't removing atkbd and atkbdc from the kernel do the job? Warner ___ [EMAIL PROTECTED] mailing list h