X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/5e93b6b390b19dcfe8dbd4bd8bfac37e50bab28f..34a7d0d2f76c71165cc643d5b48061786a83fc87:/gendrv/tnt2.c diff --git a/gendrv/tnt2.c b/gendrv/tnt2.c deleted file mode 100644 index ead2266..0000000 --- a/gendrv/tnt2.c +++ /dev/null @@ -1,20 +0,0 @@ -#include -#include - -static void *fbaddr; - -static int tnt2_probe(struct pci_dev *pci, void *data) -{ - -} - -static struct pci_id tnt2_pci[] = { -{0x10DE, 0x0028, "TNT2", "RIVA TNT2"} -}; - -struct pci_driver tnt2_driver = { - .name = "tnt2", - .probe = tnt2_probe, - .ids = tnt2_pci, - .id_count = sizeof(tnt2_pci)/sizeof(tnt2_pci[0]), -};