diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2011-07-23 21:12:57 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2011-07-23 21:12:57 +0000 |
| commit | 9d5fabfe368d0ed046e11e5b7c6ea374dd88bd39 (patch) | |
| tree | c3a49a551bcd5b0bb9f7bc73013719ee02702792 /sys/dev | |
| parent | e8fdcc7c5fe0554c93f5e39d5a21796c265e1996 (diff) | |
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevices.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevices.config b/sys/dev/usb/usbdevices.config index f773ffa9157..8695581a2d3 100644 --- a/sys/dev/usb/usbdevices.config +++ b/sys/dev/usb/usbdevices.config @@ -1,4 +1,4 @@ -# $NetBSD: usbdevices.config,v 1.8 2011/07/20 22:33:46 jakllsch Exp $ +# $NetBSD: usbdevices.config,v 1.9 2011/07/23 21:12:58 jakllsch Exp $ # # This file contains all USB related configuration. # It is suitable for inclusion in a kernel config(5) file. @@ -208,4 +208,5 @@ dtv* at dtvbus? # USB Bluetooth controllers ubt* at uhub? port ? +aubtfwl* at uhub? port ? # load Atheros AR3k ubt(4) firmware bthub* at ubt? |
