summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-116/+46
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-2/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-7/+8
* Move initialization of announce_buf up to makemjacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-7/+4
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightymjacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* Simplify cdevsw registration.phk1999-05-311-2/+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-8/+3
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-3/+8
* 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-7/+6
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* A better fix to avoid race conditions between failed probesmjacob1999-01-071-6/+15
* Add a quirk that disables SYNCHRONIZE CACHEmjacob1999-01-051-1/+10
* Temporary workaround (bandaid) for case where you have READmjacob1999-01-031-3/+5
* you can retry SYNC CACHE on UA errorsmjacob1998-12-231-2/+3
* Convert dadump to use reasonable data types so that some casting is unecessary.gibbs1998-12-111-17/+17
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
* "Fix" a problem with the Quantum Viking. It appears that this drive doesken1998-12-021-4/+28
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-55/+68
* Disable cache syncs for a broken NEC drive.ken1998-10-131-1/+9
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Add quirk entries to disable the synchronize cache command for Micropolisken1998-10-121-10/+28
* Add the quirk entry framework to handle disabling the synchronize cacheken1998-10-081-25/+168
* Up the read capacity timeout from 20 seconds to 60 seconds to keep myimp1998-10-071-2/+2
* Some fixes for the CD and DA drivers from bde. (and some of my own asken1998-10-071-63/+50
* Don't invalidate devices due to unexpected unit attention errors. Ingibbs1998-09-201-1/+7
* Don't leave the device queue in a frozen state if the Synchronize Cachegibbs1998-09-191-1/+8
* Fix the CAM code so that people can compile kernels with the CD driver butken1998-09-181-145/+1
* Some Alpha patches for CAM from Doug Rabson.ken1998-09-161-2/+2
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+1520
OpenPOWER on IntegriCloud