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