diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/pcmcia-cs/files | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.bz2 openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.xz openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.zip |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pcmcia-cs/files')
-rw-r--r-- | meta/packages/pcmcia-cs/files/arm/pcmcia | 40 | ||||
-rw-r--r-- | meta/packages/pcmcia-cs/files/gcc4_fixes.patch | 26 | ||||
-rw-r--r-- | meta/packages/pcmcia-cs/files/network.conf | 13 | ||||
-rw-r--r-- | meta/packages/pcmcia-cs/files/pcmcia | 1 | ||||
-rw-r--r-- | meta/packages/pcmcia-cs/files/wnv.conf | 14 |
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 000000000..d5346fb13 --- /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 000000000..c68ba7a0f --- /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 000000000..51a38dd55 --- /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 000000000..c42fea069 --- /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 000000000..f293b6717 --- /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" |