Subject: Re: CVS commit: src/sys/arch/i386
To: Jared D.McNeill <jmcneill@invisible.ca>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/19/2006 14:59:29
On Feb 19, 2006, at 1:18 PM, Jared D. McNeill wrote:

> On Sun, 2006-02-19 at 14:59 +0000, Jason R Thorpe wrote:
>> Module Name:	src
>> Committed By:	thorpej
>> Date:		Sun Feb 19 14:59:23 UTC 2006
>>
>> Modified Files:
>> 	src/sys/arch/i386/acpi: npx_acpi.c sony_acpi.c spic_acpi.c  
>> vald_acpi.c
>> 	src/sys/arch/i386/bios: vesa_text.c vesabios.c vesafb.c
>> 	src/sys/arch/i386/eisa: eisa_machdep.c
>> 	src/sys/arch/i386/i386: apm.c bios32.c cpu.c identcpu.c mainbus.c
>> 	src/sys/arch/i386/isa: ahc_isa.c clock.c lms.c mms.c npx.c npx_isa.c
>> 	src/sys/arch/i386/mca: mca_machdep.c
>> 	src/sys/arch/i386/pci: elan520.c geode.c ichlpcib.c p64h2apic.c  
>> pceb.c
>> 	    pchb.c pcib.c pcibios.c pcic_pci_machdep.c pcmb.c
>>
>> Log Message:
>> Use aprint_*().
>
> Is AB_VERBOSE the default on i386? The code that was once protected by
> VESABIOSVERBOSE in arch/i386/bios/vesabios.c is now very noisy for me,
> and I'm not booting with 'boot -v'.

It shouldn't be... but aprint_verbose() always goes into the system  
log (but not always to the console).

-- thorpej