From owner-freebsd-questions Sun Apr 4 10:30:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rknebel.uplink.net (rknebel.uplink.net [209.173.88.243]) by hub.freebsd.org (Postfix) with ESMTP id C5E9714E15 for ; Sun, 4 Apr 1999 10:30:36 -0700 (PDT) (envelope-from rknebel@rknebel.uplink.net) Received: (from rknebel@localhost) by rknebel.uplink.net (8.9.2/8.9.2) id NAA00505 for questions@freebsd.org; Sun, 4 Apr 1999 13:28:59 -0400 (EDT) (envelope-from rknebel) Date: Sun, 4 Apr 1999 13:28:59 -0400 From: Rick Knebel To: questions@freebsd.org Subject: sane Message-ID: <19990404132859.E317@rknebel.uplink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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