aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-075-285/+389
* use xpt_print functionMatt Jacob2006-12-051-3/+2
* Fix a massive couple of botches here: the NVRAM settingsMatt Jacob2006-12-031-23/+15
* Forced commit: previous revision just correctly reflected thatMatt Jacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-034-102/+163
* Pointy hat handed to me by Andrew: had msi_enable on as a default.Matt Jacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.Matt Jacob2006-11-192-4/+15
* If a TMF request fails to start, make sure that we pull it off theMatt Jacob2006-11-191-2/+4
* *smack* - forgot to do i386 compile, so lastMatt Jacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.Matt Jacob2006-11-161-19/+35
* After tests on 2 different AMD platforms with severalMatt Jacob2006-11-161-2/+0
* Add big endian support.John Birrell2006-11-152-61/+85
* Get the parent dma tag if one exists. This is required on sun4v. OtherJohn Birrell2006-11-151-2/+2
* Turn off MSI until some testing is done.Matt Jacob2006-11-151-0/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-152-1/+15
* Fix some negotiation issues (like not being able to negotiate async)Matt Jacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksMatt Jacob2006-11-021-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-91/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+23
* Connect up a QUEUE FULL event with CAM and adjust openings.Matt Jacob2006-09-211-2/+32
* Support for PCI-Express 4Gb Cards.Matt Jacob2006-09-081-5/+14
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-073-13/+66