summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp_targ.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r256826:mav2014-01-051-1/+1
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-5/+5
* Update sbp_targ such that it can actually handle multiple CTIO's during opera...sbruno2012-01-251-79/+314
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-22/+69
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Include now unused var within #if 0 where it come back if the othermjacob2007-06-081-0/+2
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-33/+108
* - Initialize login->id and fix problem for non-zero login id.simokawa2007-05-111-1/+2
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-19/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-3/+3
* * Remove xfer->retry_req.simokawa2007-03-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-37/+37
* MFp4: FireWiresimokawa2004-03-261-65/+65
* * fwohci_pci.csimokawa2004-01-231-7/+8
* Fix panic.simokawa2003-12-131-6/+2
* MFp4:simokawa2003-12-111-129/+309
* Improve debug message.simokawa2003-11-121-6/+6
* Add SBP-II target mode driver.simokawa2003-10-181-0/+1550
OpenPOWER on IntegriCloud