X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/42125f27f3d2a77966f2015c545a88c4113368ef..7a914840b833dba82398623bbde04a1744627398:/net/3c90x.c?ds=inline diff --git a/net/3c90x.c b/net/3c90x.c index 711b69d..f678aaf 100644 --- a/net/3c90x.c +++ b/net/3c90x.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include @@ -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;