From: Michael Brown Date: Wed, 29 Jan 2014 16:43:39 +0000 (+0000) Subject: [intel] Add some missing PCI IDs X-Git-Tag: v1.20.1~1288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa7a3b136646c4a3e9848c3f4125a28533e8eb0;p=thirdparty%2Fipxe.git [intel] Add some missing PCI IDs Tested-by: Philipp Hagen Signed-off-by: Michael Brown --- diff --git a/src/drivers/net/intelx.c b/src/drivers/net/intelx.c index e60f36b69..eb8b2a640 100644 --- a/src/drivers/net/intelx.c +++ b/src/drivers/net/intelx.c @@ -454,6 +454,8 @@ static void intelx_remove ( struct pci_device *pci ) { /** PCI device IDs */ static struct pci_device_id intelx_nics[] = { PCI_ROM ( 0x8086, 0x10fb, "82599", "82599", 0 ), + PCI_ROM ( 0x8086, 0x1528, "x540at2", "X540-AT2", 0 ), + PCI_ROM ( 0x8086, 0x154d, "x520", "X520", 0 ), }; /** PCI driver */