diff options
Diffstat (limited to 'sys/arch/i386/conf/GENERICOTHER')
-rw-r--r-- | sys/arch/i386/conf/GENERICOTHER | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 57f65da72d0..3eed6f65845 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICOTHER,v 1.8 1996/05/09 19:07:13 hvozda Exp $ +# $OpenBSD: GENERICOTHER,v 1.9 1996/05/09 20:50:04 hvozda Exp $ # $NetBSD: GENERICOTHER,v 1.19 1996/04/25 20:14:21 scottr Exp $ # # GENERICOTHER -- everything that's currently supported, except @@ -94,6 +94,7 @@ pci0 at mainbus0 ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? +pcicmaster0 at isa? port 0x3E0 size 2 pcic0 at pcicmaster0 irq 11 iomem 0xd4000 iosiz 4096 pcic1 at pcicmaster0 irq 12 iomem 0xd5000 iosiz 4096 pcicmaster1 at isa? port 0x3E2 size 2 @@ -167,7 +168,6 @@ wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 -ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards #eg0 at isa? ... # 3C505 ethernet cards el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards @@ -175,10 +175,11 @@ ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 ie1 at isa? port 0x300 irq 10 # EtherExpress #le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA ep* at eisa? slot ? # 3C579 ethernet cards -ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards le* at pci? dev ? function ? # PCnet-PCI based ethernet cards de* at pci? dev ? function ? # DC21X4X-based ethernet cards ep* at pci? dev ? function ? # 3C590 ethernet cards +ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards +ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver |