| Commit message (Expand) | Author | Age | Files | Lines |
* | Completely set information in the transaction description before performing | gibbs | 1999-02-11 | 1 | -4/+4 |
* | Add a prioritization field to the devstat_add_entry() call so that | ken | 1999-02-10 | 6 | -15/+21 |
* | quiet the alpha compiler | mjacob | 1999-02-05 | 1 | -3/+3 |
* | Extend unit numbers to a full 10 bits (split into sections | mjacob | 1999-02-05 | 1 | -72/+323 |
* | add QIC 525,320,1320,3080 codes | mjacob | 1999-02-05 | 1 | -1/+4 |
* | Fix warnings preparing for -Wall -Wcast-qual | dillon | 1999-01-27 | 2 | -4/+4 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -3/+3 |
* | put it back the way it was | mjacob | 1999-01-20 | 1 | -9/+2 |
* | temporary fix so alpha stays working while configure code is fixed | mjacob | 1999-01-20 | 1 | -2/+9 |
* | By popular demand, back out the CONNER CFP* quirk entry, and return it to | ken | 1999-01-20 | 1 | -2/+2 |
* | The Samsung WN34324U is broken for tagged queueing. | ken | 1999-01-19 | 1 | -2/+13 |
* | Generalize the quirk entry for the Conner CFP* drives. It did just cover | ken | 1999-01-19 | 1 | -4/+24 |
* | Call the xpt_init() hook during at the start of the configure() process | peter | 1999-01-19 | 1 | -5/+7 |
* | Sascha Blank <blank@uni-trier.de> convinced me I was an | mjacob | 1999-01-16 | 1 | -20/+22 |
* | More bandaids. One important one from Sascha Blank | mjacob | 1999-01-16 | 1 | -164/+92 |
* | Replace includes of <sys/kernel.h> with includes of | jdp | 1999-01-14 | 1 | -2/+2 |
* | Add support for wildcard device entries in the EDT. The target mode | gibbs | 1999-01-14 | 1 | -94/+42 |
* | The target mode 'Black Hole' device. This peripheral driver provides inquiry | gibbs | 1999-01-14 | 1 | -0/+715 |
* | Properly handle transfers that only consume partial buffers. | gibbs | 1999-01-14 | 1 | -6/+10 |
* | Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy. | eivind | 1999-01-12 | 1 | -3/+3 |
* | Clean up and fix quirk table (was missing necessary wildcards) and add a couple | mjacob | 1999-01-12 | 1 | -34/+61 |
* | Make HP T4000S quirk to FIXED mode | mjacob | 1999-01-11 | 1 | -1/+5 |
* | Add 'static' to the declaration, too. | eivind | 1999-01-11 | 1 | -2/+2 |
* | Like the problems just fixed in scsi_da.c, make sure | mjacob | 1999-01-07 | 1 | -6/+17 |
* | A better fix to avoid race conditions between failed probes | mjacob | 1999-01-07 | 1 | -6/+15 |
* | The Quantum Atlas III evidently has an identical problem to the Atlas II. | ken | 1999-01-07 | 1 | -1/+22 |
* | The Conner CFP2107 is a fixed-media drive, not removable media. This fixes | ken | 1999-01-05 | 1 | -2/+10 |
* | Add a quirk that disables SYNCHRONIZE CACHE | mjacob | 1999-01-05 | 1 | -1/+10 |
* | Temporary workaround (bandaid) for case where you have READ | mjacob | 1999-01-03 | 1 | -3/+5 |
* | Force ARCHIVE Vipers to be FIXED | mjacob | 1998-12-28 | 1 | -1/+5 |
* | a more correct change that should meet the sniff test | mjacob | 1998-12-24 | 1 | -14/+10 |
* | Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again. | mjacob | 1998-12-24 | 1 | -3/+3 |
* | you can retry SYNC CACHE on UA errors | mjacob | 1998-12-23 | 1 | -2/+3 |
* | Staticize. | eivind | 1998-12-22 | 3 | -17/+17 |
* | Add a quirk NORRLS (no reserve/release) which can (and | mjacob | 1998-12-22 | 1 | -39/+84 |
* | 1) Fix some serious bugs (1 botch on my part which caused a filemark to be | mjacob | 1998-12-19 | 1 | -40/+89 |
* | Add in block position/block locate functions. | mjacob | 1998-12-18 | 1 | -21/+141 |
* | Add structures and function definitions pertinent for hardware locate support. | mjacob | 1998-12-18 | 1 | -1/+51 |
* | Correct the definition of the changer device capabilities page. The | gibbs | 1998-12-17 | 1 | -1/+1 |
* | Add some tape specific density codes- only enough of them here to recognize | mjacob | 1998-12-17 | 1 | -1/+17 |
* | Several changes having to do blocksize- mostly to force variable as the default. | mjacob | 1998-12-17 | 1 | -51/+268 |
* | Correctly track allocated accept target I/O ccbs so that they can be | gibbs | 1998-12-17 | 1 | -15/+17 |
* | At Justin's request, limit the size of buffers that can be mapped into | ken | 1998-12-16 | 1 | -4/+4 |
* | Probable fix for the "cdda2wav" panics that various people have been | ken | 1998-12-16 | 1 | -47/+39 |
* | Enable/Disable our lun on open/close. Track resources kept at the controller | gibbs | 1998-12-15 | 1 | -95/+190 |
* | Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they can | gibbs | 1998-12-15 | 1 | -5/+5 |
* | Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues. | gibbs | 1998-12-15 | 1 | -3/+5 |
* | Return ENODEV instead of EINVAL when a particular exchange or move | gibbs | 1998-12-12 | 1 | -3/+3 |
* | Some fixes to handle fixed mode and variable mode more sensibly- and also | mjacob | 1998-12-11 | 1 | -46/+167 |
* | Convert dadump to use reasonable data types so that some casting is unecessary. | gibbs | 1998-12-11 | 1 | -17/+17 |