|
@@ -1779,7 +1779,7 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev,
|
|
|
dev->pci_lat,(unsigned long long)pci_resource_start(pci_dev,0));
|
|
|
|
|
|
pci_set_master(pci_dev);
|
|
|
- if (!pci_dma_supported(pci_dev,0xffffffff)) {
|
|
|
+ if (!pci_dma_supported(pci_dev,DMA_32BIT_MASK)) {
|
|
|
printk("%s/0: Oops: no 32bit PCI DMA ???\n",core->name);
|
|
|
err = -EIO;
|
|
|
goto fail_core;
|