3 __KERNEL_RCSID(0, "$NetBSD: agpbusprint.c,v 1.4 2006/10/12 01:31:28 christos Exp $");
7 #include <sys/device.h>
8 #include <dev/pci/pcivar.h>
9 #include <dev/pci/agpvar.h>
12 agpbusprint(void *vaa
, const char *pnp
)
15 struct agpbus_attach_args
*aa
= vaa
;
18 aprint_normal("agp at %s", pnp
);