summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_targ_bh.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-8/+8
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-16/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-8/+2
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-9/+9
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-15/+17
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.simokawa2003-09-301-6/+12
* Detach black hole device on AC_PATH_DEREGISTERED.simokawa2003-09-251-19/+20
* Use __FBSDID().obrien2003-06-101-2/+3
* Add /* FALLTHROUGH */phk2003-05-311-7/+4
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Remove redundant printf from targbhasync() since all places that return annjl2003-01-231-4/+0
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-1/+0
* Propagate CAM_DIS_DISCONNECT on through:mjacob2001-07-301-5/+54
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* "Rejected with status" is better than "Rejected for status".mjacob2001-01-241-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessmjacob2000-07-141-1/+2
* Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.mjacob2000-07-141-4/+4
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-2/+28
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Silence errors.gibbs1999-03-051-4/+11
* The target mode 'Black Hole' device. This peripheral driver provides inquirygibbs1999-01-141-0/+715
OpenPOWER on IntegriCloud