]> git.sur5r.net Git - u-boot/blobdiff - drivers/rtl8139.c
new: USE_MSR_INTR support
[u-boot] / drivers / rtl8139.c
index 848d1d177aeee525a455cd9d2e20dbd5cb334060..afe1a4fdaf6508d131de91308d2e43aec2b63de7 100644 (file)
@@ -196,7 +196,7 @@ static void rtl_disable(struct eth_device *dev);
 
 static struct pci_device_id supported[] = {
        {PCI_VENDOR_ID_REALTEK, PCI_DEVICE_ID_REALTEK_8139},
-       {0x1186, 0x1300},
+       {PCI_VENDOR_ID_DLINK, PCI_DEVICE_ID_DLINK_8139},
        {}
 };