aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* MFC: r233827 (backported)Marius Strobl2012-04-061-0/+6
* Merge r232563 from stable/8 (r232411 from head):Kenneth D. Merry2012-03-071-6/+56
* MFC: r231228Marius Strobl2012-02-143-20/+19
* MFC: r231518Marius Strobl2012-02-145-33/+67
* MFC: r226118Marius Strobl2012-01-291-0/+1
* MFC: r227001Marius Strobl2011-11-061-1/+1
* MFC: r224494, r224761Marius Strobl2011-08-134-3/+118
* MFC: r224493Marius Strobl2011-08-138-96/+152
* MFC: r223985Marius Strobl2011-08-132-22/+20
* MFC: r223981Marius Strobl2011-07-251-11/+0
* MFC: r220945Marius Strobl2011-07-255-19/+19
* MFC: r210943Marius Strobl2011-07-251-4/+17
* MFC: r219335Marius Strobl2011-03-233-31/+41
* MFC 216486,216764:John Baldwin2011-01-261-4/+4
* MFC: r217009Marius Strobl2011-01-141-1/+1
* MFC: r215325Marius Strobl2010-11-211-4/+4
* MFC: r213105, r213147Marius Strobl2010-10-042-8/+9
* MFC 209599, 209960:Kenneth D. Merry2010-07-225-113/+136
* MFC: r209961Marius Strobl2010-07-171-2/+2
* This is an MFC of 207543Matt Jacob2010-06-181-0/+4
* 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