Age | Commit message (Expand) | Author |
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 |
1997-03-10 | Start of generic scanner read(). | kstailey |
1997-03-09 | deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_sw | kstailey |
1997-03-08 | Smaller names for quirks. | kstailey |
1997-03-08 | support for RIF bit as a quirk (currently unused) | kstailey |
1997-03-08 | Fujitsu SET_WINDOW support | kstailey |
1997-03-08 | way more generic SET_WINDOW... | kstailey |
1997-03-08 | generic set_window via quirk table | kstailey |
1997-03-08 | fix warning. | kstailey |
1997-03-07 | more generic SET WINDOW stuff | kstailey |
1997-03-07 | more stuff | kstailey |
1997-03-06 | remove stub get_params functions | kstailey |
1997-02-27 | When we don't output any extra scanner info, output the newline at the end | Thorsten Lockert |