diff options
author | Dave Airlie <airlied@linux.ie> | 2004-04-21 12:13:31 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-04-21 12:13:31 +0000 |
commit | 93bd67ef62e95a32f8b7e2fd7d9dadee52664160 (patch) | |
tree | 529b54bcdcfd364d6bc25cabf38999b465dadd80 /shared-core | |
parent | 0f32a8852712e405f64c5917bcebefc441aa1ba3 (diff) |
centralise pci ids into one place and use scripts to generate files for
kernel
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/tdfx_drv.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shared-core/tdfx_drv.h b/shared-core/tdfx_drv.h index 642b08dc..6b067db7 100644 --- a/shared-core/tdfx_drv.h +++ b/shared-core/tdfx_drv.h @@ -49,12 +49,4 @@ #define DRIVER_MINOR 0 #define DRIVER_PATCHLEVEL 0 -#define DRIVER_PCI_IDS \ - {0x121a, 0x0003, 0, "3dfx Voodoo Banshee"}, \ - {0x121a, 0x0004, 0, "3dfx Voodoo3 2000"}, \ - {0x121a, 0x0005, 0, "3dfx Voodoo3 3000"}, \ - {0x121a, 0x0007, 0, "3dfx Voodoo4"}, \ - {0x121a, 0x0009, 0, "3dfx Voodoo5"}, \ - {0, 0, 0, NULL} - #endif |