diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 03:08:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-15 03:08:26 +0000 |
commit | cc6fc1945b4060b760c4f619925a653b871135e9 (patch) | |
tree | 003d35b401485abd3727b64beaec4a2529928140 /sys/arch/i386/conf | |
parent | eba9db6a5ae4d34f2e388d1ab246e6b01872412f (diff) |
add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f882921d446..8b906cc5e5c 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.107 2005/11/15 01:12:48 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.108 2005/11/15 03:08:25 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -283,6 +283,7 @@ eg0 at isa? disable port 0x310 irq 5 # 3C505/Etherlink+ ethernet el0 at isa? disable port 0x300 irq 9 # 3C501 ethernet ep0 at isa? # 3C509 ethernet ep* at isa? # 3C509 ethernet +ep* at isapnp? # 3C509 PnP 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 @@ -293,8 +294,6 @@ ep* at eisa? # 3C579 ethernet ef* at isapnp? # 3C515 ethernet #fea* at eisa? # DEC DEFEA FDDI le* at pci? # PCnet-PCI based ethernet -pcn* at pci? # AMD PCnet-PCI Ethernet -ep* at isapnp? # 3C509 PnP ethernet le* at isapnp? pcn* at pci? # AMD PCnet-PCI Ethernet de* at pci? # DC21X4X-based ethernet |