aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314864: firewire/sbp: try to improve locking, plus a few style nitsAndriy Gapon2017-03-231-23/+42
* MFC r311305 (by asomers):Alexander Motin2017-03-231-3/+3
* MFC r314374: Add safety check against too long CDB.Alexander Motin2017-03-071-0/+5
* MFC r274819:Steven Hartland2014-12-211-6/+8
* MFC r266772:Steven Hartland2014-12-211-172/+102
* MFC: r266270Christian Brueffer2014-05-311-2/+0
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-041-1/+1
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-5/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+5
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orWarner Losh2013-02-211-3/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-8/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-2/+2
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-1/+2
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theWarner Losh2010-03-291-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* Enhance debugging mode by storing the string "BB:TT:LL" once and useSean Bruno2009-02-181-150/+143
* Remove unused variable.Max Khon2009-02-091-2/+1
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-1/+12
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.Hidetoshi Shimokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.Hidetoshi Shimokawa2007-06-141-2/+7
* Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa2007-06-071-0/+7
* Fix a typo to make this file compileAndrew Gallatin2007-06-061-1/+1
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-10/+67
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-20/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+1
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-9/+9
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-2/+0
* Print warning for large DFLTPHYS.Hidetoshi Shimokawa2007-03-161-0/+5
* Support MAXPHYS up to 512KBHidetoshi Shimokawa2007-03-161-2/+3
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-8/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+25
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add a missing splx().Hidetoshi Shimokawa2004-09-061-0/+1
* Don't output too many debug messages for bootverbose.Hidetoshi Shimokawa2004-07-201-0/+3
* Fix the description of hw.firewire.sbp.exclusive_login.Hidetoshi Shimokawa2004-06-181-1/+1
* Fix spelling.Doug Rabson2004-06-151-2/+2
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's toDoug Rabson2004-05-221-20/+20
* MFp4: FireWireHidetoshi Shimokawa2004-03-261-80/+167
* * firewireHidetoshi Shimokawa2004-01-081-1/+5
* Remove __P().Hidetoshi Shimokawa2004-01-061-18/+18
* MFp4:Hidetoshi Shimokawa2004-01-051-0/+8
* Improve debug message.Hidetoshi Shimokawa2003-11-121-3/+3
* - Reserve a ocb for management ORB.Hidetoshi Shimokawa2003-11-121-2/+6