summaryrefslogtreecommitdiff
path: root/sys/scsi/ss.c
AgeCommit message (Collapse)Author
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
Adjust attach() messages for scanners with quirk table entries.
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
member.
1997-03-08Smaller names for quirks.kstailey
Many changes based on examination of the AIX 3 version of PINT.
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
of the configuration line that we do output
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
comes into existence simultaneously from two directions).
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Sync. with NetBSD:briggs
- scsi prototypes. - Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes, hacked a but. Needs more work. ss.c: - Truncate to the window size in ssminphys(), not ssread(). - Missed some prototyping foo. - Minor tweak; make sure window size is 0 on close. - Change variable name to avoid GCC warning. - Handle EOF a little differently.