Patch for 3Dfx Voodoo2 recognition

Roy P. Turner (ecstasy@dopamine.com)
Wed, 04 Mar 1998 17:24:53 -0600


Here's a small patch to enable recognition of the new 3Dfx Voodoo2 based
3D cards. It's against pre-2.1.89-5.

Thanks,
Roy

--- linux/include/linux/pci.h.orig Wed Mar 4 12:42:19 1998
+++ linux/include/linux/pci.h Wed Mar 4 10:58:57 1998
@@ -788,6 +788,7 @@

#define PCI_VENDOR_ID_3DFX 0x121a
#define PCI_DEVICE_ID_3DFX_VOODOO 0x0001
+#define PCI_DEVICE_ID_3DFX_VOODOO2 0x0002

#define PCI_VENDOR_ID_SIGMADES 0x1236
#define PCI_DEVICE_ID_SIGMADES_6425 0x6401
--- linux/drivers/pci/oldproc.c.orig Wed Mar 4 12:40:53 1998
+++ linux/drivers/pci/oldproc.c Wed Mar 4 10:54:02 1998
@@ -383,6 +383,7 @@
DEVICE( CYCLADES, CYCLOM_Z_Hi, "Cyclom-Z above 1Mbyte"),
DEVICE( O2, O2_6832, "6832"),
DEVICE( 3DFX, 3DFX_VOODOO, "Voodoo"),
+ DEVICE( 3DFX, 3DFX_VOODOO2, "Voodoo2"),
DEVICE( SIGMADES, SIGMADES_6425, "REALmagic64/GX"),
DEVICE( STALLION, STALLION_ECHPCI832,"EasyConnection 8/32"),
DEVICE( STALLION, STALLION_ECHPCI864,"EasyConnection 8/64"),

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu