From owner-cvs-sys Sat Dec 20 01:08:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00755 for cvs-sys-outgoing; Sat, 20 Dec 1997 01:08:05 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA00692; Sat, 20 Dec 1997 01:07:35 -0800 (PST) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA07441; Sat, 20 Dec 1997 01:04:26 -0800 (PST) Date: Sat, 20 Dec 1997 01:04:26 -0800 (PST) Message-Id: <199712200904.BAA07441@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 1997/12/20 01:04:26 PST Modified files: sys/i386/isa pcibus.c Log: Make the class code checks in function pci_cfgcheck less strict. It failed to recognize the PCI bus in a system that had only an old chip-set (class code 000000) and a Cyclom multiport serial card on PCI bus 0, but no VGA card or disk or network controller. PR: i386/5300 Submitted by: Nickolay N. Dudorov Revision Changes Path 1.41 +2 -2 src/sys/i386/isa/pcibus.c