Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[intel] Add some missing PCI IDs
Tested-by: Philipp Hagen <Philipp.Hagen@she.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 29, 2014
1 parent 290a43e commit 3fa7a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/net/intelx.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 3fa7a3b

Please sign in to comment.