aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the dump routines to only abort if control-c is pressed.Paul Saab2001-03-271-1/+3
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-2717-1885/+2537
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-269-11/+0
* Fix inquiry length detection for the ses(4) driver. It was using theKenneth D. Merry2001-03-161-4/+4
* In xpt_set_transfer_settings(), force async if either the period or theKenneth D. Merry2001-03-131-10/+12
* o Support AUTO SENSE correctly.Noriaki Mitsunaga2001-02-252-80/+82
* In the SCSI_NO_SENSE_STRINGS case, properly fill the table with theJustin T. Gibbs2001-02-241-1/+1
* Restore a print_sense=FALSE that got nuked by accident in last delta.Matt Jacob2001-02-221-0/+1
* Use the correct device names (now that we have devfs to embarrass us).Matt Jacob2001-02-211-7/+7
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldMatt Jacob2001-02-111-7/+15
* - Catch up to the new swi API changes:John Baldwin2001-02-091-8/+6
* Change the peripheral driver list from a linker set to module drivenPeter Wemm2001-02-0712-26/+65
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-043-16/+8
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-047-38/+35
* Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and otherKenneth D. Merry2001-01-291-11/+0
* Fix region code reporting.Kenneth D. Merry2001-01-281-4/+3
* #ifdef a local variable only used in debugging code.John Baldwin2001-01-241-1/+4
* Const'ify cam_sim.sim_name to quiet warnings.John Baldwin2001-01-242-9/+9
* "Rejected with status" is better than "Rejected for status".Matt Jacob2001-01-241-1/+1
* Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that wouldJoerg Wunsch2001-01-231-0/+10
* Make some attempt to accomodate kern/24221- propate residual to mt_residMatt Jacob2001-01-191-0/+41
* Add tags quirk for IBM DNES drives.Matt Jacob2001-01-161-0/+11
* Use the residual from a spacing operation to try and figure out whereMatt Jacob2001-01-161-10/+38
* Get rid of those pesky "driver mistake" messages... destroy the create_d dev_tMatt Jacob2001-01-161-1/+5
* Fix PR 24220 by using the periph private field0 for a CCB for notMatt Jacob2001-01-151-40/+50
* Check __i386__, not i386.Yoshihiro Takahashi2001-01-131-1/+1
* Spell declarations correctly.Steve Price2001-01-122-2/+2
* select() DKI is defined in <sys/selinfo.h> now.Garrett Wollman2001-01-091-1/+1
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.Nick Hibma2001-01-081-0/+4
* Generalize quirk for Sony Memory Sticks. Any device that starts withWarner Losh2000-12-141-1/+5
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepNoriaki Mitsunaga2000-12-131-1/+1
* Add needed include of <sys/devicestat.h>Poul-Henning Kamp2000-12-071-0/+1
* Turn off the load_eject bit in cdstartunit(). It causes an `InvalidJoerg Wunsch2000-12-041-1/+1
* Add special quirk for this ancient Viper drive. This is all creepingMatt Jacob2000-11-081-0/+5
* Fix async notifications for listners registered to wildcard nodes. ForJustin T. Gibbs2000-11-061-55/+77
* Fix a problem with the previous revision (1.42) that showed up with audioKenneth D. Merry2000-11-041-0/+93
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.Matt Jacob2000-10-311-1/+1
* scsi_sa.hMatt Jacob2000-10-312-11/+36
* Treat engine inquiry the same as path inquiry in xptioctl().Justin T. Gibbs2000-10-311-5/+3
* 0x03F -> 0x3F for consistancy with the rest of the file.Justin T. Gibbs2000-10-311-1/+1
* Allow async transfer negotiation updates to modify tagging behavior.Justin T. Gibbs2000-10-311-3/+1
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.Scott Long2000-10-301-1/+7
* Remove unused #includes.Noriaki Mitsunaga2000-10-302-16/+6
* Remove unused #includesPoul-Henning Kamp2000-10-304-7/+0