On Wed, Jul 13, 2011 at 11:53:41 -0400, Mouse wrote: > Oh well. It would have been a nice hack, but it's sounding like more > effort than it's worth to me.
Make it a line discipline, may be? For a simple example take a look at src/sys/dev/hpc/hpf1275a_tty.c - which is a driver for HP F1275a serial keyboard for Jornada 6xx/7xx. We don't seem to have generic line discipline utility, so you will have to also write a trivial utility similar to slattach(8) &c. -uwe