Age | Commit message (Expand) | Author |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-12 | bring sd.c r1.180 over to the other drivers now using the antisemaphore, | David Gwynne |
2010-01-11 | Bring mutex protections to ststart, cdstart and ssstart, as already | Kenneth R Westerback |
2010-01-09 | dont try to prevent multiple concurrent runs of a devices start routine | David Gwynne |
2010-01-02 | move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. i | David Gwynne |
2010-01-01 | split the flags used in a scsi_link structure to represent its state at | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-05-22 | zap useless comment block with no content. | Jasper Lievisse Adriaanse |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2005-12-17 | Kill unreachable code. Found by lint. | Kenneth R Westerback |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-22 | KNF | Theo de Raadt |
2001-03-25 | Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok. | Federico G. Schwindt |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
1999-05-11 | clean up | kstailey |
1999-05-11 | set window descriptor length to actual amount of data | kstailey |
1999-05-11 | initialize generic quirks | kstailey |
1999-05-11 | generic trigger | kstailey |
1998-09-16 | add support for HP ScanJet IIp | kstailey |
1998-02-22 | Please GCC 2.8 -Wall | Niklas Hallqvist |
1997-08-02 | add ScanJet 5p, untested | kstailey |
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert |
1997-04-05 | add quirk table entry for the Ultima A6000C | kstailey |
1997-04-05 | fix NULL ptr deref in ss_set_window() | kstailey |
1997-03-13 | Copy the scanner_type from the quirkdata to the sio for userland to see. | kstailey |
1997-03-13 | Add scanner_type and compute_sizes() to quirks. | kstailey |
1997-03-11 | adjust comments | kstailey |
1997-03-11 | Added GENERIC_SCSI2 scanner type. | kstailey |
1997-03-11 | move init. code to m.i. section | kstailey |
1997-03-11 | added whitespace. | kstailey |
1997-03-11 | Add comment about generic trigger missing. | kstailey |
1997-03-10 | Do not increase buffer bp->b_bcount in get_buffer_status(). | kstailey |
1997-03-10 | SCSI 2 scanners use READ_BIG not READ | kstailey |
1997-03-10 | do GET_BUFFER_STATUS in special minphys | kstailey |