Regards,
Frank
--- drivers/scsi/dpt_i2o.c.old Mon Jun 10 12:18:59 2002
+++ drivers/scsi/dpt_i2o.c Sun Jun 23 23:52:48 2002
@@ -879,6 +879,11 @@
if(pci_enable_device(pDev)) {
return -EINVAL;
}
+
+ if(pci_set_dma_mask(pDev, 0xffffffff))
+ {
+ printk(KERN_WARNING "dpt_i2o : No suitable DMA available\n");
+ }
pci_set_master(pDev);
base_addr0_phys = pci_resource_start(pDev,0);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/