From owner-freebsd-current Mon Jan 4 12:00:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26561 for freebsd-current-outgoing; Mon, 4 Jan 1999 12:00:56 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pinhead.parag.codegen.com (ppp-sfx201--019.sirius.net [205.134.235.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26556 for ; Mon, 4 Jan 1999 12:00:54 -0800 (PST) (envelope-from parag@cgt.com) Received: from pinhead.parag.codegen.com (localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.1/8.8.8) with ESMTP id MAA63518 for ; Mon, 4 Jan 1999 12:00:36 -0800 (PST) (envelope-from parag@pinhead.parag.codegen.com) Message-Id: <199901042000.MAA63518@pinhead.parag.codegen.com> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-current@FreeBSD.ORG Subject: Re: 3.0-CURRENT CAM vs scanner problems In-Reply-To: Message from "Kenneth D. Merry" of "Mon, 04 Jan 1999 00:26:40 MST." <199901040726.AAA56886@panzer.plutotech.com> X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Jan 1999 12:00:35 -0800 From: Parag Patel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whoops - please ignore my previous post - I had not see Kenneth Merry's not about this. Here's the new patch for SANE. I'll resend it to the SANE folks. Thanks again! -- Parag Patel *** 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message