Subject: Convience aprint wrappers
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 09/23/2007 17:23:24
Hi all,
are there objections to add
aprint_{normal,naive,error,debug,verbose}_{dev,ifnet}
that take a device_t or struct ifnet * as first argument and prefix the
message with the device name or interface name? This is similiar to
device_printf in FreeBSD and quite a bit shorter than writing
device_xname() all over the place.

Joerg