lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Jul 2007 11:40:28 +0200 From: Marcin Juszkiewicz <openembedded@....one.pl> To: linux-kernel@...r.kernel.org Cc: netdev@...r.kernel.org, linux-pcmcia@...ts.infradead.org Subject: [PATCH] PCMCIA: add Socket Ethernet card into pcnet_cs From: Marcin Juszkiewicz <openembedded@....one.pl> One card submitted by Ångström user. Signed-off-by: Marcin Juszkiewicz <openembedded@....one.pl> Index: git/drivers/net/pcmcia/pcnet_cs.c =================================================================== --- git.orig/drivers/net/pcmcia/pcnet_cs.c 2007-03-07 09:48:53.046502055 +0100 +++ git/drivers/net/pcmcia/pcnet_cs.c 2007-03-07 09:50:26.426256388 +0100 @@ -1577,6 +1577,7 @@ PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1103), PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1121), PCMCIA_DEVICE_PROD_ID12("2408LAN", "Ethernet", 0x352fff7f, 0x00b2e941), + PCMCIA_DEVICE_PROD_ID1234("Socket", "CF 10/100 Ethernet Card", "Revision B", "05/11/06", 0xb38bcc2e, 0x4de88352, 0xeaca6c8d, 0x7e57c22e), PCMCIA_DEVICE_PROD_ID123("Cardwell", "PCMCIA", "ETHERNET", 0x9533672e, 0x281f1c5d, 0x3ff7175b), PCMCIA_DEVICE_PROD_ID123("CNet ", "CN30BC", "ETHERNET", 0x9fe55d3d, 0x85601198, 0x3ff7175b), PCMCIA_DEVICE_PROD_ID123("Digital", "Ethernet", "Adapter", 0x9999ab35, 0x00b2e941, 0x4b0d829e), -- JID: hrw-jabber.org OpenEmbedded developer/consultant Great response time! Was that 5 baud or 10? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists