From owner-freebsd-bugs@FreeBSD.ORG Thu Aug 26 13:30:40 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A788916A4CE; Thu, 26 Aug 2004 13:30:40 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D40B43D7F; Thu, 26 Aug 2004 13:30:38 +0000 (GMT) (envelope-from ath@niksun.com) Received: from stiegl.mj.niksun.com (stiegl.mj.niksun.com [10.70.0.231]) i7QDUIAq048332; Thu, 26 Aug 2004 09:30:18 -0400 (EDT) (envelope-from ath@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. Received: from stiegl.mj.niksun.com (localhost.niksun.com [127.0.0.1]) by stiegl.mj.niksun.com (Postfix) with SMTP id 734A416501; Thu, 26 Aug 2004 09:30:18 -0400 (EDT) Date: Thu, 26 Aug 2004 09:30:18 -0400 From: Andrew Heybey To: Mark Linimon Message-Id: <20040826093018.0404d347@stiegl.mj.niksun.com> In-Reply-To: <200408260316.i7Q3GqWm079396@freefall.freebsd.org> References: <200408260316.i7Q3GqWm079396@freefall.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: groudier@FreeBSD.org cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/10641: Default sync rate in ncr SCSI driver is slower than Ultra2 allows X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 13:30:40 -0000 On Thu, 26 Aug 2004 03:16:52 GMT Mark Linimon wrote: > Synopsis: Default sync rate in ncr SCSI driver is slower than Ultra2 > allows > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Thu Aug 26 03:16:35 GMT 2004 > State-Changed-Why: > Is this still a problem with modern versions of FreeBSD? Well, the line of code is still there both RELENG_4 and RELENG_5. I don't have any machines up and running using the ncr driver, so I can't easily test anything. The sym driver appeared in FreeBSD in November 1999 (8 months after this PR was filed). You would have to go through some contortions to use the ncr driver with hardware that can do Ultra2, so I suspect that this PR has been irrelevant for a long time. andrew