From owner-cvs-all Tue Feb 5 17:34:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A91EB37B404; Tue, 5 Feb 2002 17:34:09 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g161Y9W67117; Tue, 5 Feb 2002 17:34:09 -0800 (PST) (envelope-from scottl) Message-Id: <200202060134.g161Y9W67117@freefall.freebsd.org> From: Scott Long Date: Tue, 5 Feb 2002 17:34:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_pci.c aacreg.h aacvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/02/05 17:34:09 PST Modified files: sys/dev/aac aac.c aac_pci.c aacreg.h aacvar.h Log: Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This check is complicated by the fact that the Adaptec 5400S cards claim to use 1.x firmware also. PERC2/QC 1.x firmware is not compatible with this driver and will cause a system hang. MFC after: 3 days Revision Changes Path 1.36 +40 -0 src/sys/dev/aac/aac.c 1.17 +8 -0 src/sys/dev/aac/aac_pci.c 1.10 +1 -0 src/sys/dev/aac/aacreg.h 1.16 +2 -0 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message