summaryrefslogtreecommitdiff
path: root/sys/scsi/ss.c
AgeCommit message (Expand)Author
2010-01-15Abstract and merge the manual buf queue manipulating functions intoKenneth R Westerback
2010-01-15Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path.Kenneth R Westerback
2010-01-12bring sd.c r1.180 over to the other drivers now using the antisemaphore,David Gwynne
2010-01-11Bring mutex protections to ststart, cdstart and ssstart, as alreadyKenneth R Westerback
2010-01-09dont try to prevent multiple concurrent runs of a devices start routineDavid Gwynne
2010-01-02move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. iDavid Gwynne
2010-01-01split the flags used in a scsi_link structure to represent its state atDavid Gwynne
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-06-22Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES,Kenneth R Westerback
2008-05-22zap useless comment block with no content.Jasper Lievisse Adriaanse
2007-11-27typos; ok jmc@Martynas Venckus
2007-09-16MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts,Kenneth R Westerback
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