Home
last modified time | relevance | path

Searched refs:intio_attach (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x68k/dev/
H A Dintio.c119 static void intio_attach(device_t, device_t, void *);
125 intio_match, intio_attach, NULL, NULL);
152 intio_attach(device_t parent, device_t self, void *aux) in intio_attach() function