diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:40:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-03-11 03:40:51 +0000 |
commit | 07d8a64c0df680b9bed35d844a2a1fd7e2a207d4 (patch) | |
tree | 6bbb959ff32371bf316a3d64794097b1f3222d32 /sys/scsi/README.ss | |
parent | 2c9f7b546f76c7a75234d7755f9d96688406046f (diff) |
move init. code to m.i. section
Diffstat (limited to 'sys/scsi/README.ss')
-rw-r--r-- | sys/scsi/README.ss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/README.ss b/sys/scsi/README.ss index dc8da5bdb8b..9634c9ae39f 100644 --- a/sys/scsi/README.ss +++ b/sys/scsi/README.ss @@ -1,4 +1,4 @@ -$OpenBSD: README.ss,v 1.4 1997/03/11 02:34:25 kstailey Exp $ +$OpenBSD: README.ss,v 1.5 1997/03/11 03:40:49 kstailey Exp $ If you think SCSI tape drives are quirky you haven't seen anything. @@ -33,6 +33,9 @@ common code for ssread() in ss.c could be used. Other Considerations +SCSI disconnect is missing from many scanners. Sucks huh? A slow +peripheral that also monopolizes the bus. + The image data from the scanner driver is currently supposed to resemble headerless PBM "rawbits". Depending on this is probably a bad idea especially because it cannot always be attained. The Fujutisu M3096G |