From owner-freebsd-questions Wed Jun 24 08:20:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21255 for freebsd-questions-outgoing; Wed, 24 Jun 1998 08:20:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from solaris.matti.ee (root@solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21241 for ; Wed, 24 Jun 1998 08:20:45 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from localhost (vallo@localhost [127.0.0.1]) by solaris.matti.ee (8.8.8/8.8.8.s) with SMTP id SAA12813; Wed, 24 Jun 1998 18:19:56 +0300 (EET DST) Date: Wed, 24 Jun 1998 18:19:55 +0300 (EET DST) From: Vallo Kallaste To: Robert Deuerling cc: freebsd-questions@FreeBSD.ORG Subject: Re: ncr scsi controller In-Reply-To: <199806240728.HAA22766@bugsy.indra.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 Jun 1998, Robert Deuerling wrote: > Hi, > > are there any "hidden" options to speedup / finetune the ncr > scsi crontroller ? > > ncr0 rev 4 int a irq 11 on pci1:4:0 > (ncr0:1:0): WIDE SCSI (16 bit) enabled(ncr0:1:0): 10.0 MB/s (200 ns, offset 15) > (ncr0:1:0): "COMPAQ ST34572W 0892" type 0 fixed SCSI 2 *** Look at the end of /sys/i386/conf/LINT file. There are some SCSI_NCR_ options. Personally I use only SCSI_NCR_DFLT_TAGS=8 (max number of tags was 16 as I remember). For the meaning of these tags search /sys/pci/ncr.c file, it's a very well commented one. Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message