diff options
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index de14818d5cc4..d23a42b1504f 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -4991,7 +4991,7 @@ void __devinit bttv_check_chipset(void) | |||
4991 | int pcipci_fail = 0; | 4991 | int pcipci_fail = 0; |
4992 | struct pci_dev *dev = NULL; | 4992 | struct pci_dev *dev = NULL; |
4993 | 4993 | ||
4994 | if (pci_pci_problems & PCIPCI_FAIL) | 4994 | if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ |
4995 | pcipci_fail = 1; | 4995 | pcipci_fail = 1; |
4996 | if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) | 4996 | if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) |
4997 | triton1 = 1; | 4997 | triton1 = 1; |