mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[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:
@@ -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 },
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user