diff options
| author | cube <cube@NetBSD.org> | 2007-01-09 19:19:09 +0000 |
|---|---|---|
| committer | cube <cube@NetBSD.org> | 2007-01-09 19:19:09 +0000 |
| commit | ecacf90d2f50cc0559b53a57283e13ebe2ade159 (patch) | |
| tree | 3473555f2fdb617b77d24ab58635bdafb5a4449e /sys/dev | |
| parent | b0ab3a15b93a413beeb2cd2727cfffd2f0b27612 (diff) | |
Remove stale config(5) entries for unexistent wl(4).
Ok'd by matt@.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/files.isa | 6 | ||||
| -rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 8 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 2d2e32352ac..06774c33622 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $NetBSD: files.isa,v 1.146 2007/01/09 15:34:59 cube Exp $ +# $NetBSD: files.isa,v 1.147 2007/01/09 19:19:09 cube Exp $ # # Config file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be @@ -291,10 +291,6 @@ attach tr at isa with tr_isa: tr_isa, elink file dev/isa/if_tribm_isa.c tr_isa file dev/isa/if_trtcm_isa.c tr_isa -# ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card -attach wl at isa with wl_isa: i82586, wavelan -file dev/isa/if_wl_isa.c wl_isa - # # ISA Sound hardware # diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index c82af018cb2..69ed9bfe800 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $NetBSD: files.pcmcia,v 1.53 2006/11/25 17:52:57 dsl Exp $ +# $NetBSD: files.pcmcia,v 1.54 2007/01/09 19:19:09 cube Exp $ # # Config.new file and device description for machine-independent PCMCIA code. # Included by ports that need it. @@ -43,12 +43,6 @@ file dev/pcmcia/spc_pcmcia.c spc_pcmcia attach com at pcmcia with com_pcmcia file dev/pcmcia/com_pcmcia.c com_pcmcia -# Digital RoamAbout / Lucent WaveLAN PCMCIA card -#attach wl at pcmcia with wl_pcmcia -#file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia -#defflag opt_wl_pcmcia.h WL_TIMER WLP_CC_DEBUG WL_DEBUG MMC_STATUS -# WL_IFCNTRS WL_TIMING - # PCMCIA IDE controller attach wdc at pcmcia with wdc_pcmcia file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia |
