summaryrefslogtreecommitdiff
path: root/sys/scsi/ss.c
AgeCommit message (Expand)Author
2006-12-21Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' ->Kenneth R Westerback
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-10-07make cd-roms retry forever while the device indicates that it isBob Beck
2006-05-18paramter -> parameterMiod Vallat
2006-05-11Zap trailing whitespace.Kenneth R Westerback
2005-12-17Kill unreachable code. Found by lint.Kenneth R Westerback
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-04-06De-register scsi.Kenneth R Westerback
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
2004-05-09Add missing <cr>'s to various SC_DEBUG() calls, along with a few otherKenneth R Westerback
2003-05-18constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw...Michael Shalayeff
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
2002-06-09More (the last round?) of splasserts and splbio around biodone.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-22KNFTheo de Raadt
2001-03-25Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok.Federico G. Schwindt
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
1999-05-11clean upkstailey
1999-05-11set window descriptor length to actual amount of datakstailey
1999-05-11initialize generic quirkskstailey
1999-05-11generic triggerkstailey
1998-09-16add support for HP ScanJet IIpkstailey
1998-02-22Please GCC 2.8 -WallNiklas Hallqvist
1997-08-02add ScanJet 5p, untestedkstailey
1997-04-15Add quirk, type for AT3 scanner (ViewStation 32)Thorsten Lockert
1997-04-05add quirk table entry for the Ultima A6000Ckstailey
1997-04-05fix NULL ptr deref in ss_set_window()kstailey
1997-03-13Copy the scanner_type from the quirkdata to the sio for userland to see.kstailey
1997-03-13Add scanner_type and compute_sizes() to quirks.kstailey
1997-03-11adjust commentskstailey
1997-03-11Added GENERIC_SCSI2 scanner type.kstailey
1997-03-11move init. code to m.i. sectionkstailey
1997-03-11added whitespace.kstailey
1997-03-11Add comment about generic trigger missing.kstailey
1997-03-10Do not increase buffer bp->b_bcount in get_buffer_status().kstailey
1997-03-10SCSI 2 scanners use READ_BIG not READkstailey
1997-03-10do GET_BUFFER_STATUS in special minphyskstailey
1997-03-10Start of generic scanner read().kstailey
1997-03-09deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_swkstailey
1997-03-08Smaller names for quirks.kstailey
1997-03-08support for RIF bit as a quirk (currently unused)kstailey
1997-03-08Fujitsu SET_WINDOW supportkstailey
1997-03-08way more generic SET_WINDOW...kstailey
1997-03-08generic set_window via quirk tablekstailey
1997-03-08fix warning.kstailey
1997-03-07more generic SET WINDOW stuffkstailey
1997-03-07more stuffkstailey
1997-03-06remove stub get_params functionskstailey
1997-02-27When we don't output any extra scanner info, output the newline at the endThorsten Lockert