freebsd-dev/sys/dev/kbdmux
Ed Schouten 5f46eda1fd Move buffer management into kbd and kbdmux drivers.
These two drivers seem to be the last consumers of clists. clists are
quite overengineered for simple circular buffers, so I'm adding similar
buffer management routines to the kbd and kbdmux drivers. The input
buffer is now part of the softc structures, instead of having
dynamically allocated cblocks.
2009-06-05 15:19:05 +00:00
..
kbdmux.c Move buffer management into kbd and kbdmux drivers. 2009-06-05 15:19:05 +00:00