Date: Thu, 1 Apr 2004 17:06:49 -0500 From: John Baldwin <jhb@FreeBSD.org> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints Message-ID: <200404011706.49954.jhb@FreeBSD.org> In-Reply-To: <200404012148.i31LmV7E057805@repoman.freebsd.org> References: <200404012148.i31LmV7E057805@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: > alfred 2004/04/01 13:48:31 PST > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC.hints > Log: > Fix booting with ps2 keyboards. Please revert since you did not get adequate review or discussion for this change. revision 1.255 date: 2000/05/12 03:05:35; author: jhb; state: Exp; lines: +17 -16 Turn on USB support for most USB devices. udbp is not turned on since NETGRAPH is not present in GENERIC at the moment. Also, change some settings to support USB installs: - Add KBD_INSTALL_CDEV as an option to make /dev/kbd[01] actually work. - Turn on keyboard probing in sc0. The syscons driver will now use a flag documented in ukbd(4) but not in sc(4) that tells syscons to actively search for a keyboard device if none is found. This allows USB keyboards to just be plugged in and instantly start working. - Require the atkbd0 driver to actually probe to see if a keyboard is there. This allows USB keyboards to be seen by sc0 if an AT keyboard isn't plugged into the computer. This also means that you will no longer be able to plug an AT keyboard into a machine after it has booted a GENERIC kernel and use it. AT keyboards aren't designed for this anyway. USB keyboards are designed for this, and they work. Instantly MFC'ing drive by commits is also not very nice. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404011706.49954.jhb>