christos
|
9a2c8cf28c
|
revert previous kprintf change
|
1996-10-12 23:23:13 +00:00 |
christos
|
d5bc24be7a
|
- printf -> kprintf, sprintf -> ksprintf
- replace sequences of sprintf(p, ...); p += strlen(p) with p += sprintf(p,
|
1996-10-10 23:30:58 +00:00 |
christos
|
a7136623a9
|
Added prototypes for inline functions atoi() and strchr().
|
1996-05-18 22:58:01 +00:00 |
mycroft
|
7f0f603f3a
|
Bug fixes from PR 2329, plus a few from me.
|
1996-05-11 22:21:51 +00:00 |
christos
|
0efbe64fb8
|
Cleanup the rest of the SCSIDEBUG printfs. From Bernd Ernesti.
|
1996-05-05 19:52:50 +00:00 |
christos
|
94d26d3017
|
- Eliminate scsi_conf.h
- Fix prototypes
- Fix PR/2248 [Problems with HP scanjet...]
|
1996-03-30 21:47:00 +00:00 |
mycroft
|
e819063285
|
Define a full set of [234][bl]tol() and lto[234][bl]() conversion functions,
inlined.
Use sized types in protocol structures.
Make the definition of scsi_sense_data less ugly.
|
1996-03-19 03:05:15 +00:00 |
mycroft
|
294879d4ee
|
Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes,
hacked a bit. Needs more work.
|
1996-02-18 20:32:40 +00:00 |