freebsd-dev/sys/dev/dcons
Ed Schouten 2dae467d61 Reduce the dcons polling frequency to 25 Hz.
It makes little sense to use 100 Hz polling in dcons. We cannot live
without polling, because that's just how dcons works. It polls the
buffer filled by the firewire hardware. 25 Hz is probably enough for
most use cases.

Discussed with:	rwatson
Tested by:	kan
2009-04-06 13:09:02 +00:00
..
dcons_crom.c Check the return values of contigmalloc(9) as well as bus_dma(9) 2009-01-07 21:25:44 +00:00
dcons_os.c Reduce the dcons polling frequency to 25 Hz. 2009-04-06 13:09:02 +00:00
dcons_os.h Poll bus resets on FireWire while kdb/gdb is active. 2007-06-08 00:54:44 +00:00
dcons.c Include stand.h for loader. 2007-05-25 05:00:39 +00:00
dcons.h Integrate the new MPSAFE TTY layer to the FreeBSD operating system. 2008-08-20 08:31:58 +00:00