scr.c | 581 void scrattach(device_t, device_t, void *); 636 scrprobe, scrattach, NULL, NULL); 729 ** scrattach 758 scrattach(device_t parent, device_t self, void *aux) 765 KERN_DEBUG (scrdebug, SCRATTACH_DEBUG_INFO,("scrattach: called \n")); 775 panic("scrattach: not on an ISA bus, attach impossible"); 780 } /* End scrattach() */ 757 scrattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|