diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-01 13:04:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-01 13:04:04 +0000 |
commit | 345cf55c40f7beff8ab2f9db25c315c38d34bfd6 (patch) | |
tree | 9fd99bdaff5d11dea65b2f3ae8e2017941e77d1a /sys/arch | |
parent | c91d78c618d6674f20f837d08d774e3f4f8b5f95 (diff) |
Revert ep0 removal, deraadt@ objects.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
5 files changed, 17 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c3e2df2cace..4e3b1275856 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.341 2003/05/31 23:58:43 miod Exp $ +# $OpenBSD: GENERIC,v 1.342 2003/06/01 13:04:03 miod Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -332,8 +332,9 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet ne* at isapnp? # NE[12]000 PnP ethernet eg0 at isa? disable port 0x310 irq 5 # 3C505/Etherlink+ ethernet el0 at isa? disable port 0x300 irq 9 # 3C501 ethernet -ep* at isa? port ? irq ? # 3C509 ethernet +ep0 at isa? port ? irq ? # 3C509 ethernet ep* at isapnp? # 3C509 PnP ethernet +ep* at isa? port ? irq ? # 3C509 ethernet ef* at isapnp? # 3C515 PnP ethernet ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress @@ -344,6 +345,7 @@ ex0 at isa? port 0x320 irq 5 # Intel EtherExpress PRO/10 #tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring #tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring #tr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring +ep0 at eisa? slot ? ep* at eisa? slot ? # 3C579 ethernet fea* at eisa? slot ? # DEC DEFEA FDDI lmc* at pci? dev ? function ? # Lan Media Corp SSI/T3/HSSI @@ -353,6 +355,7 @@ de* at pci? dev ? function ? # DC21X4X-based ethernet fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet fxp* at cardbus? dev ? function ? # Intel PRO/100 ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet +ep0 at pci? dev ? function ? # 3C59x ethernet ep* at pci? dev ? function ? # 3C59x ethernet ne* at pcmcia? function ? # PCMCIA based NE2000 ethernet ep* at pcmcia? function ? # PCMCIA based 3C5xx ethernet diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 84f2e38fc7d..81549d5f7ce 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.119 2003/05/31 23:58:43 miod Exp $ +# $OpenBSD: RAMDISK,v 1.120 2003/06/01 13:04:03 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -192,12 +192,14 @@ 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 +ep0 at isa? port ? irq ? # 3C509 ethernet cards ep* at isa? port ? irq ? # 3C509 ethernet cards ef* at isapnp? # 3C515 PnP ethernet #ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress 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 @@ -205,6 +207,7 @@ 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 +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 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 365cd234d29..8e935e20af9 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.60 2003/05/31 23:58:43 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.61 2003/06/01 13:04:03 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -228,6 +228,7 @@ scsibus* at atapiscsi? #le* at isapnp? de* at pci? dev ? function ? # DC21X4X-based ethernet cards 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 diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 785c2cbcbd1..2b41f4e1ae5 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.32 2003/05/31 23:58:43 miod Exp $ +# $OpenBSD: RAMDISKC,v 1.33 2003/06/01 13:04:03 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -202,6 +202,7 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet ne* at isapnp? # NE[12]000 PnP ethernet #eg0 at isa? port 0x310 irq 5 # 3C505/Etherlink+ ethernet #el0 at isa? port 0x300 irq 9 # 3C501 ethernet +ep0 at isa? port ? irq ? # 3C509 ethernet ep* at isa? port ? irq ? # 3C509 ethernet ef* at isapnp? # 3C515 PnP ethernet #ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d58324bedcc..f34b77d6ba8 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.61 2003/05/31 23:58:43 miod Exp $ +# $OpenBSD: RAMDISK_CD,v 1.62 2003/06/01 13:04:03 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -254,12 +254,14 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet ne* at isapnp? # NE[12]000 PnP ethernet eg0 at isa? disable port 0x310 irq 5 # 3C505/Etherlink+ ethernet el0 at isa? disable port 0x300 irq 9 # 3C501 ethernet +ep0 at isa? port ? irq ? # 3C509 ethernet ep* at isa? port ? irq ? # 3C509 ethernet ef* at isapnp? # 3C515 PnP ethernet ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress 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 ef* at isapnp? # 3C515 ethernet #fea* at eisa? slot ? # DEC DEFEA FDDI @@ -269,6 +271,7 @@ le* at isapnp? de* at pci? dev ? function ? # DC21X4X-based ethernet fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet fxp* at cardbus? dev ? function ? # Intel PRO/100 ethernet +ep0 at pci? dev ? function ? # 3C59x ethernet ep* at pci? dev ? function ? # 3C59x ethernet ne* at pci? dev ? function ? # NE2000-compat ethernet ne* at pcmcia? function ? # PCMCIA based NE2000 ethernet |