diff options
Diffstat (limited to 'drivers/rtl8139.c')
| -rw-r--r-- | drivers/rtl8139.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c index a95f84e62..848d1d177 100644 --- a/drivers/rtl8139.c +++ b/drivers/rtl8139.c @@ -196,6 +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},         {}  }; |