diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-28 01:29:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-28 01:29:17 +0000 |
commit | 9f525b44a103cb37da083ae694259966cc33a9d2 (patch) | |
tree | 33356fcd89cd56c85ec2687367ce40d408c79267 | |
parent | a7c8e752e5b8d1597a5938edc012958093ea9c0d (diff) |
SMC on isapnp
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 361e11cafa0..86e71f4cc80 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.92 1998/11/18 20:17:18 jason Exp $ +# $OpenBSD: GENERIC,v 1.93 1998/11/28 01:29:16 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -156,6 +156,7 @@ wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives 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 cards ne0 at isa? port 0x240 iomem 0xd8000 irq 9 # NE[12]000 ethernet cards ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 5ecb6ecf453..8eddc378810 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.51 1998/11/18 20:17:19 jason Exp $ +# $OpenBSD: RAMDISK,v 1.52 1998/11/28 01:29:16 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -159,6 +159,7 @@ acd* at atapibus? drive? 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 ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet card |