From owner-freebsd-questions Thu Aug 14 17:29:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24375 for questions-outgoing; Thu, 14 Aug 1997 17:29:07 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA24366 for ; Thu, 14 Aug 1997 17:28:57 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id SAA13188; Thu, 14 Aug 1997 18:52:28 -0500 (CDT) Message-Id: <199708142352.SAA13188@iworks.InterWorks.org> Date: Thu, 14 Aug 1997 18:52:28 -0500 (CDT) From: "Daniel M. Eischen" To: gradz@inlandnet.com, questions@FreeBSD.ORG Subject: Re: Adaptec AHA-2910B Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I won't take too much of your time. Is the Adaptec AHA-2910B SCSI > adapter supported? The Adaptec page says it uses the same "technology" > as the 2940 but doesn't go beyond that except to say that it does not > have a BIOS so it can not be booted. If what Adaptec says is true, then it should, or could be made to, work. Be leary though when they say 2940 compatibility. They'll probably mean it is a 785x or 786x (786x is found on the 2940AU) based controller. These controllers only have room for 3 commands at a time on the controller, whereas the 2940UW and the vanilla (non Ultra) 2940[W] have storage for 16 commands on the controller. The FreeBSD driver supports paging SCBs (these commands) in and out of the controllers storage area, so it can achieve better performance (paging is supported for all 78xx chip sets). If you performance is an issue, consider the 2940UW. If not, the 2910B should be fine (as long as it is a supported chipset). The NCR controllers are well supported under FreeBSD and also cost much less than the Adaptec controllers. Dan Eischen deischen@iworks.InterWorks.org