]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[undi] Work around broken ASUSTeK KNPA-U16 server PXE ROM
authorMichael Brown <mcb30@ipxe.org>
Thu, 17 Apr 2025 14:53:28 +0000 (15:53 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 17 Apr 2025 14:53:28 +0000 (15:53 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/drivers/net/undinet.c

index 60e7ad799a41662736fc9b6a9b18f7a0a8152e84..7fef9c49ca37bcd2829985f31e159aa846737415 100644 (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 },
 };
 
 /**