diff options
Diffstat (limited to 'drivers/ns8382x.c')
-rw-r--r-- | drivers/ns8382x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ns8382x.c b/drivers/ns8382x.c index 154d6ca..281940b 100644 --- a/drivers/ns8382x.c +++ b/drivers/ns8382x.c @@ -266,7 +266,7 @@ static int ns8382x_poll(struct eth_device *dev); static void ns8382x_disable(struct eth_device *dev); static struct pci_device_id supported[] = { - {PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_8382x}, + {PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_83820}, {} }; |