diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2010-04-17 21:31:42 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2010-04-17 21:31:42 +0000 |
commit | 3b409255b40aabbe07732cbb576bb30585baa1a3 (patch) | |
tree | e56ac9cc45e561ac06a2b1d53ac25f467b9c6288 /etc/defaults | |
parent | ae8ea7c78385a57669ed9bb21cfc9a021afd410e (diff) | |
download | FreeBSD-src-3b409255b40aabbe07732cbb576bb30585baa1a3.zip FreeBSD-src-3b409255b40aabbe07732cbb576bb30585baa1a3.tar.gz |
Use ubthidhci_enable="NO" to avoid the bootup warning.
Submitted by: Jilles Tjoelker <jilles@stack.nl>
MFC after: 3 days
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 48233bd..ab50920 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -437,7 +437,7 @@ rfcomm_pppd_server_two_channel="3" # Override local channel for 'two' #rfcomm_pppd_server_two_register_sp="NO" # Override SP and DUN register #rfcomm_pppd_server_two_register_dun="NO" # for 'two' -#ubthidhci_enable="YES" # Switch an USB BT controller present on +ubthidhci_enable="NO" # Switch an USB BT controller present on #ubthidhci_busnum="3" # bus 3 and addr 2 from HID mode to HCI mode. #ubthidhci_addr="2" # Check usbconfig list to find the correct # numbers for your system. |