aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_console.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use callout(9) instead of timeout(9).John Baldwin2014-09-021-8/+6
* Avoid warning about insecure format with clang.Nathan Whitehorn2013-12-141-1/+1
* Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn2013-10-231-4/+4
* Make the primary name of the OF console device /dev/ofwcons, and onlyNathan Whitehorn2013-09-091-7/+9
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-19/+3
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Remove unused consdev structure fields.Ed Schouten2008-10-271-3/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-111/+32
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-2/+17
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Add missing includes of priv.h.Robert Watson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Fix various typos and brainos in last commit.Poul-Henning Kamp2006-05-301-5/+4
* Update to new console api.Poul-Henning Kamp2006-05-261-28/+11
* 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-061-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Add a couple of XXX comments and fix a couple of fine points.Poul-Henning Kamp2004-10-121-2/+14
* Fix problems with the OFW console which happen when the system goesGarance A Drosehn2004-08-041-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-101-8/+8
* Better OFW console support on Sun Ultra2 machines.David E. O'Brien2004-06-241-9/+17
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Remove second <sys/cdefs.h> and __FBSDID.Marius Strobl2004-06-101-3/+0
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-3/+3
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-28/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-2/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-3/+1
* Only create the ofwcons device nodes if it has been initialized, notJake Burkholder2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will beJake Burkholder2003-09-281-1/+1
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-4/+4
* Initialize the cn_name instead of the cn_devPoul-Henning Kamp2003-09-261-1/+2
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-4/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-5/+5
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for theJake Burkholder2003-01-271-2/+3
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-6/+15
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Move the make_dev call from the cn_probe to a sysinit that runs atJake Burkholder2002-01-091-1/+9
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.Jake Burkholder2002-01-011-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Quiet uninitialized variable warning (also a bug).Jake Burkholder2001-07-311-0/+2
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-161-0/+306