summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/sis190.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/net/sis190.c b/src/drivers/net/sis190.c
index b38aaa169..5d0145a56 100644
--- a/src/drivers/net/sis190.c
+++ b/src/drivers/net/sis190.c
@@ -42,9 +42,9 @@ static struct pci_device_id sis190_pci_tbl[] = {
*/
static struct pci_device_id sis190_isa_bridge_tbl[] = {
- PCI_ROM (0x1039, 0x0965, "", "", 0),
- PCI_ROM (0x1039, 0x0966, "", "", 0),
- PCI_ROM (0x1039, 0x0968, "", "", 0),
+ PCI_ID (0x1039, 0x0965, "", "", 0),
+ PCI_ID (0x1039, 0x0966, "", "", 0),
+ PCI_ID (0x1039, 0x0968, "", "", 0),
};
static int sis190_isa_bridge_probe(struct pci_device *pdev __unused,