summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_target.c
Commit message (Expand)AuthorAgeFilesLines
* Change error message make sense and add a missingmjacob1999-12-301-1/+4
* Restore this driver to a working state. The control device hasmjacob1999-12-291-7/+6
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-171-3/+11
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Checkpoint work on handling error conditions.gibbs1999-08-161-70/+505
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-20/+20
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-221-1/+3
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-3/+3
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-051-80/+239
* Completely set information in the transaction description before performinggibbs1999-02-111-4/+4
* Properly handle transfers that only consume partial buffers.gibbs1999-01-141-6/+10
* Correctly track allocated accept target I/O ccbs so that they can begibbs1998-12-171-15/+17
* Enable/Disable our lun on open/close. Track resources kept at the controllergibbs1998-12-151-95/+190
* Convert debugging printfs to the CAM_DEBUG macro.gibbs1998-12-101-40/+50
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-2/+2
* Correct printf format bugs.gibbs1998-09-151-6/+7
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+1459
OpenPOWER on IntegriCloud