summaryrefslogtreecommitdiff
path: root/sys/scsi/ss.c
AgeCommit message (Expand)Author
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
1996-08-11limit ioctl priviledgesTheo de Raadt
1996-07-30patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.govTheo de Raadt
1996-07-11some MUSTEKs fill with 0xff instead of 0x20; netbsd pr#2617; is@beverly.rhein.deTheo de Raadt
1996-05-10SC_DEBUG cleanupTheo de Raadt
1996-05-07Remove erroneously doubled text (patch can do that when a new fileNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Sync. with NetBSD:briggs