summaryrefslogtreecommitdiff
path: root/sys/dev/dcons
AgeCommit message (Expand)Author
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2009-04-06Reduce the dcons polling frequency to 25 Hz.Ed Schouten
2009-04-06Fix logic in MOD_LOAD handler to call dcons_attach after all successfulAlexander Kabaev
2009-03-13We need to initialize the console for dcons to work.Warner Losh
2009-01-07Check the return values of contigmalloc(9) as well as bus_dma(9)Marius Strobl
2008-11-19Given that the buffer dcons_crom(4) exposes is used for both inputMarius Strobl
2008-11-19Also make dcons(4) use MPSAFE callouts.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-05-05Spell KDB_REQ_REBOOT correctly.Peter Wemm
2008-05-04Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm
2007-12-25Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson
2007-08-17We don't need to call dcons_poll event handlers if KDB is not active.Hidetoshi Shimokawa
2007-06-11- Don't force to be the GDB port since dcons(4) is in GENERIC now.Hidetoshi Shimokawa
2007-06-08Don't invalidate dcons buffer on shutdown.Hidetoshi Shimokawa
2007-06-08Add the address of IDT in the configuration ROM. (i386/amd64 only)Hidetoshi Shimokawa
2007-06-08Replace breakpoint() with kdb_enter().Hidetoshi Shimokawa
2007-06-08Poll bus resets on FireWire while kdb/gdb is active.Hidetoshi Shimokawa
2007-05-28We should better ignore a break on gdb port if gdb is not enabled.Hidetoshi Shimokawa
2007-05-27Change default value of hw.firewire.dcons_crom.force_console to 0Hidetoshi Shimokawa
2007-05-27Make compile without GDB option.Hidetoshi Shimokawa
2007-05-25Include stand.h for loader.Hidetoshi Shimokawa
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-05-26Convert to new console interface.Poul-Henning Kamp
2006-05-26Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp
2006-01-04Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp
2005-12-05Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov
2005-10-16Make ttyconsolemode() call ttsetwater() so that drivers don't have to.Poul-Henning Kamp
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-28Use dcons buffer passed by loader on amd64.Hidetoshi Shimokawa
2004-10-24- Use quad_t for dcons buffer address and size.Hidetoshi Shimokawa
2004-10-22Check _BOOT flag.Hidetoshi Shimokawa
2004-10-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-10-14Fix warnings on non-i386 arch.Hidetoshi Shimokawa
2004-10-13- Split dcons core code and OS dependent code.Hidetoshi Shimokawa
2004-09-26Invalidate dcons buffer on shutdown.Hidetoshi Shimokawa
2004-09-24Sync with DragonFly BSD.Hidetoshi Shimokawa
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-15Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp
2004-07-13Re-enable debugger port.Hidetoshi Shimokawa
2004-07-10Update for the KDB framework:Marcel Moolenaar
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-01Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp
2004-06-01There is no need to explicitly call ttwakeup() and ttwwakeup() afterPoul-Henning Kamp
2004-06-01ttyclose() increments t_gen. Remove redundant increments in drivers.Poul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp