diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-22 23:55:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-22 23:55:25 +0000 |
commit | 228f1c975fc79bfeb0a45d9499408cee7f3191f7 (patch) | |
tree | 2a6ac1de96e911c11c012a53926c7180c5c0b968 /sys/conf/files | |
parent | 68fe655b77ab978f8d03f8feec46801220bd46c5 (diff) |
atw(4) driver from NetBSD (dyoung). Based in part on a port by
Matthew Gream.
Unfortunately, the adm8211 card I have with me does not work correctly
with the driver yet so real testing will have to wait until I get
my hands on an adm8211-based DWL-650 or something similar.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index ab754407126..9b47c4b7f66 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.306 2004/06/22 22:53:51 millert Exp $ +# $OpenBSD: files,v 1.307 2004/06/22 23:55:23 millert Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -318,6 +318,10 @@ file dev/ic/trm.c trm device lm file dev/ic/nslm7x.c lm +# ADMtek ADM8211 802.11 +device atw: ether, ifnet, ifmedia, smc93cx6, wlan +file dev/ic/atw.c atw + # 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 |