From owner-cvs-all Mon Dec 11 19:33: 6 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 11 19:33:03 2000 Return-Path: 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 834BD37B402; Mon, 11 Dec 2000 19:33:03 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBC3X3h25090; Mon, 11 Dec 2000 19:33:03 -0800 (PST) (envelope-from msmith) Message-Id: <200012120333.eBC3X3h25090@freefall.freebsd.org> From: Mike Smith Date: Mon, 11 Dec 2000 19:33:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci eisa_pci.c isa_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/11 19:33:03 PST Modified files: sys/dev/pci eisa_pci.c isa_pci.c Log: - Don't return early from the PCI:EISA bridge attachment, or we will lose the ISA bus. - Don't expect that a PCI:ISA bridge will have a correct class value; if we're checking PCI IDs, only depend on these. This should fix the loss of ISA on machines with PCI:EISA bridges like the AS4100. Revision Changes Path 1.2 +2 -2 src/sys/dev/pci/eisa_pci.c 1.5 +41 -42 src/sys/dev/pci/isa_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message