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/dev/pcmcia/files.pcmcia | |
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/dev/pcmcia/files.pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index 01a10c0dd11..6913fddcb46 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.34 2001/03/29 01:39:32 aaron Exp $ +# $OpenBSD: files.pcmcia,v 1.35 2001/05/15 02:40:35 millert Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -70,9 +70,8 @@ attach cnw at pcmcia file dev/pcmcia/if_cnw.c cnw # Lucent WaveLAN -device wi: ether, ifnet -attach wi at pcmcia -file dev/pcmcia/if_wi.c wi +attach wi at pcmcia with wi_pcmcia +file dev/pcmcia/if_wi_pcmcia.c wi_pcmcia # AMD 79c930-based 802.11 cards (including BayStack 650 FH card). device awi: ether, ifnet |