summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/mpi_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmddlg2014-09-151-2/+2
* MSI interrupts work here, too.deraadt2011-06-091-2/+2
* sizeofa is now nitems in param.h, so dont declare my own in mpi.c it wasdlg2008-11-231-3/+2
* #include sensorsmarco2008-10-281-1/+2
* Add beginings of bio. Disabled for now.marco2008-10-281-1/+4
* only look up the initiator-id for SPI (aka "real scsi") controllers ondlg2008-05-271-17/+17
* On sparc64, fetch "scsi-initiator-id" property from the firmware, and usekettenis2008-05-261-1/+23
* tweak the SPI port configuration if we figure out that it is not quitedlg2008-05-251-1/+2
* SAS1078 is a megaraid, not a fusion-mpt, so dont attach to itdlg2008-01-261-2/+1
* unbreak.mbalmer2007-09-031-2/+2
* Add more PCI ids; taken from the linux driver. Pointed out by Stephanmarco2007-09-031-1/+4
* replace the VMWARE quirk that restricts the bus width to 16 targets withdlg2007-03-171-4/+4
* Also attach to boards with the PCI Express Fibre Channel FC949E chipset.brad2006-10-081-1/+2
* fix an obvious typo. found by Quentin Garnier.dlg2006-08-101-2/+2
* Add some more pci ids that I forgot to commit.marco2006-07-041-1/+5
* simplify the PCI match routine a bit.brad2006-06-291-4/+2
* we dont have to beat mpt to attach to this hardware anymore.dlg2006-06-291-2/+2
* vmware emulates mpi, but it does a half arsed job of it. half the fieldsdlg2006-06-161-1/+5
* oops, i forgot that you need to return a high number from match to win.dlg2006-06-141-4/+2
* allow mpi to attach to parallel scsi controllers instead of mpt.dlg2006-06-141-6/+2
* we should support all these sas controllersdlg2006-05-311-2/+8
* allow mpi to attach to the scsi controllers again. however, mpt will attachdlg2006-05-311-4/+6
* we dont do domain validation on real scsi controllers (as opposed to sasdlg2006-05-311-2/+3
* add the sas1064 as a supported devicedlg2006-05-291-1/+2
* add mpi(4), an alternative (replacement) driver for lsi logic fusion mptdlg2006-05-271-0/+168