From owner-cvs-all Tue Jul 11 17:42:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BD537BA2B; Tue, 11 Jul 2000 17:42:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA19198; Tue, 11 Jul 2000 17:42:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007120042.RAA19198@freefall.freebsd.org> From: John Baldwin Date: Tue, 11 Jul 2000 17:42:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/11 17:42:08 PDT Modified files: sys/isa isa_common.c Log: Don't assume that any ISA device that fails to probe is a PnP device, instead, use the bus_print_child_* functions to display the error message. Also, since this is more of a warning than an error, hide it behind bootverbose. Similarly, if isa_assign_resources() fails to allocate resources to a device, use bus_print_child_header() instead of device_printf(), and display the resources that could not be allocated if bootverbose is true. Approved by: msmith Help from: mdodd Revision Changes Path 1.18 +12 -10 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message