On Mon, 28 Oct 2024, Martin K. Petersen wrote: > > I've made some changes to the qla1280 driver, the changes include > > things like checking if the card is in a 64-bit slot and setting > > DMA_BIT_MASK and enable_64bit_addressing accordingly. Also in the > > driver information string, it now shows hardware revision on 1040 > > chips as well as printing info on its PCI slot (32 or 64 bit). I've > > tested it with a ISP1040B card and a ISP1080 and it seems to work > > fine. This may be of interest to others still running legacy qlogic > > SCSI-controllers? > > It would be great for the driver to have a solid heuristic for running > the older ISP cards in 32-bit mode. The use of the 32-bit form factor does not preclude 64-bit addressing as long as the PCI bus logic supports the DAC command, both in the system's relevant host bridge and the device concerned. Is there documentation available for the ISP devices that would provide such information or is that all we have is trial and error? Maciej