diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-24 18:19:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-24 18:19:47 +0000 |
commit | 339e62073e06ba6a375817758eea993a70455970 (patch) | |
tree | ebc5edd74e0c7423e159e518ad8e247c55352880 /sys/arch/i386/conf/RAMDISK | |
parent | 42f9bba9782524eb4fd5e7be6bc82ce43507780c (diff) |
Disable ex0 because its intrusive probe. When busified we can
try it again.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index f2e1002a27e..11b1ffb974f 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 1997/09/24 17:17:42 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.15 1997/09/24 18:19:46 niklas Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -152,7 +152,7 @@ ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards ep* at isa? port ? irq ? # 3C509 ethernet cards -ex0 at isa? port ? irq ? # Intel EtherExpress PRO/10 +#ex0 at isa? port ? irq ? # Intel EtherExpress PRO/10 ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 ie1 at isa? port 0x300 irq 10 # EtherExpress le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA |