Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-16 | add support for HP ScanJet IIp | kstailey | |
1997-08-02 | add ScanJet 5p, untested | kstailey | |
1997-05-05 | #define away local versions of atoi & strchr to prevent potential | Niklas Hallqvist | |
name clashes with libkern versions | |||
1997-03-11 | adjust comments | kstailey | |
1997-03-11 | move init. code to m.i. section | kstailey | |
1997-03-10 | do GET_BUFFER_STATUS in special minphys | kstailey | |
1997-03-06 | remove stub get_params functions | kstailey | |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist | |
1996-11-23 | deleted unnecessary calls to strlen() | kstailey | |
1996-11-23 | deleted redundant section | kstailey | |
1996-11-06 | Slight oversight in Ken's latest fix | Niklas Hallqvist | |
1996-11-03 | make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from ↵ | kstailey | |
scanjet_attach() | |||
1996-10-31 | hp scanjet 4p support; kstailey@dol-esa.gov | Theo de Raadt | |
1996-10-31 | Add SCSI_POLL to control read/writes to remove some timing problem | Niklas Hallqvist | |
This will be reviewed later in order to find the real culprit. Workaround from Ken Stailey | |||
1996-07-30 | patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.gov | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-10 | SC_DEBUG cleanup | Theo de Raadt | |
1996-05-07 | Remove erroneously doubled text (patch can do that when a new file | Niklas Hallqvist | |
comes into existence simultaneously from two directions). | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-20 | Sync. 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. |