X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3c2c3b0dd358924410d12f8a71b5fee7a3f02e83..c61d5f405f2f7fcdcc0a883e18ae7873f4fcd9d7:/net/net.c diff --git a/net/net.c b/net/net.c index b89abe2..7f1932f 100644 --- a/net/net.c +++ b/net/net.c @@ -1,9 +1,11 @@ #include #include -#include "3c905.h" +#include "net.h" static int found = 0, _bus, _dev, _fn; +struct nic nic; + static int bother_3c905(pci_dev_t *dev, void *nutrinus) { if (dev->vid == 0x10B7 || dev->did == 0x9200)