From owner-freebsd-stable Mon May 11 23:10:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09862 for freebsd-stable-outgoing; Mon, 11 May 1998 23:10:37 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA09856 for ; Mon, 11 May 1998 23:10:33 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0yZ8GY-0006cq-00; Mon, 11 May 1998 23:10:18 -0700 Date: Mon, 11 May 1998 23:10:14 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Tim Tsai cc: am@f1.ru, Allen Smith , bofh@terranova.net, greg@uswest.net, freebsd-stable@FreeBSD.ORG Subject: Re: SCSI problems? In-Reply-To: <19980512002903.24456@futuresouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk On Tue, 12 May 1998, Tim Tsai wrote: > > > > the AHC_ options in the kernel configuration file. > > > > > > Aren't those for EISA, not PCI devices in the first place? That's what > > > the comments in LINT seem to indicate. I've also got an 2940UW, > > > without any AHC_ options, and it hasn't been causing any problems - > > > then again, the machine hasn't been up and running very long. No, the AHC_ options are can be used for either, but some EISA adapters can't do scb paging. > > Hm.. Powered off it will cause even less problems. Without tagging it's > > too slow for UW and good HD.. > > For some of us reliability is far more important than speed. I bet > you mount your filesystem async too huh? If it is too slow to do its task, that is even worse than unreliable. Also, an ncr adapter will do tagged commands quite well, and will _easily_ outperform the ahc driver with tagged commands off. It is also much less expensive. So basically, if you must run the ahc driver without tagged commands, you could have saved money and gotten better performance by getting an NCR810 or NCR875 based adapter. However, the ahc driver with functioning tagged commands and paging is pretty quick, and handles lots of simultaneous io better than an ncr based card. Or you could use a DPT card. The card handles tags, so the driver doesn't even need to know. Since alot of SCSI processing is offloaded, it is fast too. > > Btw, I see no more of that disturbing messages when I added AUTO_EOI1 > > and BOUNCE_BUFFERS which I lost during upgrade.. > > Hmmm, can somebody tell me why BOUNCE_BUFFERS is applicable here? These > are PCI devices. > > Tim Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message