index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
ss_scanjet.c
Age
Commit message (
Expand
)
Author
2006-01-17
Use strchr() from libkern instead of rolling our own.
Miod Vallat
2005-12-15
A sanity check for an unsigned variable being < 0 after a subtraction
Kenneth R Westerback
2004-12-28
correct snprintf return val mishandling; ok krw marco
Theo de Raadt
2003-05-06
String fixes. Scsi now strcpy/strcat/sprintf/strncat free. Some
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-22
KNF
Theo de Raadt
2001-03-25
Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok.
Federico G. Schwindt
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
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 scanj...
kstailey
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
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
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