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,6 +591,8 @@ static const struct undinet_irq_broken undinet_irq_broken_list[] = {
591 591
 	/* HP XX70x laptops */
592 592
 	{ .pci_vendor = 0x8086, .pci_device = 0x1502 },
593 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