diff options
Diffstat (limited to 'packages/pcmcia-cs/files')
-rw-r--r-- | packages/pcmcia-cs/files/arm/pcmcia | 40 | ||||
-rw-r--r-- | packages/pcmcia-cs/files/gcc4_fixes.patch | 26 | ||||
-rw-r--r-- | packages/pcmcia-cs/files/network.conf | 13 | ||||
-rw-r--r-- | packages/pcmcia-cs/files/pcmcia | 1 | ||||
-rw-r--r-- | packages/pcmcia-cs/files/wnv.conf | 14 |
5 files changed, 0 insertions, 94 deletions
diff --git a/packages/pcmcia-cs/files/arm/pcmcia b/packages/pcmcia-cs/files/arm/pcmcia deleted file mode 100644 index d5346fb13a..0000000000 --- a/packages/pcmcia-cs/files/arm/pcmcia +++ /dev/null @@ -1,40 +0,0 @@ -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/packages/pcmcia-cs/files/gcc4_fixes.patch b/packages/pcmcia-cs/files/gcc4_fixes.patch deleted file mode 100644 index c68ba7a0f9..0000000000 --- a/packages/pcmcia-cs/files/gcc4_fixes.patch +++ /dev/null @@ -1,26 +0,0 @@ -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/packages/pcmcia-cs/files/network.conf b/packages/pcmcia-cs/files/network.conf deleted file mode 100644 index 51a38dd55b..0000000000 --- a/packages/pcmcia-cs/files/network.conf +++ /dev/null @@ -1,13 +0,0 @@ -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/packages/pcmcia-cs/files/pcmcia b/packages/pcmcia-cs/files/pcmcia deleted file mode 100644 index c42fea0691..0000000000 --- a/packages/pcmcia-cs/files/pcmcia +++ /dev/null @@ -1 +0,0 @@ -# no defaults for /etc/sysconfig/pcmcia diff --git a/packages/pcmcia-cs/files/wnv.conf b/packages/pcmcia-cs/files/wnv.conf deleted file mode 100644 index f293b67178..0000000000 --- a/packages/pcmcia-cs/files/wnv.conf +++ /dev/null @@ -1,14 +0,0 @@ -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" |