Add a placeholder for the ISA WaveLAN card
This commit is contained in:
parent
471ab17680
commit
5fcccf1e9c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files,v 1.326 1999/10/27 13:18:02 augustss Exp $
|
||||
# $NetBSD: files,v 1.327 1999/10/29 21:35:43 matt Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
@ -377,6 +377,10 @@ file dev/ic/rtl80x9.c rtl80x9
|
||||
device wdc: ata, atapi, wdc_base
|
||||
file dev/ic/wdc.c wdc_base
|
||||
|
||||
# Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
|
||||
device wl: ether, ifnet, arp
|
||||
file dev/ic/wavelan.c wavelan
|
||||
|
||||
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
||||
device tlp: arp, ether, ifnet, mii
|
||||
file dev/ic/tulip.c tlp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pcmcia,v 1.17 1999/09/28 17:58:55 thorpej Exp $
|
||||
# $NetBSD: files.pcmcia,v 1.18 1999/10/29 21:35:44 matt Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent PCMCIA code.
|
||||
# Included by ports that need it.
|
||||
@ -32,7 +32,6 @@ attach com at pcmcia with com_pcmcia
|
||||
file dev/pcmcia/com_pcmcia.c com_pcmcia
|
||||
|
||||
# Digital RoamAbout / Lucent WaveLAN PCMCIA card
|
||||
device wl: arp, ether, ifnet
|
||||
attach wl at pcmcia with wl_pcmcia
|
||||
file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia
|
||||
defopt opt_wl_pcmcia.h WL_TIMER WLP_CC_DEBUG WL_DEBUG MMC_STATUS
|
||||
|
Loading…
Reference in New Issue
Block a user