Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2014-09-15 | mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmd | David Gwynne |
2011-06-09 | MSI interrupts work here, too. | Theo de Raadt |
2008-11-23 | sizeofa is now nitems in param.h, so dont declare my own in mpi.c it was | David Gwynne |
2008-10-28 | #include sensors | Marco Peereboom |
2008-10-28 | Add beginings of bio. Disabled for now. | Marco Peereboom |
2008-05-27 | only look up the initiator-id for SPI (aka "real scsi") controllers on | David Gwynne |
2008-05-26 | On sparc64, fetch "scsi-initiator-id" property from the firmware, and use | Mark Kettenis |
2008-05-25 | tweak the SPI port configuration if we figure out that it is not quite | David Gwynne |
2008-01-26 | SAS1078 is a megaraid, not a fusion-mpt, so dont attach to it | David Gwynne |
2007-09-03 | unbreak. | Marc Balmer |
2007-09-03 | Add more PCI ids; taken from the linux driver. Pointed out by Stephan | Marco Peereboom |
2007-03-17 | replace the VMWARE quirk that restricts the bus width to 16 targets with | David Gwynne |
2006-10-08 | Also attach to boards with the PCI Express Fibre Channel FC949E chipset. | Brad Smith |
2006-08-10 | fix an obvious typo. found by Quentin Garnier. | David Gwynne |
2006-07-04 | Add some more pci ids that I forgot to commit. | Marco Peereboom |
2006-06-29 | simplify the PCI match routine a bit. | Brad Smith |
2006-06-29 | we dont have to beat mpt to attach to this hardware anymore. | David Gwynne |
2006-06-16 | vmware emulates mpi, but it does a half arsed job of it. half the fields | David Gwynne |
2006-06-14 | oops, i forgot that you need to return a high number from match to win. | David Gwynne |
2006-06-14 | allow mpi to attach to parallel scsi controllers instead of mpt. | David Gwynne |
2006-05-31 | we should support all these sas controllers | David Gwynne |
2006-05-31 | allow mpi to attach to the scsi controllers again. however, mpt will attach | David Gwynne |
2006-05-31 | we dont do domain validation on real scsi controllers (as opposed to sas | David Gwynne |
2006-05-29 | add the sas1064 as a supported device | David Gwynne |
2006-05-27 | add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt | David Gwynne |