5 static int found = 0, _bus, _dev, _fn;
9 static int bother_3c905(pci_dev_t *dev, void *nutrinus)
11 if (dev->vid == 0x10B7 || dev->did == 0x9200)
13 outputf("Found a 3c905 to bother");
30 pci_write16(_bus, _dev, _fn, 0x04, 0xFF);
32 pci_write16(_bus, _dev, _fn, 0x04, 0x00);
37 pci_probe(bother_3c905, 0x0);