소스 검색

[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 년 전
부모
커밋
3fa7a3b136
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/drivers/net/intelx.c

+ 2
- 0
src/drivers/net/intelx.c 파일 보기

@@ -454,6 +454,8 @@ static void intelx_remove ( struct pci_device *pci ) {
454 454
 /** PCI device IDs */
455 455
 static struct pci_device_id intelx_nics[] = {
456 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 461
 /** PCI driver */

Loading…
취소
저장