Date: Fri, 23 Jun 2000 00:44:33 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <200006230744.AAA32908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006230744.AAA32908>