Date: Mon, 04 Jan 1999 11:14:48 -0800 From: Parag Patel <parag@cgt.com> To: freebsd-current@FreeBSD.ORG Subject: Re: 3.0-CURRENT CAM vs scanner problems Message-ID: <199901041914.LAA41108@pinhead.parag.codegen.com> In-Reply-To: Message from "Daniel O'Connor" <doconnor@gsoft.com.au> of "Mon, 04 Jan 1999 11:49:36 %2B1030." <XFMail.990104114936.doconnor@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks to Daniel O'Conner and Cory Kempf. I have sent the patch to the SANE folks and hope it will be incorporated soon. For anyone else having scanning problems with 3.0-CURRENT and SANE, add this simple patch to the sane port and rebuild it. -- 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 #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?199901041914.LAA41108>