diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-17 16:28:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-17 16:28:58 +0000 |
commit | 268c99fb08ddfe6c9861cd63638e5a3e95900557 (patch) | |
tree | 0114c14401e72f5b9a416be9f6c3919cd9c8467e /sys/arch | |
parent | 979c4b05432371c12ab25492f644dfaf60548562 (diff) |
Add fxp cardbus attachment. Shorten driver attachment descriptions a bit.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 5b826351e9c..0c96863e576 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.7 2000/09/15 17:38:30 mickey Exp $ +# $OpenBSD: RAMDISKC,v 1.8 2000/09/17 16:28:57 aaron Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -186,41 +186,42 @@ scsibus* at atapiscsi? 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 irq 9 # NE[12]000 ethernet card -ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet card +ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 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 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 +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 #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 -#ep* at isapnp? # 3C509 PnP ethernet cards +#ep* at eisa? slot ? # 3C579 ethernet +#fea* at eisa? slot ? # DEC DEFEA FDDI +#le* at pci? dev ? function ? # PCnet-PCI based ethernet +#ep* at isapnp? # 3C509 PnP ethernet #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 -ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -#sm* at pcmcia? function ? # PCMCIA based sm cards +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 +ep* at pcmcia? function ? # PCMCIA based 3C5xx +#sm* at pcmcia? function ? # PCMCIA based sm xe* at pcmcia? function ? # Xircom ethernet -#fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards -xl* at pci? dev ? function ? # 3C9xx ethernet cards -xl* at cardbus? dev ? function ? # 3c575 ethernet +#fpa* at pci? dev ? function ? # DEC DEFPA FDDI +xl* at pci? dev ? function ? # 3C9xx ethernet +xl* at cardbus? dev ? function ? # 3C575 ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet -#tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards -#tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards +#tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet +#tl* at pci? dev ? function ? # Compaq Thunderlan ethernet #vr* at pci? dev ? function ? # VIA Rhine ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet |