summaryrefslogtreecommitdiffstats
path: root/meta/packages/pcmcia-cs/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pcmcia-cs/files')
-rw-r--r--meta/packages/pcmcia-cs/files/arm/pcmcia40
-rw-r--r--meta/packages/pcmcia-cs/files/gcc4_fixes.patch26
-rw-r--r--meta/packages/pcmcia-cs/files/network.conf13
-rw-r--r--meta/packages/pcmcia-cs/files/pcmcia1
-rw-r--r--meta/packages/pcmcia-cs/files/wnv.conf14
5 files changed, 94 insertions, 0 deletions
diff --git a/meta/packages/pcmcia-cs/files/arm/pcmcia b/meta/packages/pcmcia-cs/files/arm/pcmcia
new file mode 100644
index 0000000000..d5346fb13a
--- /dev/null
+++ b/meta/packages/pcmcia-cs/files/arm/pcmcia
@@ -0,0 +1,40 @@
+module_id() {
+ awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
+}
+
+
+case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </proc/cpuinfo` in
+ *XScale-PXA2*)
+
+ case "`uname -r`" in
+ 2.4*)
+ PCIC=pxa_cs
+ ;;
+ 2.6*)
+ PCIC=pxa2xx_core
+ ;;
+ esac
+ ;;
+ *StrongARM-1100* | *StrongARM-1110*)
+ PCIC=sa1100_cs
+ ;;
+ *)
+ echo "Unable to determine PCIC value for this CPU"
+ exit 1
+ ;;
+esac
+
+case "`uname -r`" in
+ 2.4*)
+ DS=ds
+ ;;
+ 2.6*)
+ DS=pcmcia
+ ;;
+esac
+
+case `module_id` in
+ "HP iPAQ H3"* | "HP iPAQ H5"*)
+ PCIC_EXTRA=h3600_generic_sleeve
+ ;;
+esac
diff --git a/meta/packages/pcmcia-cs/files/gcc4_fixes.patch b/meta/packages/pcmcia-cs/files/gcc4_fixes.patch
new file mode 100644
index 0000000000..c68ba7a0f9
--- /dev/null
+++ b/meta/packages/pcmcia-cs/files/gcc4_fixes.patch
@@ -0,0 +1,26 @@
+Index: pcmcia-cs-3.2.8/debug-tools/lspnp.c
+===================================================================
+--- pcmcia-cs-3.2.8.orig/debug-tools/lspnp.c 2002-02-13 05:45:01.000000000 +0000
++++ pcmcia-cs-3.2.8/debug-tools/lspnp.c 2005-11-11 23:43:33.000000000 +0000
+@@ -496,7 +496,7 @@
+ dump_io_fixed(r); break;
+ }
+ }
+- (u_char *)p += sz + 1;
++ p = (union pnp_resource *) ((u_char *)p + sz + 1);
+ }
+ return (u_char *)p;
+ }
+Index: pcmcia-cs-3.2.8/debug-tools/setpnp.c
+===================================================================
+--- pcmcia-cs-3.2.8.orig/debug-tools/setpnp.c 2001-10-10 02:58:12.000000000 +0000
++++ pcmcia-cs-3.2.8/debug-tools/setpnp.c 2005-11-11 23:44:32.000000000 +0000
+@@ -163,7 +163,7 @@
+ break;
+ }
+ }
+- (u_char *)p += sz + 1;
++ p = (union pnp_resource *) ((u_char *)p + sz + 1);
+ }
+ return (u_char *)p;
+ }
diff --git a/meta/packages/pcmcia-cs/files/network.conf b/meta/packages/pcmcia-cs/files/network.conf
new file mode 100644
index 0000000000..51a38dd55b
--- /dev/null
+++ b/meta/packages/pcmcia-cs/files/network.conf
@@ -0,0 +1,13 @@
+card "TRENDnet TE-CF100"
+manfid 0x0149, 0xc1ab
+version "Fast Ethernet", "CF Size PC Card", "1.0"
+bind "pcnet_cs"
+
+card "Hawking 10/100 CF Fast Ethernet"
+ manfid 0x0149, 0xc1ab
+ bind "pcnet_cs"
+
+card "Billionton CFLA-100N 10/100 FastEthernet"
+ version "CF", "100Base-Ethernet", "V", "1.0"
+ manfid 0x021b, 0x0202
+ bind "pcnet_cs"
diff --git a/meta/packages/pcmcia-cs/files/pcmcia b/meta/packages/pcmcia-cs/files/pcmcia
new file mode 100644
index 0000000000..c42fea0691
--- /dev/null
+++ b/meta/packages/pcmcia-cs/files/pcmcia
@@ -0,0 +1 @@
+# no defaults for /etc/sysconfig/pcmcia
diff --git a/meta/packages/pcmcia-cs/files/wnv.conf b/meta/packages/pcmcia-cs/files/wnv.conf
new file mode 100644
index 0000000000..f293b67178
--- /dev/null
+++ b/meta/packages/pcmcia-cs/files/wnv.conf
@@ -0,0 +1,14 @@
+device "wnv_cs"
+ module "wnv_cs"
+
+#
+# Winnov PCMCIA Camera
+#
+card "Winnov VideumMPC Camera"
+ version "Winnov", "VideumMPC", "Rev 1.0", ""
+ bind "wnv_cs"
+
+## handhelds.org bugzilla bug 188
+card "Winnov VideumCam Traveler"
+ manfid 0x01a5, 0x0000
+ bind "wnv_cs"