Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/luna68k/dev/
H A Dsio.c76 struct sio_attach_args sio_args; in sio_attach() local
86 sio_args.channel = channel; in sio_attach()
87 sio_args.hwflags = (channel == sysconsole); in sio_attach()
88 config_found(self, (void *)&sio_args, sio_print, CFARGS_NONE); in sio_attach()