summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the hot-spare 'r' in Arrray.phk2001-08-101-1/+1
* Kill the command (don't rerun it) if we had an AUTOSENSE failure.mjacob2001-07-301-3/+5
* (Forced commit- last one missed the comments)mjacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)mjacob2001-07-301-0/+1
* backout last commit- inadvertantmjacob2001-07-301-70/+47
* scsi_targetio.hmjacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:mjacob2001-07-301-5/+54
* Support for USB floppies based upon SMSC USB FDD controller.n_hibma2001-07-201-0/+10
* Catch up with NetBSD/pc98.non2001-07-144-1606/+4214
* Call disk_destroy in cdcleanup() as appropriate.dd2001-07-111-0/+3
* Add SYSCTL ints for default normal I/O timeout && retry counts.mjacob2001-07-091-4/+20
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-047-1/+16
* A slightly more complete change to timeouts:mjacob2001-07-021-14/+22
* Reviewed by: Matthew Jacoblars2001-07-021-1/+1
* cleanup some of the XPORT_FC codemjacob2001-06-241-24/+18
* Add a transport settings variant for Fibre Channel.mjacob2001-06-241-0/+13
* Fix warnings:peter2001-06-151-4/+4
* Hints overhaul:peter2001-06-122-19/+20
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.mjacob2001-06-041-1/+12
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+9
* Add a quirk entry for ARCHIVE Python 06408.non2001-06-011-0/+4
* Print out the asc/ascq and description even when both the asc and ascqken2001-05-271-4/+2
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-2/+0
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-085-75/+39
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-064-32/+12
* Add q quirk for the old SONY SMO drive i've been sitting upon in myjoerg2001-05-051-0/+16
* Fix up unit attention and selection timeout handling in various peripheralken2001-05-013-14/+8
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willken2001-04-301-0/+2
* In camperiphscsisenseerror(), don't return an error when the error actionken2001-04-301-0/+3
* Fix an errant search and replace that broke SCSI start unit commands.ken2001-04-301-1/+1
* Fix the `tape drive spinning indefinately upon mt stat' problem.joerg2001-04-221-2/+15
* Fix an off-by-2 error in periphdriver_register(). The read side of theken2001-04-161-1/+1
* If we have and error and are booting verbosely, don't be complainingmjacob2001-04-041-1/+7
* comment typo: subsytem -> subsystemmurray2001-03-311-1/+1
* Catch up to header include changes:jhb2001-03-281-0/+2
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-16/+3
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Rewrite of the CAM error recovery code.ken2001-03-2717-1885/+2537
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-269-11/+0
* Fix inquiry length detection for the ses(4) driver. It was using theken2001-03-161-4/+4
* In xpt_set_transfer_settings(), force async if either the period or theken2001-03-131-10/+12
* o Support AUTO SENSE correctly.non2001-02-252-80/+82
* In the SCSI_NO_SENSE_STRINGS case, properly fill the table with thegibbs2001-02-241-1/+1
* Restore a print_sense=FALSE that got nuked by accident in last delta.mjacob2001-02-221-0/+1
* Use the correct device names (now that we have devfs to embarrass us).mjacob2001-02-211-7/+7
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldmjacob2001-02-111-7/+15
* - Catch up to the new swi API changes:jhb2001-02-091-8/+6
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-0712-26/+65
OpenPOWER on IntegriCloud