Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 180 → Rev 181

/shark/trunk/drivers/bttv/bttv-cards.c
136,6 → 136,7
{ 0x03116000, BTTV_SENSORAY311, "Sensoray 311" },
{ 0x00790e11, BTTV_WINDVR, "Canopus WinDVR PCI" },
{ 0xa0fca1a0, BTTV_ZOLTRIX, "Face to Face Tvmax" },
{ 0x0350109e, BTTV_PXC200, "Imagenation PXC200" },
 
{ 0, -1, NULL }
};
2308,7 → 2309,8
struct pci_dev dev;
BYTE bus, dv;
 
triton1 = 1;
triton1 = 0;
vsfx = 0;
if (pci_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_496, 0, &bus, &dv)) pcipci_fail = 1;
if (pci_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5597, 0, &bus, &dv)) pcipci_fail = 1;