Hi,
i am having trouble with my scanner on freebsd 3.1 but found a patch for
sane that will correct the problem
the problem is I do not know how to apply a patch
*** 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 - PAGE_SIZE)
#endif
#ifndef MAX_DATA
Thisa is the patch .
Could anyone help me in figuring out how to apply it.
Thanks
Rick
--
Rick Knebel
rknebel@uplink.net
http://woodstock.csrlink.net/~bknebel
Soon to be http://rknebel.uplink.net
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message