From owner-freebsd-current Sun Jul 30 08:53:28 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA13253 for current-outgoing; Sun, 30 Jul 1995 08:53:28 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id IAA13239 ; Sun, 30 Jul 1995 08:52:57 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA14456; Sun, 30 Jul 1995 17:51:37 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id RAA03804; Sun, 30 Jul 1995 17:51:37 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id RAA15394; Sun, 30 Jul 1995 17:34:35 +0200 From: J Wunsch Message-Id: <199507301534.RAA15394@uriah.heep.sax.de> Subject: Re: Update on my aic driver problems To: gibbs@freefall.cdrom.com (Justin T. Gibbs) Date: Sun, 30 Jul 1995 17:34:33 +0200 (MET DST) Cc: joerg_wunsch@uriah.heep.sax.de, terry@cs.weber.edu, freebsd-current@freebsd.org, babb@freebsd.org In-Reply-To: <199507301527.IAA12070@freefall.cdrom.com> from "Justin T. Gibbs" at Jul 30, 95 08:27:01 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1034 Sender: current-owner@freebsd.org Precedence: bulk As Justin T. Gibbs wrote: > > >> The 6260 doesn't support scatter/gather, I believe. > >Hmm, well. Scatter/gather is a required feature for FreeBSD, ain't > >it? > > No, its not. What you'll have to do is allocate a 64k contiguous > staging buffer and do the transaction from there. Since scatter/gather > is handled at the controller driver layer, the rest of the SCSI system > makes no assumptions about it use... it just happens that most transactions > are to buffers that are not physically contiguous, so if you use DMA, > you must have the staging buffer. It should be possible to get it to > work, but the performance won't be that great. Oops. The aic driver doesn't use DMA (it's in the TODO list at the beginning of the file), so i'm not sure now: is this difference a problem at all, or will i have to look elsewhere? Is there any doc available on the Adaptec chips? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)