diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2011-01-06 19:32:10 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2011-01-06 19:32:10 +0000 |
commit | e6291d2f2b483f0e5147c3f0d7d1ca9cbe69327d (patch) | |
tree | f04c04b659ab95d5ed43502c9d935974279299bb /sys | |
parent | c31440fe2743b2fd7ee38119393146c41313f7d2 (diff) |
only athn at uhub (not pci or cardbus) needs firmload
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 4 | ||||
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files index 033aa5a996e..ffe18586b42 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.507 2011/01/06 07:27:15 damien Exp $ +# $OpenBSD: files,v 1.508 2011/01/06 19:32:09 damien Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -366,7 +366,7 @@ device ath: ether, ifnet, ifmedia, ar5xxx, wlan, gpiobus file dev/ic/ath.c ath # Atheros AR9k (802.11a/g/n) driver -device athn: ether, ifnet, ifmedia, wlan, firmload +device athn: ether, ifnet, ifmedia, wlan file dev/ic/athn.c athn file dev/ic/ar5008.c athn file dev/ic/ar5416.c athn diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 4f2a151199f..9fff2e9a8ab 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.96 2011/01/06 07:27:15 damien Exp $ +# $OpenBSD: files.usb,v 1.97 2011/01/06 19:32:09 damien Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -376,7 +376,7 @@ attach uath at uhub file dev/usb/if_uath.c uath # Atheros AR9002U -attach athn at uhub with athn_usb +attach athn at uhub with athn_usb: firmload file dev/usb/if_athn_usb.c athn_usb needs-flag # Maxim/Dallas DS2490 1-Wire adapter |