diff options
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 9c5a77f3a1c..30d7859a039 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 2011/06/29 20:52:09 matthew Exp $ +# $OpenBSD: GENERIC,v 1.36 2011/07/07 23:41:09 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -163,16 +163,15 @@ udl* at uhub? wsdisplay* at udl? # Bluetooth controllers -ubt* at uhub? disable # USB Bluetooth -bthub* at ubt? - -bthidev* at bthub? # Bluetooth HID support +#ubt* at uhub? disable # USB Bluetooth +#bthub* at ubt? +#bthidev* at bthub? # Bluetooth HID support #btkbd* at bthidev? #btms* at bthidev? #wskbd* at btkbd? mux 1 #wsmouse* at btms? mux 0 -btsco* at bthub? # Bluetooth audio support -audio* at btsco? +#btsco* at bthub? # Bluetooth audio support +#audio* at btsco? scsibus* at scsi? sd* at scsibus? # SCSI disk drives |