aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons
Commit message (Expand)AuthorAgeFilesLines
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.Poul-Henning Kamp2005-10-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Use dcons buffer passed by loader on amd64.Hidetoshi Shimokawa2004-10-281-2/+4
* - Use quad_t for dcons buffer address and size.Hidetoshi Shimokawa2004-10-241-4/+11
* Check _BOOT flag.Hidetoshi Shimokawa2004-10-221-3/+3
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Fix warnings on non-i386 arch.Hidetoshi Shimokawa2004-10-141-0/+2
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-135-650/+883
* Invalidate dcons buffer on shutdown.Hidetoshi Shimokawa2004-09-261-0/+1
* Sync with DragonFly BSD.Hidetoshi Shimokawa2004-09-241-17/+93
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+3
* Re-enable debugger port.Hidetoshi Shimokawa2004-07-131-3/+124
* Update for the KDB framework:Marcel Moolenaar2004-07-101-49/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-25/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterPoul-Henning Kamp2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.Poul-Henning Kamp2004-06-011-1/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Clean up global data.Hidetoshi Shimokawa2004-02-163-38/+58
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-243-0/+969