summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.simokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.simokawa2003-10-061-12/+32
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-021-168/+57
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* Include order bit in sdev->type.simokawa2003-08-211-1/+1
* - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now.simokawa2003-08-011-2/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Clean up include files.simokawa2003-07-181-3/+2
* Add compatibility for FreeBSD-4.simokawa2003-07-041-1/+4
* Mega busdma API commit.scottl2003-07-011-1/+4
* Revert previos change for prior release/branch.simokawa2003-06-161-0/+21
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-17/+2
* Don't call sbp_do_attach() recursively after agent resetsimokawa2003-06-031-1/+1
* Make it compiled on 4-stable.simokawa2003-05-121-2/+10
OpenPOWER on IntegriCloud