summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons_crom.c
Commit message (Collapse)AuthorAgeFilesLines
* - Split dcons core code and OS dependent code.simokawa2004-10-131-0/+9
| | | | | | - Implement dcons_ischar() and dcons_load_buffer(). - If loader passed a dcons buffer address, keep using it. (We still need a patch to cheat memory management system.)
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
|
* - Clean up global data.simokawa2004-02-161-6/+19
| | | | | | - Force dcons to be the high-level console after dcons_crom has been attached. - Add a tunable to be the high-level console.
* Move post dmamap_load processes into the callback function.simokawa2003-11-081-19/+20
|
* Add dumb console driver and related bits.simokawa2003-10-241-0/+224
dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
OpenPOWER on IntegriCloud