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/conf | |
parent | c31440fe2743b2fd7ee38119393146c41313f7d2 (diff) |
only athn at uhub (not pci or cardbus) needs firmload
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 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 |