--- 3dfx_driver.c Sun May 5 23:20:54 2002 +++ 3dfx_driver_patch2.c Sun May 5 23:22:17 2002 @@ -21,6 +21,11 @@ ChangeLog + 2002/05/05 Guillem Jover + + * Re-included VOODOO pci id, accidentally removed in last patch, + thanks to Jan Kuipers to point this out. + 2002/01/29 Guillem Jover * Fixed bug when compiling for 2.4 kernels with modversions. @@ -186,6 +191,7 @@ unsigned short vendor; unsigned short device; } pci_card_list[] = { + {PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_VOODOO}, {PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_VOODOO2}, {PCI_VENDOR_ID_ALLIANCE, PCI_DEVICE_ID_ALLIANCE_AT3D}, {PCI_VENDOR_ID_3DFX, PCI_DEVICE_ID_3DFX_BANSHEE},