[PATCH 2/3] Add config.opts for hppa
Colin Watson
cjwatson at debian.org
Tue Jan 5 07:09:39 EST 2010
Apparently originally by James Bottomley, included by Per Olofsson in
Debian's pcmcia-cs package starting from version 3.2.5-6.
Signed-off-by: Colin Watson <cjwatson at debian.org>
---
config/config.opts.hppa | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 config/config.opts.hppa
diff --git a/config/config.opts.hppa b/config/config.opts.hppa
new file mode 100644
index 0000000..849ceb6
--- /dev/null
+++ b/config/config.opts.hppa
@@ -0,0 +1,29 @@
+#
+# Local PCMCIA Configuration File
+#
+#----------------------------------------------------------------------
+#
+# System resources available for PCMCIA cards
+#
+# NOTE: these settings have no effect on resources assigned to a
+# CardBus bridge device itself; this file only affects resources
+# assigned to cards. Also, interrupt settings here will only affect
+# ISA bus interrupts assigned to 16-bit cards. PCI interrupts
+# generally can't be reconfigured.
+#
+# With the kernel PCMCIA subsystem, these settings also have no effect
+# at all on resources used for 32-bit CardBus cards. Those are set by
+# the PCI hotplug subsystem.
+#
+
+# Allow all the dino/cujo port ranges (usually we get the first one)
+# NOTE: the address range for this is a signed short (hence the upper
+# limit is 0x7fff). If the PCMCIA card isn't on the dino/cujo bus
+# which has been assigned this range, you're out of luck. In
+# particular, PCMCIA won't work in a box with an EISA subsystem
+# because that claims 0-0xffff.
+include port 0x0-0x7fff
+
+# Allow all parisc I/O space
+include memory 0xf0000000-0xffffffff
+
--
1.6.5.7
--yrj/dFKFPuw6o+aM
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0003-Use-architecture-specific-config.opts-if-it-exists.patch"
More information about the linux-pcmcia
mailing list