[undi] Work around broken ASUSTeK KNPA-U16 server PXE ROM

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-17 15:53:28 +01:00
parent 758a504860
commit 0c482060d5

View File

@@ -861,6 +861,8 @@ static const struct undinet_irq_broken undinet_irq_broken_list[] = {
{ 0x8086, 0x1503, PCI_ANY_ID, PCI_ANY_ID },
/* HP 745 G3 laptop */
{ 0x14e4, 0x1687, PCI_ANY_ID, PCI_ANY_ID },
/* ASUSTeK KNPA-U16 server */
{ 0x8086, 0x1521, 0x1043, PCI_ANY_ID },
};
/**