summaryrefslogtreecommitdiff
path: root/sys/dev/dcons
Commit message (Collapse)AuthorAgeFilesLines
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
| | | | Notes: svn path=/head/; revision=122310
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-243-0/+969
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