[772] in linux-scsi channel archive
Re: SCSI scanner project
daemon@ATHENA.MIT.EDU (Kenneth Stailey)
Mon Nov 6 20:34:58 1995
Date: Mon, 6 Nov 1995 11:44:00 -0500
From: Kenneth Stailey <kstailey@owl.dol-esa.gov>
To: eric@aib.com
CC: linux-scsi@vger.rutgers.edu
In-reply-to: <m0tCING-0009WXC@aib.com> (eric@aib.com)
Hi Eric,
Yes I'm aware of the ISA DMA 16MB limitation and will try to duplicate
whatever "bounce buffer" code I find in either st.c or sd.c into ss.c.
The SunOS version of the PINT scanner driver uses only 63KB of buffer
space and moves data from a scanner at a fair clip so I imagine I
shouldn't need too much buffer space for the Linux PINT.
> You undoubtably have to deal with this if you support any other i386
> platforms.
Nope, NetBSD just ignores this problem(!) and I have no copies of
FreeBSD, SCO, etc.
~Ken