diff options
author | 1998-10-04 23:34:37 +0000 | |
---|---|---|
committer | 1998-10-04 23:34:37 +0000 | |
commit | ef98075771bca0e129823998e3f99c4d10202ed5 (patch) | |
tree | 8a5737e0a9a4d2c6c32d04f4770c75f537176e33 | |
parent | oops (diff) | |
download | wireguard-openbsd-ef98075771bca0e129823998e3f99c4d10202ed5.tar.xz wireguard-openbsd-ef98075771bca0e129823998e3f99c4d10202ed5.zip |
Remove remnicients of if_ed
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 390ebe1c14f..9f45e42b5d4 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.47 1998/09/22 08:06:07 fgsch Exp $ +# $OpenBSD: files.i386,v 1.48 1998/10/04 23:34:37 niklas Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -178,15 +178,6 @@ device spkr: tty attach spkr at pckbd file arch/i386/isa/spkr.c spkr needs-flag -# National Semiconductor DS8390/WD83C690-based boards -# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones) -# XXX conflicts with other ports; can't be in files.isa -#device ed: ether, ifnet -#attach ed at isa with ed_isa -#attach ed at pcmcia with ed_pcmcia -#attach ed at pci with ed_pci -#file dev/isa/if_ed.c ed & (ed_isa | ed_pcmcia | ed_pci) needs-flag - # Adaptec AHA-284x VL SCSI controllers # device declaration in sys/conf/files attach ahc at isa with ahc_isa |