Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/luna68k/dev/
H A Dsio.c50 static void sio_attach(device_t, device_t, void *);
54 sio_match, sio_attach, NULL, NULL);
72 sio_attach(device_t parent, device_t self, void *aux) in sio_attach() function