adb_bus.c | 100 int i, last_moved_up, devmask = 0; local in function:nadb_init 124 last_moved_up = 0; 141 last_moved_up = sc->sc_free; 147 if (last_moved_up != 0) { 151 nadb_send_sync(sc, ADBLISTEN(last_moved_up, 3), 2, cmd); 155 DPRINTF("moved %d back to %d\n", last_moved_up, i); 156 nadb_remove(sc, last_moved_up); 158 sc->sc_free = last_moved_up;
|