bootbus_match
static int bootbus_match(device_t, struct cfdata *, void *);
CFATTACH_DECL_NEW(bootbus, sizeof(device_t), bootbus_match, bootbus_attach, NULL,
static int bootbus_match(device_t, cfdata_t, void *);
bootbus_match, bootbus_attach, NULL, NULL);