The following patch adds PCI vendor/device information for the FlyVIDEO2000. These boards are hard-wired for NTSC/PAL/SECAM. I hope there is some way to tell them apart. Right now my NTSC board is detected as PAL (the default). Perhaps I can compare the revision or subdevice number with someone that owns a PAL version to see if they differ. The revision number of my board (at address 0x08 in the PCI config) is 0x01. Subvendor is 0x5168. Subdevice is 0x0138. Cheers, Shaun --- saa7134-0.2.2/saa7134-cards.c Fri Nov 8 07:48:01 2002 +++ saa7134-0.2.2-sdj/saa7134-cards.c Mon Dec 23 14:08:23 2002 @@ -372,6 +372,12 @@ .subvendor = 0x153B, .subdevice = 0x1143, .driver_data = SAA7134_BOARD_CINERGY600, + },{ + .vendor = PCI_VENDOR_ID_PHILIPS, + .device = PCI_DEVICE_ID_PHILIPS_SAA7130, + .subvendor = 0x5168, + .subdevice = 0x0138, + .driver_data = SAA7134_BOARD_FLYVIDEO2000, },{ /* --- boards without eeprom + subsystem ID --- */