From owner-cvs-all Sat Dec 29 9:19:32 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 3AC1A37B419; Sat, 29 Dec 2001 09:19:26 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBTHJQD96953; Sat, 29 Dec 2001 09:19:26 -0800 (PST) (envelope-from gj) Message-Id: <200112291719.fBTHJQD96953@freefall.freebsd.org> From: Gary Jennejohn Date: Sat, 29 Dec 2001 09:19:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/ifpi i4b_ifpi_pci.c src/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c 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 gj 2001/12/29 09:19:26 PST Modified files: sys/i4b/layer1/ifpi i4b_ifpi_pci.c sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c Log: Fix an error which could cause a panic if both an ifpi and ifpi2 controller were installed. For the ifpi2, change the string in the driver_t from "ifpi2" to "ifpi2-" so that one sees "ifpi2-0" instead of "ifpi20" at boot time. Revision Changes Path 1.7 +3 -3 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c 1.2 +3 -3 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message