From ec0ee0bec9c45d1c983cc97f2da4f71cac770e41 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 Jun 2007 23:03:45 +0000 Subject: linux-rp: Sync up/cleanup with OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2014 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch (limited to 'meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch') diff --git a/meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch b/meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch deleted file mode 100644 index 2e1966e83..000000000 --- a/meta/packages/linux/linux-rp-2.6.20/10-pcnet.patch +++ /dev/null @@ -1,27 +0,0 @@ - -From: Marcin Juszkiewicz - -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 - - 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); - -- cgit v1.2.3