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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20100308.125228.122088039.davem@davemloft.net> Date: Mon, 08 Mar 2010 12:52:28 -0800 (PST) From: David Miller <davem@...emloft.net> To: jeffm@...e.com Cc: romieu@...zoreil.com, sorbica@...lus.com.tw, jesse@...lus.com.tw, netdev@...r.kernel.org Subject: Re: [PATCH RESEND] ipg: Remove device claimed by dl2k from pci id table From: Jeff Mahoney <jeffm@...e.com> Date: Mon, 08 Mar 2010 15:48:03 -0500 > @@ -88,7 +88,6 @@ static const char *ipg_brand_name[] = { > "Sundance Technology ST2021 based NIC", > "Tamarack Microelectronics TC9020/9021 based NIC", > "Tamarack Microelectronics TC9020/9021 based NIC", > - - "D-Link NIC", > "D-Link NIC IP1000A" > }; > @@ -97,8 +96,7 @@ static struct pci_device_id ipg_pci_tbl[ > { PCI_VDEVICE(SUNDANCE, 0x2021), 1 }, > { PCI_VDEVICE(SUNDANCE, 0x1021), 2 }, > { PCI_VDEVICE(DLINK, 0x9021), 3 }, > - - { PCI_VDEVICE(DLINK, 0x4000), 4 }, > - - { PCI_VDEVICE(DLINK, 0x4020), 5 }, > + { PCI_VDEVICE(DLINK, 0x4020), 4 }, Your patch is severely corrupted. Please fix this up and resubmit. -- 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