aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/sbp_targ.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* MFC r237601:Kenneth D. Merry2012-06-291-5/+5
* MFC r225950:Kenneth D. Merry2011-10-061-22/+69
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Include now unused var within #if 0 where it come back if the otherMatt Jacob2007-06-081-0/+2
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-33/+108
* - Initialize login->id and fix problem for non-zero login id.Hidetoshi Shimokawa2007-05-111-1/+2
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-19/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-3/+3
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-37/+37
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-65/+65
* * fwohci_pci.cHidetoshi Shimokawa2004-01-231-7/+8
* Fix panic.Hidetoshi Shimokawa2003-12-131-6/+2
* MFp4:Hidetoshi Shimokawa2003-12-111-129/+309
* Improve debug message.Hidetoshi Shimokawa2003-11-121-6/+6
* Add SBP-II target mode driver.Hidetoshi Shimokawa2003-10-181-0/+1550