From owner-cvs-all Mon Dec 11 3: 3:52 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 11 03:03:50 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 23AE837B69B; Mon, 11 Dec 2000 03:03:38 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBBA7lR49143; Mon, 11 Dec 2000 02:07:47 -0800 (PST) (envelope-from msmith) Message-Id: <200012111007.eBBA7lR49143@freefall.freebsd.org> From: Mike Smith Date: Mon, 11 Dec 2000 02:04:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci isa_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/11 02:04:01 PST Modified files: sys/dev/pci isa_pci.c Log: It looks like we can't count on these devices always having a consistent class/subclass, so give up trying to cull the list. Instead, complain in the bootverbose case, but otherwise just accept that we will have to carry this list of device IDs around. Revision Changes Path 1.4 +44 -45 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