diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-11 22:00:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-11 22:00:19 +0000 |
commit | a0d27280f9724b0746cd7de1a81934f2932f6be4 (patch) | |
tree | 1a864baa328ed52de5f10ea09af86196b9098c6a /sys | |
parent | 640b9f688de759128da89029f54f793d30d6223c (diff) |
ne* fixups
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5cd055583f7..f5bba379d32 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.105 1999/03/11 18:52:05 jason Exp $ +# $OpenBSD: GENERIC,v 1.106 1999/03/11 22:00:17 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -162,7 +162,7 @@ we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet we1 at isa? port 0x300 iomem 0xcc000 irq 10 # we* at isapnp? ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet -ne0 at isa? port 0x240 iomem 0xd8000 irq 9 # NE[12]000 ethernet +ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet ne* at isapnp? # NE[12]000 PnP ethernet diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index f28cfa5a155..202c7789832 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.61 1999/03/11 20:02:45 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.62 1999/03/11 22:00:18 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -164,8 +164,9 @@ we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet series we1 at isa? port 0x300 iomem 0xcc000 irq 10 # we* at isapnp? ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet card -ne0 at isa? port 0x240 iomem 0xd8000 irq 9 # NE[12]000 ethernet card +ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet card ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet card +ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet ne* at isapnp? # NE[12]000 PnP ethernet cards #eg0 at isa? port 0x310 irq 5 # 3C505/Etherlink+ ethernet cards #el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards |