summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-20/+20
* Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
* Quirk all Pioneer changers as changers up front, instead of waiting for theken1999-12-111-7/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-082-2/+2
* Recognize the Pioneer CD-ROM DRM-6324X as a changer.ken1999-12-071-1/+7
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsmjacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readmjacob1999-12-031-97/+74
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingmjacob1999-11-211-13/+16
* Add make_dev functions. Tested with only one changer (sigh- all my othersmjacob1999-11-211-3/+7
* Fix a couple of boo-boos in the last delta.mjacob1999-11-171-13/+15
* Fix for 11815 (at mount time do a throwaway read of the front of themjacob1999-11-171-131/+321
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-173-17/+26
* useracc() the prequel:phk1999-10-291-1/+0
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),mjacob1999-10-021-11/+9
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-015-220/+85
* Ooops- forgot to commit this.mjacob1999-09-281-1/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-257-35/+0
* Remove unneeded disk-related includes.phk1999-09-122-5/+0
* Don't register a block major for tapes.phk1999-09-081-2/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-282-4/+4
* $Id$ -> $FreeBSD$peter1999-08-2815-15/+15
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-5/+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
* Fix short timeout problems with the pt(4) driver:ken1999-08-201-3/+66
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-2/+2
* Checkpoint work on handling error conditions.gibbs1999-08-162-73/+514
* Move initialization of announce_buf up to makemjacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-142-23/+7
* 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
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Simplify cdevsw registration.phk1999-05-317-25/+14
* This commit should be a extensive NO-OP:phk1999-05-307-152/+146
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2mjacob1999-05-111-3/+38
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-097-40/+58
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-076-86/+17
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-064-34/+70
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
OpenPOWER on IntegriCloud