Re: FreeBSD 3.0-CURRENT CAM patch for sane-1.0

Parag Patel (parag@cgt.com)
Mon, 04 Jan 1999 11:20:41 -0800

Whoops, sorry about this, but the previous patch was slightly wrong.
I've been corrected, and thus so has the patch. Here's the good one.

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

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com