diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:26:25 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 11:26:25 +0000 |
commit | 739323eba9590a84bf7c8ed1561d91cdcdb06630 (patch) | |
tree | 6782682ba261fec9dc56b2b1affbc647df1fae7a /sys/arch/i386/conf/PETRA | |
parent | a9b5705d81e36e01ea0f1cdff60fba61f20366e8 (diff) |
Change the config files to work with the new framework.
Add the aic and sm driver to GENERIC.
Diffstat (limited to 'sys/arch/i386/conf/PETRA')
-rw-r--r-- | sys/arch/i386/conf/PETRA | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/sys/arch/i386/conf/PETRA b/sys/arch/i386/conf/PETRA index d91273c19d8..83baa2cbf35 100644 --- a/sys/arch/i386/conf/PETRA +++ b/sys/arch/i386/conf/PETRA @@ -1,4 +1,4 @@ -# $OpenBSD: PETRA,v 1.13 1998/08/10 18:51:51 provos Exp $ +# $OpenBSD: PETRA,v 1.14 1998/09/11 11:26:23 fgsch Exp $ # # PETRA -- everything that's currently supported with certain # changes for Applitron's fileserver petra, a 128 MB @@ -61,14 +61,12 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? 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 -pcic2 at pcicmaster1 irq 11 iomem 0xd6000 iosiz 4096 -pcic3 at pcicmaster1 irq 12 iomem 0xd7000 iosiz 4096 +# ISA PCMCIA controllers +pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 +pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 -pcmcia* at pcic? +# PCMCIA bus support +pcmcia* at pcic? controller ? socket ? npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? @@ -88,7 +86,7 @@ pccom* at ast? slave ? #pccom* at boca? slave ? #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #pccom* at rtfps? slave ? -pccom3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards +pccom* at pcmcia? function ? # PCMCIA modem cards pccom* at isapnp? # option for using CD1400 handshaking for incoming data @@ -178,8 +176,8 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards ed* at pci? dev ? function ? # NE2000-compat ethernet cards ep0 at pci? dev ? function ? # 3C590 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 +#ed* at pcmcia? function ? # PCMCIA based ed cards +ep* at pcmcia? function ? # PCMCIA based ep cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |