add a comment about how to configure pci pcmcia chips (from stefan grefen
authorgraichen <graichen@openbsd.org>
Wed, 1 Jan 1997 20:10:34 +0000 (20:10 +0000)
committergraichen <graichen@openbsd.org>
Wed, 1 Jan 1997 20:10:34 +0000 (20:10 +0000)
- the original author of the NetBSD pcmcia stuff)

p.s.: this way i got my notebook working with pcmcia

sys/arch/i386/conf/LAP
sys/arch/i386/conf/PCMCIA
sys/arch/i386/conf/TDR

index e23a735..f86b64c 100644 (file)
@@ -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
index 0433b14..ab6fd10 100644 (file)
@@ -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
index fdfba88..2b2f13e 100644 (file)
@@ -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