diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 08:45:02 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 08:45:02 +0000 |
commit | ed942f3438d54a63c8fe9da9e311b76e6c74a5a6 (patch) | |
tree | 2bd0320804b875f93133a1519ffbdd54676d639c /sys/conf | |
parent | db650eb0221a47878ca601bd66b9675845174f08 (diff) |
Inital import for the acx(4) driver.
ok deraadt@ jsg@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index fe3e91e50b7..f047ee9a7d5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.381 2006/07/19 18:38:42 grunk Exp $ +# $OpenBSD: files,v 1.382 2006/08/03 08:45:01 mglocker Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -368,6 +368,12 @@ device ral: ether, ifnet, ifmedia, firmload, wlan file dev/ic/rt2560.c ral file dev/ic/rt2661.c ral +# Texas Instruments ACX 802.11 +device acx: ether, ifnet, ifmedia, firmload, wlan +file dev/ic/acx.c acx +file dev/ic/acx111.c acx +file dev/ic/acx100.c acx + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |