#include "sis190.h"
static struct pci_device_id sis190_pci_tbl[] = {
- PCI_ROM (0x1039, 0x0190, "SiS 190", "SiS 190", 0),
- PCI_ROM (0x1039, 0x0191, "SiS 191", "SiS 191", 0),
+ PCI_ROM (0x1039, 0x0190, "sis190", "sis190", 0),
+ PCI_ROM (0x1039, 0x0191, "sis191", "sis191", 0),
};
/******************************************************************************
struct net_device *dev)
{
struct sis190_private *tp = netdev_priv(dev);
- struct pci_device *isa_bridge;
+ struct pci_device *isa_bridge = NULL;
struct device *d;
u8 reg, tmp8;
unsigned int i;