diff options
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index d2a2876855d..97a8b37439e 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 2007/09/09 01:37:28 jsg Exp $ +# $OpenBSD: GENERIC,v 1.15 2008/02/24 21:49:37 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -163,5 +163,12 @@ udcf* at uhub? # Gude Expert mouseCLOCK # Bluetooth bus support #bthub* at ubt? +# Bluetooth HID support +#bthidev* at bthub? +#btkbd* at bthidev? +#btms* at bthidev? +#wskbd* at btkbd? mux 1 +#wsmouse* at btms? mux 0 + sd* at scsibus? # SCSI disk drives cd* at scsibus? # SCSI CD-ROM drives |