summaryrefslogtreecommitdiff
path: root/sys/scsi/ss_scanjet.c
AgeCommit message (Expand)Author
2006-01-17Use strchr() from libkern instead of rolling our own.Miod Vallat
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2004-12-28correct snprintf return val mishandling; ok krw marcoTheo de Raadt
2003-05-06String fixes. Scsi now strcpy/strcat/sprintf/strncat free. SomeKenneth R Westerback
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
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
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 scanj...kstailey
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
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
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Sync. with NetBSD:briggs