summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/sis900.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/sis900.c')
-rw-r--r--src/drivers/net/sis900.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/sis900.c b/src/drivers/net/sis900.c
index 008b9cf72..c24b43ff4 100644
--- a/src/drivers/net/sis900.c
+++ b/src/drivers/net/sis900.c
@@ -1278,8 +1278,8 @@ static struct nic_operations sis900_operations = {
};
static struct pci_device_id sis900_nics[] = {
-PCI_ROM(0x1039, 0x0900, "sis900", "SIS900"),
-PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016"),
+PCI_ROM(0x1039, 0x0900, "sis900", "SIS900", 0),
+PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016", 0),
};
PCI_DRIVER ( sis900_driver, sis900_nics, PCI_NO_CLASS );