From owner-cvs-all Fri Jun 23 0:44:39 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 EC3AB37C393; Fri, 23 Jun 2000 00:44:33 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32908; Fri, 23 Jun 2000 00:44:33 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200006230744.AAA32908@freefall.freebsd.org> From: Mike Smith Date: Fri, 23 Jun 2000 00:44:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.c intr_machdep.c isa_dma.c pcibus.c spkr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/06/23 00:44:33 PDT Modified files: sys/i386/isa clock.c intr_machdep.c isa_dma.c pcibus.c spkr.c Log: Add PnP probe methods to some common AT hardware drivers. In each case, the PnP probe is merely a stub as we make assumptions about some of this hardware before we have probed it. Since these devices (with the exception of the speaker) are 'standard', suppress output in the !bootverbose case to clean up the probe messages somewhat. Revision Changes Path 1.152 +49 -1 src/sys/i386/isa/clock.c 1.32 +68 -2 src/sys/i386/isa/intr_machdep.c 1.6 +50 -2 src/sys/i386/isa/isa_dma.c 1.62 +55 -1 src/sys/i386/isa/pcibus.c 1.47 +45 -1 src/sys/i386/isa/spkr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message