mirror of https://github.com/ipxe/ipxe.git
[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>pull/54/head^2
parent
858f56e68b
commit
276d7c31c5
|
@ -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 },
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue