Browse Source

[intel] Add some missing PCI IDs

Tested-by: Philipp Hagen <Philipp.Hagen@she.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 10 years ago
parent
commit
3fa7a3b136
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/drivers/net/intelx.c

+ 2
- 0
src/drivers/net/intelx.c View File

454
 /** PCI device IDs */
454
 /** PCI device IDs */
455
 static struct pci_device_id intelx_nics[] = {
455
 static struct pci_device_id intelx_nics[] = {
456
 	PCI_ROM ( 0x8086, 0x10fb, "82599", "82599", 0 ),
456
 	PCI_ROM ( 0x8086, 0x10fb, "82599", "82599", 0 ),
457
+	PCI_ROM ( 0x8086, 0x1528, "x540at2", "X540-AT2", 0 ),
458
+	PCI_ROM ( 0x8086, 0x154d, "x520", "X520", 0 ),
457
 };
459
 };
458
 
460
 
459
 /** PCI driver */
461
 /** PCI driver */

Loading…
Cancel
Save