]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-oz-2.6: Make 2.6.17 the default + add a missing 2.6.16 patch
authorRichard Purdie <richard@openedhand.com>
Fri, 7 Jul 2006 08:24:47 +0000 (08:24 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 7 Jul 2006 08:24:47 +0000 (08:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@510 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/linux/linux-openzaurus-2.6.16/10-pcnet.patch [new file with mode: 0644]
openembedded/packages/linux/linux-openzaurus_2.6.17.bb

diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.16/10-pcnet.patch b/openembedded/packages/linux/linux-openzaurus-2.6.16/10-pcnet.patch
new file mode 100644 (file)
index 0000000..2e1966e
--- /dev/null
@@ -0,0 +1,27 @@
+
+From: Marcin Juszkiewicz <openembedded@hrw.one.pl>
+
+Add TRENDnet TE-CF100 ethernet adapter to pcnet_cs list.
+
+product info: "Fast Ethernet", "CF Size PC Card", "1.0", ""
+ manfid: 0x0149, 0xc1ab
+
+Signed-off-by: Marcin Juszkiewicz <openembedded@hrw.one.pl>
+
+ drivers/net/pcmcia/pcnet_cs.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+Index: netdev-2.6/drivers/net/pcmcia/pcnet_cs.c
+===================================================================
+--- netdev-2.6.orig/drivers/net/pcmcia/pcnet_cs.c      2006-05-18 11:06:43.294022480 +0200
++++ netdev-2.6/drivers/net/pcmcia/pcnet_cs.c   2006-05-18 11:10:31.548322552 +0200
+@@ -1768,6 +1768,8 @@
+       PCMCIA_DEVICE_CIS_PROD_ID12("NDC", "Ethernet", 0x01c43ae1, 0x00b2e941, "NE2K.cis"),
+       PCMCIA_DEVICE_CIS_PROD_ID12("PMX   ", "PE-200", 0x34f3f1c8, 0x10b59f8c, "PE-200.cis"),
+       PCMCIA_DEVICE_CIS_PROD_ID12("TAMARACK", "Ethernet", 0xcf434fba, 0x00b2e941, "tamarack.cis"),
++      PCMCIA_DEVICE_PROD_ID123("Fast Ethernet", "CF Size PC Card", "1.0", 
++              0xb4be14e3, 0x43ac239b, 0x0877b627),
+       PCMCIA_DEVICE_NULL
+ };
+ MODULE_DEVICE_TABLE(pcmcia, pcnet_ids);
+
index 2a34a6614dfc9fb3c7fdd91597f432e6fa8c0498..b5380a91bde773dc05123a0ede2e1622d3bf3d05 100644 (file)
@@ -2,8 +2,6 @@ include linux-openzaurus.inc
 
 PR = "r5"
 
-DEFAULT_PREFERENCE = "-1"
-
 # Handy URLs
 # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
 # http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \