]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/3c905.c
Add a 'pci_driver' probe function.
[netwatch.git] / aseg / 3c905.c
index 82ad69568e50dbd57f430eeb46b780ec7a55e04e..b89abe2d2b0f56206aa4446121de9099a28d8a0c 100644 (file)
@@ -4,7 +4,7 @@
 
 static int found = 0, _bus, _dev, _fn;
 
-static int bother_3c905(pci_dev_t *dev)
+static int bother_3c905(pci_dev_t *dev, void *nutrinus)
 {
        if (dev->vid == 0x10B7 || dev->did == 0x9200)
        {
@@ -32,5 +32,5 @@ void eth_poll()
 
 void eth_init()
 {
-       pci_probe(bother_3c905);
+       pci_probe(bother_3c905, 0x0);
 }
This page took 0.0218 seconds and 4 git commands to generate.