Browse Source

[undi] Work around broken HP EliteBook 745 G3 PXE ROM

Reported-by: Arturino Mazzei <mazzeia@hotmail.com>
Tested-by: Arturino Mazzei <mazzeia@hotmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
276d7c31c5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/arch/x86/drivers/net/undinet.c

+ 2
- 0
src/arch/x86/drivers/net/undinet.c View File

591
 	/* HP XX70x laptops */
591
 	/* HP XX70x laptops */
592
 	{ .pci_vendor = 0x8086, .pci_device = 0x1502 },
592
 	{ .pci_vendor = 0x8086, .pci_device = 0x1502 },
593
 	{ .pci_vendor = 0x8086, .pci_device = 0x1503 },
593
 	{ .pci_vendor = 0x8086, .pci_device = 0x1503 },
594
+	/* HP 745 G3 laptop */
595
+	{ .pci_vendor = 0x14e4, .pci_device = 0x1687 },
594
 };
596
 };
595
 
597
 
596
 /**
598
 /**

Loading…
Cancel
Save