diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 10:00:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 10:00:45 +0000 |
commit | df8f055e277e00e06a8feba01ea1d14f8045a8a9 (patch) | |
tree | 7394b27e4627055da4a9eac5a4fbdd1c63f893f8 /sys/arch | |
parent | be51ec50f444142658346a816e44456a7901f70b (diff) |
add ep* at isapnp; move le0 to where GENERIC expects it
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index f8df4b49d58..e9565d43f30 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 1998/03/28 09:30:52 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.29 1998/03/28 10:00:44 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -166,12 +166,13 @@ ep0 at isa? port ? irq ? # 3C509 ethernet cards ep* at isa? port ? irq ? # 3C509 ethernet cards 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 +le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 ep0 at eisa? slot ? ep* at eisa? slot ? # 3C579 ethernet cards #fea* at eisa? slot ? # DEC DEFEA FDDI cards le* at pci? dev ? function ? # PCnet-PCI based ethernet cards +ep* at isapnp? # 3C509 PnP ethernet cards le* at isapnp? de* at pci? dev ? function ? # DC21X4X-based ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards |