diff options
author | 2008-04-23 13:28:58 +0000 | |
---|---|---|
committer | 2008-04-23 13:28:58 +0000 | |
commit | b43a0bace643314a32425f11e63b77ab24415a0c (patch) | |
tree | af44b4589ea70807a9a906af19bcf4d5ff659d8f /sys/dev/isa/files.isa | |
parent | unbreak compilationg with option MPLS but without option MPLS_DEBUG (diff) | |
download | wireguard-openbsd-b43a0bace643314a32425f11e63b77ab24415a0c.tar.xz wireguard-openbsd-b43a0bace643314a32425f11e63b77ab24415a0c.zip |
Remove driver for pre 802.11 RangeLAN2 wireless devices.
It doesn't compile, was never finished, is now irrelevant, and miod
has taken it apon himself to scare good boys and girls by suggesting
they read the code.
ok dlg@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 71f606987e1..e9051b11971 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.103 2008/04/05 06:20:46 form Exp $ +# $OpenBSD: files.isa,v 1.104 2008/04/23 13:28:59 jsg Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -206,10 +206,6 @@ file dev/isa/if_le_isa.c le_isa attach sm at isa with sm_isa file dev/isa/if_sm_isa.c sm_isa -# RangeLAN2 wireless network -attach rln at isa with rln_isa -file dev/isa/if_rln_isa.c rln_isa - # # ISA Sound hardware # |