Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/31/2002 19:48:04
Module Name: src
Committed By: thorpej
Date: Tue Dec 31 17:48:04 UTC 2002
Modified Files:
src/sys/kern: subr_prf.c
src/sys/sys: reboot.h systm.h
Log Message:
Add the following message printing routines, designed for printing
autoconfiguration messages:
aprint_normal: Send to console unless AB_QUIET. Always goes to the log.
aprint_naive: Send to console only if AB_QUIET. Never goes to the log.
aprint_verbose: Send to console only if AB_VERBOSE. Always goes to the log.
aprint_debug: Send to console and log only if AB_DEBUG.
API inspired by the same routines in BSD/OS.
Will be used to address kern/5155.
To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/kern/subr_prf.c
cvs rdiff -r1.19 -r1.20 src/sys/sys/reboot.h
cvs rdiff -r1.153 -r1.154 src/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.