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