On 06:03, Sun 11 Sep 05, Sepherosa Ziehau wrote: > - convert PRVERB to use device_printf() > - printf("aha%d str", aha->unit) ==> device_printf(aha->dev, "str") > to get the device unit instead of using aha->unit directly These were taken from FreeBSD: aha.c: 1.55 imp aha_isa.c: 1.28 imp ahareg.h: 1.17 imp Sarunas