Re: umax 1120s

David Mosberger-Tang (David.Mosberger@acm.org)
Sun, 4 Apr 1999 11:07:14 -0700

>>>>> On Sun, 4 Apr 1999 13:34:13 -0400, Rick Knebel <rknebel@uplink.net> said:

Rick> Hi I am running freebsd 3.1 and get this error message.
Rick> cam_periph_mapmem: attempt to map 131029 bytes, which is
Rick> greater than DFLTPHYS(65536)

You may want to try the latest prerelease which is available in
directory:

ftp://ftp.mostang.com/pub/sane/beta/

Alternatively, change the relevant lines in sanei/sanei_scsi.c to read
like this:

#if USE == FREEBSD_CAM_INTERFACE
# define MAX_DATA (DFLTPHYS - PAGE_SIZE)
#endif

--david

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com