Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 1999 13:28:59 -0400
From:      Rick Knebel <rknebel@uplink.net>
To:        questions@freebsd.org
Subject:   sane
Message-ID:  <19990404132859.E317@rknebel.uplink.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990404132859.E317>