clang 3.7 understands the FreeBSD kernel printf extensions (as did the old 3.3 clang fork), but taking advantage of this now requires using the __freebsd_kprintf__ format in the printflike macros. This hasn't been done in CURRENT.
Ugh, this is done via a -D in a makefile. Not the cleanest but it works.