summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/drivers/net/undinet.c
diff options
context:
space:
mode:
authorMichael Brown2016-05-13 14:22:06 +0200
committerMichael Brown2016-05-13 14:22:06 +0200
commit276d7c31c5c4fbfe77a09c74f89ec9e06d5fb703 (patch)
tree3e0bd80bab8b141c35fcf44edf0a518494415432 /src/arch/x86/drivers/net/undinet.c
parent[ath9k] Fix buffer overrun for ar9287 (diff)
downloadipxe-276d7c31c5c4fbfe77a09c74f89ec9e06d5fb703.tar.gz
ipxe-276d7c31c5c4fbfe77a09c74f89ec9e06d5fb703.tar.xz
ipxe-276d7c31c5c4fbfe77a09c74f89ec9e06d5fb703.zip
[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>
Diffstat (limited to 'src/arch/x86/drivers/net/undinet.c')
-rw-r--r--src/arch/x86/drivers/net/undinet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/drivers/net/undinet.c b/src/arch/x86/drivers/net/undinet.c
index e273ae0a..091ef925 100644
--- a/src/arch/x86/drivers/net/undinet.c
+++ b/src/arch/x86/drivers/net/undinet.c
@@ -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 },
};
/**