Re: serial help ?

2007-04-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Alfred Perlstein [EMAIL PROTECTED] writes: : : I'm working on some custom hardware and I'm getting garbled console : output. : : I noticed that siocntxwait looks like this: : : static void : siocntxwait(iobase) : Port_t iobase; : { : int

serial help ?

2007-04-19 Thread Alfred Perlstein
I'm working on some custom hardware and I'm getting garbled console output. I noticed that siocntxwait looks like this: static void siocntxwait(iobase) Port_t iobase; { int timo; /* * Wait for any pending transmission to finish. Required to avoid

Re: serial help ?

2007-04-19 Thread Sergey Babkin
I'm working on some custom hardware and I'm getting garbled console output. I noticed that siocntxwait looks like this: static void siocntxwait(iobase) Port_t iobase; { int timo; /* * Wait for any pending transmission to finish. Required to avoid *