summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent overflow issues in timeout processingsmh2014-11-211-4/+4
* - Remove a redundant variable in mpt_pci_attach().marius2013-12-291-33/+2
* Remove support for using Giant for locking within mpt(4). Finer grainedmarius2012-10-221-35/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).marius2012-10-221-128/+9
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.marius2012-03-241-0/+2
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallymarius2012-02-111-2/+5
* Remove extra newlines from panic messages.marius2012-02-081-6/+6
* - Staticize functions as appropriate and comment out unused ones.marius2011-07-291-12/+4
* - For SAS but neither FC nor SPI controllers default to using MSI (stillmarius2011-07-131-2/+0
* Correct spelling.marius2011-04-221-3/+3
* Use the correct variable for determining the verbosity level in mpt_lprtc().marius2010-11-141-4/+4
* Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as thesemarius2010-09-241-7/+7
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichmarius2010-07-121-1/+0
* Change the mpt driver to allow larger I/O sizes.ken2010-06-291-3/+2
* On sparc64 obtain the initiator ID to be used for SPI HBAs from themarius2010-04-271-1/+9
* Use callout_init_mtx on FreeBSD versions recent enough. This closeskan2009-10-201-17/+18
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-071-0/+25
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-061-0/+3
* Restore multi-release tradition of the driver.jkim2008-05-021-3/+15
* 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-201-2/+2
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-141-4/+0
* mpt.c:scottl2007-06-031-3/+55
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-051-34/+36
* feedback from RELENG_5 portmjacob2007-03-111-0/+3
* Redo previous newbus related change to be kinder tomjacob2007-02-231-0/+7
* (commented out) multipath fault injection code.mjacob2007-01-051-1/+5
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-071-8/+8
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-071-21/+34
* 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-031-2/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-191-1/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-151-0/+1
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-071-0/+2
* Add sysctl information about things like WWNN/WWPN.mjacob2006-07-161-0/+14
* If the card has target mode enabled, and we hangmjacob2006-07-151-2/+7
* Fix config page writes to not strip out the attributes when youmjacob2006-07-121-4/+7
* Major Fixes:mjacob2006-06-251-0/+2
* Do some source && comment cleanup.mjacob2006-06-051-10/+3
* Make the code able to compile again in RELENG_4.mjacob2006-06-021-0/+1
* More checkpointing on the way toward really (finally)mjacob2006-06-021-2/+10
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-291-0/+4
* Add a MPT_PRT_NEGOTIATION print level.mjacob2006-05-291-0/+1
* Work in progress toward fixing IM checked in after havingmjacob2006-05-271-3/+4
* Get most of the way back to having Integrated Mirroring workmjacob2006-05-261-2/+1
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.mjacob2006-05-261-2/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Remove MPT_PRT_INVARIANT- it was a silly idea.mjacob2006-05-041-5/+0
* A large set of changes:mjacob2006-04-111-17/+154
OpenPOWER on IntegriCloud