diff options
author | marcel <marcel@FreeBSD.org> | 2006-04-07 22:04:07 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-04-07 22:04:07 +0000 |
commit | 6692456a369604c97f31b7e7b7026b77b03b70fb (patch) | |
tree | 76cc3ff3e4000a4a9882cc6f47db8c74680f447c /sys | |
parent | d8abb8a512d47f9fec22f5bac01ad8ca9206b416 (diff) | |
download | FreeBSD-src-6692456a369604c97f31b7e7b7026b77b03b70fb.zip FreeBSD-src-6692456a369604c97f31b7e7b7026b77b03b70fb.tar.gz |
Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26
trick on a PowerBook G4 and friends to get the USB keyboard as ukbd0.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 57d7f88..58fb566 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -88,6 +88,7 @@ device pass # Passthrough device (direct SCSI access) # syscons is the default console driver, resembling an SCO console device sc +device kbdmux options SC_OFWFB # OFW frame buffer options SC_DFLT_FONT # compile font in makeoptions SC_DFLT_FONT=cp437 |