umax 1120s

Rick Knebel (rknebel@uplink.net)
Sun, 4 Apr 1999 13:34:13 -0400

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

This is a patch I found to fix it

*** sanei/sanei_scsi.c-org Sun Jan 3 16:37:08 1999
--- sanei/sanei_scsi.c Sun Jan 3 16:37:11 1999
***************
*** 186,192 ****
#endif

#if USE == FREEBSD_CAM_INTERFACE
! # define MAX_DATA MAXPHYS
#endif

#ifndef MAX_DATA
--- 186,192 ----
#endif

#if USE == FREEBSD_CAM_INTERFACE
! # define MAX_DATA DFLTPHYS
#endif

#ifndef MAX_DATA

The problem is I do not know how to apply it.

Please \Help

Rick

-- 
Rick Knebel
rknebel@uplink.net
http://woodstock.csrlink.net/~bknebel

Soon to be http://rknebel.uplink.net

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