From: graichen Date: Wed, 1 Jan 1997 20:10:34 +0000 (+0000) Subject: add a comment about how to configure pci pcmcia chips (from stefan grefen X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8c1e7158e8dcfc38c162682dede3ede220966158;p=openbsd add a comment about how to configure pci pcmcia chips (from stefan grefen - the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia --- diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index e23a735a787..f86b64c902f 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.16 1996/12/11 00:40:01 deraadt Exp $ +# $OpenBSD: LAP,v 1.17 1997/01/01 20:10:34 graichen Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -174,7 +174,13 @@ pcmcia* at pcic? # controllers instead of two-slot controllers. # The i82365 (pcic) controller uses the same ports for the first two # controllers and for the second two controllers. - +# On some systems there the pcicmaster is a pci-chip (you'll see a pci +# device of the type "class bridge, subclass PCMCIA, ..." at bootup) +# you may try the following: +# +# pcicmaster0 at isa? port 0x3000 size 2 +# pcic0 at pcicmaster0 irq 11 iomem 0xd4000 iosiz 4096 +# # IRQ 2/9 doesn't seem to work for status change interrupts, so use one # of the higher ones. pcicmaster0 at isa? port 0x3E0 size 2 diff --git a/sys/arch/i386/conf/PCMCIA b/sys/arch/i386/conf/PCMCIA index 0433b14de92..ab6fd10df37 100644 --- a/sys/arch/i386/conf/PCMCIA +++ b/sys/arch/i386/conf/PCMCIA @@ -1,4 +1,4 @@ -# $OpenBSD: PCMCIA,v 1.9 1996/10/24 23:25:15 downsj Exp $ +# $OpenBSD: PCMCIA,v 1.10 1997/01/01 20:10:37 graichen Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -105,7 +105,13 @@ spkr0 at pckbd? port 0x61 # controllers instead of two-slot controllers. # The i82365 (pcic) controller uses the same ports for the first two # controllers and for the second two controllers. - +# On some systems there the pcicmaster is a pci-chip (you'll see a pci +# device of the type "class bridge, subclass PCMCIA, ..." at bootup) +# you may try the following: +# +# pcicmaster0 at isa? port 0x3000 size 2 +# pcic0 at pcicmaster0 irq 11 iomem 0xd4000 iosiz 4096 +# # IRQ 2/9 doesn't seem to work for status change interrupts, so use one # of the higher ones. pcicmaster0 at isa? port 0x3E0 size 2 diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index fdfba8825e7..2b2f13e6069 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $OpenBSD: TDR,v 1.20 1996/12/11 00:40:04 deraadt Exp $ +# $OpenBSD: TDR,v 1.21 1997/01/01 20:10:38 graichen Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -179,7 +179,13 @@ ep2 at isa? port ? irq ? # controllers instead of two-slot controllers. # The i82365 (pcic) controller uses the same ports for the first two # controllers and for the second two controllers. - +# On some systems there the pcicmaster is a pci-chip (you'll see a pci +# device of the type "class bridge, subclass PCMCIA, ..." at bootup) +# you may try the following: +# +# pcicmaster0 at isa? port 0x3000 size 2 +# pcic0 at pcicmaster0 irq 11 iomem 0xd4000 iosiz 4096 +# # IRQ 2/9 doesn't seem to work for status change interrupts, so use one # of the higher ones. #pcicmaster0 at isa? port 0x3E0 size 2