david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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>
This commit is contained in:
Michael Brown 2016-05-13 13:22:06 +01:00
parent 858f56e68b
commit 276d7c31c5
1 changed files with 2 additions and 0 deletions

View File

@ -591,6 +591,8 @@ static const struct undinet_irq_broken undinet_irq_broken_list[] = {
/* HP XX70x laptops */
{ .pci_vendor = 0x8086, .pci_device = 0x1502 },
{ .pci_vendor = 0x8086, .pci_device = 0x1503 },
/* HP 745 G3 laptop */
{ .pci_vendor = 0x14e4, .pci_device = 0x1687 },
};
/**