aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* o Modify access control code for the CAM SCSI pass-through device toRobert Watson2001-09-261-2/+4
* s/securelvel/securelevel/Robert Watson2001-09-251-1/+1
* Add a quirk entry for the Sony CLIE memory stick device. This will becomeScott Long2001-09-191-0/+8
* The code that sees a drive (at mount time) not in buffered mode andMatt Jacob2001-09-141-3/+5
* KSE Milestone 2Julian Elischer2001-09-129-30/+30
* Attach to a CD device even when the SCSI status is 'busy'.Kenneth D. Merry2001-09-031-0/+10
* Add quirk entry for FujiFilm camera.Nick Hibma2001-09-021-1/+8
* Add quirks for Kingbyte USB Pen drive.Nick Hibma2001-09-021-12/+12
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honorMatt Jacob2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.Matt Jacob2001-08-301-85/+112
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.Kelly Yancey2001-08-272-0/+153
* Add quirks for the Olympus Digital Camera.Nick Hibma2001-08-211-1/+16
* Eliminate the hot-spare 'r' in Arrray.Poul-Henning Kamp2001-08-101-1/+1
* Kill the command (don't rerun it) if we had an AUTOSENSE failure.Matt Jacob2001-07-301-3/+5
* (Forced commit- last one missed the comments)Matt Jacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)Matt Jacob2001-07-301-0/+1
* backout last commit- inadvertantMatt Jacob2001-07-301-70/+47
* scsi_targetio.hMatt Jacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:Matt Jacob2001-07-301-5/+54
* Support for USB floppies based upon SMSC USB FDD controller.Nick Hibma2001-07-201-0/+10
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-144-1606/+4214
* Call disk_destroy in cdcleanup() as appropriate.Dima Dorfman2001-07-111-0/+3
* Add SYSCTL ints for default normal I/O timeout && retry counts.Matt Jacob2001-07-091-4/+20
* Check the void * argument in the AC_FOUND_DEV case against NULL. WhetherMatt Jacob2001-07-047-1/+16
* A slightly more complete change to timeouts:Matt Jacob2001-07-021-14/+22
* Reviewed by: Matthew JacobLars Fredriksen2001-07-021-1/+1
* cleanup some of the XPORT_FC codeMatt Jacob2001-06-241-24/+18
* Add a transport settings variant for Fibre Channel.Matt Jacob2001-06-241-0/+13
* Fix warnings:Peter Wemm2001-06-151-4/+4
* Hints overhaul:Peter Wemm2001-06-122-19/+20
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.Noriaki Mitsunaga2001-06-061-1/+1
* first blush at some FC path inquiry settingsMatt Jacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.Matt Jacob2001-06-041-1/+12
* first blush at some FC path inquiry settingsMatt Jacob2001-06-041-0/+9
* Add a quirk entry for ARCHIVE Python 06408.Noriaki Mitsunaga2001-06-011-0/+4
* Print out the asc/ascq and description even when both the asc and ascqKenneth D. Merry2001-05-271-4/+2
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-2/+0
* Exploit recent improvements in the disk minilayer to simplify errorPoul-Henning Kamp2001-05-085-75/+39
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-064-32/+12
* Add q quirk for the old SONY SMO drive i've been sitting upon in myJoerg Wunsch2001-05-051-0/+16
* Fix up unit attention and selection timeout handling in various peripheralKenneth D. Merry2001-05-013-14/+8
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willKenneth D. Merry2001-04-301-0/+2
* In camperiphscsisenseerror(), don't return an error when the error actionKenneth D. Merry2001-04-301-0/+3
* Fix an errant search and replace that broke SCSI start unit commands.Kenneth D. Merry2001-04-301-1/+1
* Fix the `tape drive spinning indefinately upon mt stat' problem.Joerg Wunsch2001-04-221-2/+15
* Fix an off-by-2 error in periphdriver_register(). The read side of theKenneth D. Merry2001-04-161-1/+1
* If we have and error and are booting verbosely, don't be complainingMatt Jacob2001-04-041-1/+7
* comment typo: subsytem -> subsystemMurray Stokely2001-03-311-1/+1
* Catch up to header include changes:John Baldwin2001-03-281-0/+2
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-281-16/+3