summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-075-37/+223
* Allocate a single CCB at the start of the main loop of the RAID monitoringjhb2008-07-211-4/+4
* Rework how the mpt_user personality handles buffers for config pages.jhb2008-07-011-67/+105
* During shutdown, deregister the shutdown hook from the correct eventjhb2008-07-011-1/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAdelphij2008-05-101-0/+6
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-062-0/+758
* Restore multi-release tradition of the driver.jkim2008-05-023-7/+20
* Don't force a reset at driver attach time. It doesn't work on somescottl2008-04-031-1/+1
* The MPT driver treats the "core" module with the same importance andscottl2008-03-311-4/+7
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* fix up some code for older systems changed by accident in the last commitjulian2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-203-4/+4
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-3/+3
* Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-143-8/+1
* Fix some debugging code that crept in accidentally.scottl2007-06-181-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-5/+5
* Track an update in the MPI headers that was missed earlier.scottl2007-06-041-1/+1
* Free the portinfo object on unload.scottl2007-06-041-0/+4
* mpt.c:scottl2007-06-033-32/+514
* Update to MPI 1.5.16scottl2007-06-039-456/+589
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-056-129/+150
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-5/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-5/+7
* Hide bus reset announcements within bootverbose.mjacob2007-04-071-2/+7
* feedback from RELENG_5 portmjacob2007-03-112-0/+8
* Redo previous newbus related change to be kinder tomjacob2007-02-232-1/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-232-2/+42
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* (commented out) multipath fault injection code.mjacob2007-01-054-2/+21
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlymjacob2007-01-051-1/+17
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-102-0/+2
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-072-14/+17
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-075-285/+389
* use xpt_print functionmjacob2006-12-051-3/+2
* Fix a massive couple of botches here: the NVRAM settingsmjacob2006-12-031-23/+15
* Forced commit: previous revision just correctly reflected thatmjacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-034-102/+163
* Pointy hat handed to me by Andrew: had msi_enable on as a default.mjacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-192-4/+15
* If a TMF request fails to start, make sure that we pull it off themjacob2006-11-191-2/+4
* *smack* - forgot to do i386 compile, so lastmjacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.mjacob2006-11-161-19/+35
* After tests on 2 different AMD platforms with severalmjacob2006-11-161-2/+0
* Add big endian support.jb2006-11-152-61/+85
* Get the parent dma tag if one exists. This is required on sun4v. Otherjb2006-11-151-2/+2
OpenPOWER on IntegriCloud