freebsd-ports/graphics/hpscan/pkg-descr
Joerg Wunsch 3138dc639c Trim down excessively long DESCR files in ports i either own, or where
i'm somehow related to (hpscan, that is).

Requested by:	asmi (long ago)
1996-12-22 11:01:16 +00:00

22 lines
704 B
Plaintext

This is a HP SCSI scanner driver which uses the FreeBSD 'pt' (Processor
Type) driver. It has been tested on the HP ScanJet 3C and 4A, and was
written for the HP ScanJet IIcx, so I suspect it will work with all newer
HP scanners without modifications.
To install the driver you must add a line to your kernel config file
like the following:
# HP Scanner
device pt0 at scbus?
Next, you'll want to make a link from /dev/pt0 to /dev/scanner for the
driver software.
# cd /dev
# ln -s pto0 scanner
At this point, you should be able to run the scanner program and see
results.
This software is copyright Richard Tobin 1994. It may be freely
redistributed provided the copyright notices are not removed.