#include __KERNEL_RCSID(0, "$NetBSD: mcabusprint.c,v 1.3 2005/12/11 12:22:18 christos Exp $"); #include #include #include #include int mcabusprint(void *vma, const char *pnp) { #if 0 struct mcabus_attach_args *ma = vma; #endif if (pnp) aprint_normal("mca at %s", pnp); return (UNCONF); }