From owner-cvs-all Wed Sep 12 11:19: 4 2001 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 2132937B40C; Wed, 12 Sep 2001 11:18:55 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8CIItw70841; Wed, 12 Sep 2001 11:18:55 -0700 (PDT) (envelope-from gibbs) Message-Id: <200109121818.f8CIItw70841@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 12 Sep 2001 11:18:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_pci.c X-FreeBSD-CVS-Branch: RELENG_4 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 gibbs 2001/09/12 11:18:54 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx_pci.c Log: aic7xxx_pci.c: Some IBM motherboards with embedded controllers, having non-standard SubSystem IDs, hit our test that ignores "unstuffed" second channels of twin channel adapters. On these systems, we fail to attach the second channel even though it is properly hooked up. The only HBA that doesn't have the second channel hooked up is the 29160C, a compact PCI card that has been shipped to very few customers. Even in that case, probing the second channel is not fatal, just cosmetically undesirable. Disable this code until a more selective test is developed and tested. Approved by: jkh@FreeBSD.org Revision Changes Path 1.2.2.13 +14 -1 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message