The patch titled e1000: Remove 0x1000 as supported device has been removed from the -mm tree. Its filename is e1000-remove-0x1000-as-supported-device.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: e1000: Remove 0x1000 as supported device From: "Kok, Auke" <auke-jan.h.kok@xxxxxxxxx> Remove pci ID 8086:1000 from the list fo supported devices. This device has not functioned with the driver for very long (since v. 5.2.4!) and we lack the resources to come with a substantial fix. There are only few cards of this type out there. Signed-off-by: Jeff Kirsher <Jeffrey.t.kirsher@xxxxxxxxx> Signed-off-by: Auke Kok <auke-jan.h.kok@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/e1000/e1000_main.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/net/e1000/e1000_main.c~e1000-remove-0x1000-as-supported-device drivers/net/e1000/e1000_main.c --- a/drivers/net/e1000/e1000_main.c~e1000-remove-0x1000-as-supported-device +++ a/drivers/net/e1000/e1000_main.c @@ -48,7 +48,6 @@ static char e1000_copyright[] = "Copyrig * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)} */ static struct pci_device_id e1000_pci_tbl[] = { - INTEL_E1000_ETHERNET_DEVICE(0x1000), INTEL_E1000_ETHERNET_DEVICE(0x1001), INTEL_E1000_ETHERNET_DEVICE(0x1004), INTEL_E1000_ETHERNET_DEVICE(0x1008), _ Patches currently in -mm which might be from auke-jan.h.kok@xxxxxxxxx are git-netdev-all.patch e1000-memory-leak-in-e1000_set_ringparam.patch e1000-ring-buffers-resources-cleanup.patch e1000-irq-resources-cleanup.patch e1000-e1000_probe-resources-cleanup.patch ixgb-add-pci-error-recovery-callbacks.patch e100-disable-device-on-pci-error.patch e1000-disable-device-on-pci-error.patch e1000_7033_dump_ring.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html