summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r274819:smh2014-12-211-6/+8
* MFC r266772:smh2014-12-211-172/+102
* MFC: r266270brueffer2014-05-311-2/+0
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-3/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-5/+3
* Update the CAM API for FreeBSD 10:scottl2013-09-241-3/+5
* MFprojects/camlock r248982:mav2013-04-141-2/+2
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orimp2013-02-211-3/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-8/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* 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-2/+2
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-1/+2
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theimp2010-03-291-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-3/+3
* Enhance debugging mode by storing the string "BB:TT:LL" once and usesbruno2009-02-181-150/+143
* Remove unused variable.fjoe2009-02-091-2/+1
* Some updates and bug squashing in the firewire stack.sbruno2009-02-011-1/+12
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.simokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Add a tunable hw.firewire.phydma_enable.simokawa2007-06-071-0/+7
* Fix a typo to make this file compilegallatin2007-06-061-1/+1
* MFp4: MPSAFE firewire stack.simokawa2007-06-061-10/+67
* MFp4: Fix broken userland API for async packets.simokawa2007-04-301-20/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-0/+1
* Replace xfer->act.hand with xfer->hand.simokawa2007-03-161-9/+9
* * Remove xfer->retry_req.simokawa2007-03-161-2/+0
* Print warning for large DFLTPHYS.simokawa2007-03-161-0/+5
* Support MAXPHYS up to 512KBsimokawa2007-03-161-2/+3
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-8/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-4/+25
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add a missing splx().simokawa2004-09-061-0/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-201-0/+3
* Fix the description of hw.firewire.sbp.exclusive_login.simokawa2004-06-181-1/+1
* Fix spelling.dfr2004-06-151-2/+2
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-221-20/+20
* MFp4: FireWiresimokawa2004-03-261-80/+167
* * firewiresimokawa2004-01-081-1/+5
* Remove __P().simokawa2004-01-061-18/+18
* MFp4:simokawa2004-01-051-0/+8
* Improve debug message.simokawa2003-11-121-3/+3
* - Reserve a ocb for management ORB.simokawa2003-11-121-2/+6
* Oops, fix typo in my name.simokawa2003-11-121-2/+2
* Reduce debug message.simokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.simokawa2003-11-101-15/+50
OpenPOWER on IntegriCloud