sane

[ Available lists | Index of freebsd-questions | Month of Apr 1999 | Week of 4 Apr 1999 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Rick Knebel <rknebel@uplink.net>
Date
4 Apr 1999 10:30:40
Subject
sane
Message-ID
19990404132859.E317@rknebel.uplink.net


[ Hide this part ]
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



Elapsed time: 0.052 seconds