Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/24/2007 20:01:04
Module Name:	src
Committed By:	joerg
Date:		Mon Sep 24 20:01:04 UTC 2007

Modified Files:
	src/sys/kern: subr_prf.c
	src/sys/sys: systm.h

Log Message:
Extend the aprint family with _dev and _ifnet versions that take
a device_t or struct ifnet * as first argument and prefix the log
message with the corresponding device/interface name.


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 src/sys/kern/subr_prf.c
cvs rdiff -r1.197 -r1.198 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.