summaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* MFC of 198262Matt Jacob2010-06-074-21/+40
* MFC: r207287Marius Strobl2010-05-103-1/+16
* MFC: r207286Marius Strobl2010-05-101-2/+3
* This is an MFC of 205932.Matt Jacob2010-04-291-0/+4
* MFC r204356:Alexander Motin2010-03-011-2/+1
* MFC r203108:Alexander Motin2010-02-142-17/+1
* MFC r203484:Alexander Motin2010-02-142-0/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-2/+5
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* - Remove unused variables. [1]Marius Strobl2009-06-241-25/+3
* Largely revert the earlier change to use a single CCB for the RAID recoveryJohn Baldwin2009-05-211-3/+8
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-075-37/+223
* Allocate a single CCB at the start of the main loop of the RAID monitoringJohn Baldwin2008-07-211-4/+4
* Rework how the mpt_user personality handles buffers for config pages.John Baldwin2008-07-011-67/+105
* During shutdown, deregister the shutdown hook from the correct eventJohn Baldwin2008-07-011-1/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAXin LI2008-05-101-0/+6
* Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-062-0/+758
* Restore multi-release tradition of the driver.Jung-uk Kim2008-05-023-7/+20
* Don't force a reset at driver attach time. It doesn't work on someScott Long2008-04-031-1/+1
* The MPT driver treats the "core" module with the same importance andScott Long2008-03-311-4/+7
* Ever since the module registration system was introduced to this driver,Scott Long2007-11-031-1/+2
* fix up some code for older systems changed by accident in the last commitJulian Elischer2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-203-4/+4
* For some blasted reason the SATA WC change frees a structure right in theScott Long2007-10-121-1/+0
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-3/+3
* Fix an incorrect PCI device id. The current value conflicts withDoug Ambrisko2007-09-181-1/+1
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-143-8/+1
* Fix some debugging code that crept in accidentally.Scott Long2007-06-181-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-5/+5
* Track an update in the MPI headers that was missed earlier.Scott Long2007-06-041-1/+1
* Free the portinfo object on unload.Scott Long2007-06-041-0/+4
* mpt.c:Scott Long2007-06-033-32/+514
* Update to MPI 1.5.16Scott Long2007-06-039-456/+589
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-056-129/+150
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long2007-04-181-5/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-5/+7
* Hide bus reset announcements within bootverbose.Matt Jacob2007-04-071-2/+7
* feedback from RELENG_5 portMatt Jacob2007-03-112-0/+8
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-232-1/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use the new xpt_rescan function to truly now have dynamicMatt Jacob2007-02-232-2/+42
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.John Baldwin2007-02-141-8/+23
* Whoops- #ifdef problem caused uninitialized transport. Not horriblyMatt Jacob2007-01-251-1/+1
* (commented out) multipath fault injection code.Matt Jacob2007-01-054-2/+21
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlyMatt Jacob2007-01-051-1/+17
* Make some slight reorganization (bringing back in someMatt Jacob2006-12-161-12/+86
* Make mpt_pci depend on pci and mpt_cam depend on CAM.Matt Jacob2006-12-102-0/+2
* PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob2006-12-072-14/+17