]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add some missing PCI IDs
authorMichael Brown <mcb30@ipxe.org>
Wed, 29 Jan 2014 16:43:39 +0000 (16:43 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 29 Jan 2014 16:43:39 +0000 (16:43 +0000)
Tested-by: Philipp Hagen <Philipp.Hagen@she.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intelx.c

index e60f36b696d15b45f3382aaf6dce669a3071bd29..eb8b2a6402079faffc687bafe3a39f6869cb76df 100644 (file)
@@ -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 */