diff options
author | 2011-07-07 23:36:41 +0000 | |
---|---|---|
committer | 2011-07-07 23:36:41 +0000 | |
commit | d3417526ca38e99ff02b1b119ece1dd0860b66ca (patch) | |
tree | 6ce3e4c3e84976f475206d88f7c325512d0dfd37 | |
parent | Set ypserv_flags to NO by default. (diff) | |
download | wireguard-openbsd-d3417526ca38e99ff02b1b119ece1dd0860b66ca.tar.xz wireguard-openbsd-d3417526ca38e99ff02b1b119ece1dd0860b66ca.zip |
We cannot allow the past to impede future progress. So disable bluetooth
to free up some more room for isadma. ok deraadt
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index cbc761ab8fe..8e313299179 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.725 2011/07/07 22:45:08 tedu Exp $ +# $OpenBSD: GENERIC,v 1.726 2011/07/07 23:36:41 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -317,17 +317,17 @@ sdhc* at pci? # SD Host Controller sdmmc* at sdhc? # SD/MMC bus # Bluetooth controllers -sbt* at sdmmc? disable # SDIO Bluetooth -bthub* at sbt? -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? +#sbt* at sdmmc? disable # SDIO Bluetooth +#bthub* at sbt? +#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? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? |