HomeSort by: relevance | last modified time | path
    Searched defs:sio_args (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/dev/
sio.c 76 struct sio_attach_args sio_args; local in function:sio_attach
86 sio_args.channel = channel;
87 sio_args.hwflags = (channel == sysconsole);
88 config_found(self, (void *)&sio_args, sio_print, CFARGS_NONE);
sio.c 76 struct sio_attach_args sio_args; local in function:sio_attach
86 sio_args.channel = channel;
87 sio_args.hwflags = (channel == sysconsole);
88 config_found(self, (void *)&sio_args, sio_print, CFARGS_NONE);

Completed in 20 milliseconds