diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 21:02:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 21:02:24 +0000 |
commit | f19b885779ee7ed048ccc34f1c855df6c039e5f1 (patch) | |
tree | 9ef76d8a4ad2ec0986890eef4559dcdfb0a98829 /sys/arch/i386/conf | |
parent | 53177502e4540efc535f2c9b66866effe3236272 (diff) |
remove pcmcia from the raid/fatscsi install floppy
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 427e8ec50f7..efd0a3c4af6 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.27 2001/01/23 20:29:36 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.28 2001/01/27 21:02:23 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -67,15 +67,15 @@ pci* at ppb? bus ? pci* at pchb? bus ? # ISA PCMCIA controllers -pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 -pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 -pcic2 at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000 +#pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 +#pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 +#pcic2 at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000 # PCI PCMCIA controllers -pcic* at pci? dev? function ? +#pcic* at pci? dev? function ? # PCMCIA bus support -pcmcia* at pcic? controller ? socket ? +#pcmcia* at pcic? controller ? socket ? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? @@ -94,7 +94,7 @@ pccom2 at isa? port 0x3e8 irq 5 #pccom* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #pccom* at rtfps? slave ? -pccom* at pcmcia? function ? # PCMCIA modem cards +#pccom* at pcmcia? function ? # PCMCIA modem cards pccom* at isapnp? # option for using CD1400 handshaking for incoming data @@ -214,20 +214,24 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards ep0 at pci? dev ? function ? # 3C59x ethernet cards ep* at pci? dev ? function ? # 3C59x ethernet cards ne* at pci? dev ? function ? # NE2000-compat ethernet cards -ne* at pcmcia? function ? # PCMCIA based NE2000 cards -ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -sm* at pcmcia? function ? # PCMCIA based sm cards -xe* at pcmcia? function ? # Xircom ethernet +#ne* at pcmcia? function ? # PCMCIA based NE2000 cards +#ep* at pcmcia? function ? # PCMCIA based 3c5xx cards +#sm* at pcmcia? function ? # PCMCIA based sm cards +#xe* at pcmcia? function ? # Xircom ethernet #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3C9xx ethernet cards rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards vr* at pci? dev ? function ? # VIA Rhine ethernet -dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +#ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet +#skc* at pci? dev ? function ? # SysKonnect GEnesis 984x +#sk* at skc? # each port of above +#wx* at pci? dev ? function ? # Intel Pro/1000 ethernet -wi* at pcmcia? function ? # WaveLAN IEEE 802.11 +#wi* at pcmcia? function ? # WaveLAN IEEE 802.11 #awi* at pcmcia? function ? # Bay Networks IEEE 802.11FH #an* at pcmcia? function ? # Aironet IEEE 802.11DS #cnw* at pcmcia? function ? # Xircom Netwave |