]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/3c90x.c
Actually invoke the 3c90x driver load routine.
[netwatch.git] / net / 3c90x.c
index 711b69de7f6308466c4581f7786740037c472405..f678aaf21a377f6d8e6a4a580ec5ba9c6c299295 100644 (file)
@@ -42,6 +42,7 @@
 #include <timer.h>
 #include <io.h>
 #include <pci.h>
+#include <pci-bother.h>
 #include <minilib.h>
 #include <output.h>
 
@@ -251,6 +252,7 @@ static struct
     RXD                        ReceiveUPD;
     }
     INF_3C90X;
+static struct nic nic;
 
 
 /*** a3c90x_internal_IssueCommand: sends a command to the 3c90x card
@@ -713,6 +715,7 @@ static int a3c90x_probe(struct pci_dev * pci, void * data)
 /*
     adjust_pci_dev(pci);
 */
+    pci_bother_add(pci);
     nic.ioaddr = ioaddr & ~3;
     nic.irqno = 0;
 
This page took 0.017575 seconds and 4 git commands to generate.