Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jan 1999 12:00:35 -0800
From:      Parag Patel <parag@cgt.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: 3.0-CURRENT CAM vs scanner problems 
Message-ID:  <199901042000.MAA63518@pinhead.parag.codegen.com>
In-Reply-To: Message from "Kenneth D. Merry" <ken@plutotech.com> of  "Mon, 04 Jan 1999 00:26:40 MST." <199901040726.AAA56886@panzer.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



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