Re: atkbd: changing flags at boot time

2005-06-28 Thread Brian Candler
> from /boot/loader.conf: > > userconfig_script_load="YES" > > from /boot/kernel.conf: > > flags atkbd0 0 > quit That works, many thanks! (I haven't used FreeBSD 4 for a while, but the place I'm currently working hasn't yet decided to move to 5 or 6...) Regards, Brian. _

Re: atkbd: changing flags at boot time

2005-06-27 Thread Sean Winn
On 28/06/2005, at 2:16 AM, Freddie Cash wrote: On June 27, 2005 05:52 am, Joao Paulo Marques Mattos wrote: Brian Candler wrote: [This is with FreeBSD 4.11-RELEASE] set in /boot/device.hints hint.atkbd.0.flags="0x0" FreeBSD 4.x supports device.hints? I thought that was a 5.x feature. S

Re: atkbd: changing flags at boot time

2005-06-27 Thread Sergey Spivak
Hi! >>> [This is with FreeBSD 4.11-RELEASE] >> set in /boot/device.hints >> hint.atkbd.0.flags="0x0" > > FreeBSD 4.x supports device.hints? I thought that was a 5.x feature. > You're right. "12.5 Device Hints Note: This is a FreeBSD 5.0 and later feature which does not exist in earlier versi

Re: atkbd: changing flags at boot time

2005-06-27 Thread Freddie Cash
On June 27, 2005 05:52 am, Joao Paulo Marques Mattos wrote: > Brian Candler wrote: > > [This is with FreeBSD 4.11-RELEASE] > set in /boot/device.hints > hint.atkbd.0.flags="0x0" FreeBSD 4.x supports device.hints? I thought that was a 5.x feature. > > So I tried putting > > hint.atkbd.0.flags=

Re: atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
On Monday 27 June 2005 14:14, Brian Candler wrote: > > set in /boot/device.hints > > > > hint.atkbd.0.flags="0x0" > > I tried that, and it didn't work. I've tested it again, giving exactly your suggestion in exactly that file, and it doesn't work. However, on another machine, where I set the fla

Re: atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
> set in /boot/device.hints > > hint.atkbd.0.flags="0x0" I tried that, and it didn't work. Well actually I put the setting in /boot/loader.conf rather than /boot/device.hints, but AFAICT they are the same: $ cd /usr/src/sys/boot $ find . -type f | xargs grep device.hints ./forth/loader.conf:l

Re: atkbd: changing flags at boot time

2005-06-27 Thread Joao Paulo Marques Mattos
set in /boot/device.hints hint.atkbd.0.flags="0x0" []´s JP-Ux - Original Message - From: "Brian Candler" <[EMAIL PROTECTED]> To: Sent: Monday, June 27, 2005 9:38 AM Subject: atkbd: changing flags at boot time [This is with FreeBSD 4.11-RELEASE] I woul

atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
[This is with FreeBSD 4.11-RELEASE] I would like to arrange that the ATA keyboard works even if the machine is booted without a keyboard, but one is subsequently plugged in. My understanding is that the default behaviour of probing for the keyboard is set here in the kernel configuration: devi