Date: Fri, 17 Nov 2006 16:41:03 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c src/sys/i386/i386 intr_machdep.c io_apic.c Message-ID: <200611171641.kAHGf3Wt074086@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-11-17 16:41:03 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c io_apic.c sys/i386/i386 intr_machdep.c io_apic.c Log: Trim some noise from bootverbose: - Drop the printf in intr_machdep.c when we assign an interrupt souce to a CPU. Each source already has a more detailed printf. - Don't output a line for each ioapic pin showing its initial state, this has outlived its usefulness. - When an APIC enumerator sets the bus, polarity, or trigger mode of an ioapic pin, just return success without printing anything if the new value matches the current one. MFC after: 2 weeks Revision Changes Path 1.26 +1 -5 src/sys/amd64/amd64/intr_machdep.c 1.26 +13 -10 src/sys/amd64/amd64/io_apic.c 1.21 +1 -5 src/sys/i386/i386/intr_machdep.c 1.30 +12 -9 src/sys/i386/i386/io_apic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611171641.kAHGf3Wt074086>