summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_pass.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-171-3/+9
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-4/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Remove unneeded disk-related includes.phk1999-09-121-4/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-5/+1
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-22/+21
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-221-9/+2
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-17/+3
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-3/+45
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-3/+4
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-221-8/+21
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-57/+70
* Clean up some unused variables.ken1998-10-151-3/+1
* Check to make sure that this device is opened read-write, not just readken1998-09-161-1/+7
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+787
OpenPOWER on IntegriCloud