summaryrefslogtreecommitdiff
path: root/sys/scsi/ss_scanjet.c
AgeCommit message (Collapse)Author
1998-09-16add support for HP ScanJet IIpkstailey
1997-08-02add ScanJet 5p, untestedkstailey
1997-05-05#define away local versions of atoi & strchr to prevent potentialNiklas Hallqvist
name clashes with libkern versions
1997-03-11adjust commentskstailey
1997-03-11move init. code to m.i. sectionkstailey
1997-03-10do GET_BUFFER_STATUS in special minphyskstailey
1997-03-06remove stub get_params functionskstailey
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-11-23deleted unnecessary calls to strlen()kstailey
1996-11-23deleted redundant sectionkstailey
1996-11-06Slight oversight in Ken's latest fixNiklas Hallqvist
1996-11-03make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from ↵kstailey
scanjet_attach()
1996-10-31hp scanjet 4p support; kstailey@dol-esa.govTheo de Raadt
1996-10-31Add SCSI_POLL to control read/writes to remove some timing problemNiklas Hallqvist
This will be reviewed later in order to find the real culprit. Workaround from Ken Stailey
1996-07-30patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.govTheo de Raadt
1996-05-22syncTheo 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.