in bus.c [48:52]
int nubus_driver_register(struct nubus_driver *ndrv) { ndrv->driver.bus = &nubus_bus_type; return driver_register(&ndrv->driver); }