|
@@ -312,6 +312,7 @@ static void __devinit quirk_uli5229(struct pci_dev *dev)
|
|
{
|
|
{
|
|
unsigned short temp;
|
|
unsigned short temp;
|
|
pci_write_config_word(dev, 0x04, 0x0405);
|
|
pci_write_config_word(dev, 0x04, 0x0405);
|
|
|
|
+ dev->class &= ~0x5;
|
|
pci_read_config_word(dev, 0x4a, &temp);
|
|
pci_read_config_word(dev, 0x4a, &temp);
|
|
temp |= 0x1000;
|
|
temp |= 0x1000;
|
|
pci_write_config_word(dev, 0x4a, temp);
|
|
pci_write_config_word(dev, 0x4a, temp);
|