aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons/dcons.h
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* Check _BOOT flag.Hidetoshi Shimokawa2004-10-221-3/+3
| | | | Notes: svn path=/head/; revision=136781
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-131-8/+13
| | | | | | | | | - 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.) Notes: svn path=/head/; revision=136467
* - Clean up global data.Hidetoshi Shimokawa2004-02-161-4/+8
| | | | | | | | | - Force dcons to be the high-level console after dcons_crom has been attached. - Add a tunable to be the high-level console. Notes: svn path=/head/; revision=125862
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-241-0/+97
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. Notes: svn path=/head/; revision=121468