diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-15 02:40:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-15 02:40:37 +0000 |
commit | fe94e414308b31ce821f7118a9adbdcc66c14d75 (patch) | |
tree | 5eb1cd2a861c8dc7538beb0ce1dda086330f72e8 /sys/conf/files | |
parent | 8180cc247a212c589024e0d52a345ee24765eff1 (diff) |
Split wi(4) into bus-dependent and bus-independent bits similar to
an(4) -- no real code changes at this point.
Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and
create an if_wivar.h similar to NetBSD.
PCI adaptors exist that are not true PCMCIA controllers so
wi(4) @ PCI is possible (though the code is not working yet ;-).
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index abdaaaa8172..87fb7fb8914 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.199 2001/05/13 15:39:26 deraadt Exp $ +# $OpenBSD: files,v 1.200 2001/05/15 02:40:34 millert Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -155,7 +155,8 @@ device ep: ether, ifnet, ifmedia, mii file dev/ic/elink3.c ep # WaveLan -# device wlp: ether, ifnet +device wi: ether, ifnet, ifmedia +file dev/ic/if_wi.c wi # Aironet 802.11 DS Ethernet controller device an: ether, ifnet, ifmedia |