summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings:peter2001-06-151-4/+4
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* 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
* 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
* 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
* 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-2710-1369/+1074
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-268-10/+0
* Fix inquiry length detection for the ses(4) driver. It was using theken2001-03-161-4/+4
* 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
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-079-9/+9
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-042-14/+7
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-28/+25
* Fix region code reporting.ken2001-01-281-4/+3
* #ifdef a local variable only used in debugging code.jhb2001-01-241-1/+4
* "Rejected with status" is better than "Rejected for status".mjacob2001-01-241-1/+1
* Make some attempt to accomodate kern/24221- propate residual to mt_residmjacob2001-01-191-0/+41
* Use the residual from a spacing operation to try and figure out wheremjacob2001-01-161-10/+38
* Get rid of those pesky "driver mistake" messages... destroy the create_d dev_tmjacob2001-01-161-1/+5
* Fix PR 24220 by using the periph private field0 for a CCB for notmjacob2001-01-151-40/+50
* Check __i386__, not i386.nyan2001-01-131-1/+1
* Spell declarations correctly.steve2001-01-122-2/+2
* select() DKI is defined in <sys/selinfo.h> now.wollman2001-01-091-1/+1
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.n_hibma2001-01-081-0/+4
* Generalize quirk for Sony Memory Sticks. Any device that starts withimp2000-12-141-1/+5
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepnon2000-12-131-1/+1
* Add needed include of <sys/devicestat.h>phk2000-12-071-0/+1
* Turn off the load_eject bit in cdstartunit(). It causes an `Invalidjoerg2000-12-041-1/+1
* Add special quirk for this ancient Viper drive. This is all creepingmjacob2000-11-081-0/+5
* Fix a problem with the previous revision (1.42) that showed up with audioken2000-11-041-0/+93
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.mjacob2000-10-311-1/+1
* scsi_sa.hmjacob2000-10-312-11/+36
* 0x03F -> 0x3F for consistancy with the rest of the file.gibbs2000-10-311-1/+1
OpenPOWER on IntegriCloud