aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps/mpi/mpi2_init.h
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/8.3 to release/8.3.0 as part of the 8.3-RELEASE build process.release/8.3.0_cvsKen Smith2012-04-091-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.3-RELEASE image.
* MFC 230592:Kenneth D. Merry2012-02-021-17/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in the LSI-supported version of the mps(4) driver. This involves significant changes to the mps(4) driver, but is not a complete rewrite. Some of the changes in this version of the driver: - Integrated RAID (IR) support. - Support for WarpDrive controllers. - Support for SCSI protection information (EEDP). - Support for TLR (Transport Level Retries), needed for tape drives. - Improved error recovery code. - ioctl interface compatible with LSI utilities. mps.4: Update the mps(4) driver man page somewhat for the driver changes. The list of supported hardware still needs to be updated to reflect the full list of supported cards. conf/files: Add the new driver files. mps/mpi/*: Updated version of the MPI header files, with a BSD style copyright. mps/*: See above for a description of the new driver features. modules/mps/Makefile: Add the new mps(4) driver files. Submitted by: Kashyap Desai <Kashyap.Desai@lsi.com> Sponsored by: LSI, Spectra Logic Reviewed by: ken Notes: svn path=/stable/8/; revision=230922
* MFC: 212420, 212616, 212772, 212802, 213535, 213702, 213704, 213707, 213708,Kenneth D. Merry2011-02-181-0/+454
213743, 213839, 213840, 213882, 213898, 216088, 216227, 216363, 216368: Merge the mps(4) driver into stable/8. This is currently only included in GENERIC on amd64, since that is the only architecture it has been tested on. Notes: svn path=/stable/8/; revision=218810