summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_console.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-04-17tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-09-02Use callout(9) instead of timeout(9).John Baldwin
2013-12-14Avoid warning about insecure format with clang.Nathan Whitehorn
2013-10-23Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn
2013-09-09Make the primary name of the OF console device /dev/ofwcons, and onlyNathan Whitehorn
2011-12-17kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon
2011-08-27Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson
2011-08-26Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2008-10-27Remove unused consdev structure fields.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-05-04Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm
2008-03-16In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson
2007-12-25Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson
2006-11-06Add missing includes of priv.h.Robert Watson
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-05-30Fix various typos and brainos in last commit.Poul-Henning Kamp
2006-05-26Update to new console api.Poul-Henning Kamp
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-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-10-12Add a couple of XXX comments and fix a couple of fine points.Poul-Henning Kamp
2004-08-04Fix problems with the OFW console which happen when the system goesGarance A Drosehn
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-10Update for the KDB framework:Marcel Moolenaar
2004-06-24Better OFW console support on Sun Ultra2 machines.David E. O'Brien
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-10Remove second <sys/cdefs.h> and __FBSDID.Marius Strobl
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-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
2003-09-28Only create the ofwcons device nodes if it has been initialized, notJake Burkholder
2003-09-28Make ofw_console a low priority console device, so that uart will beJake Burkholder
2003-09-26OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp
2003-09-26Initialize the cn_name instead of the cn_devPoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-03Use __FBSDID rather than rcsid[].David E. O'Brien
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-20Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp
2003-02-07Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt
2003-01-27Change ofwcons to use the output-device property from the firmware for theJake Burkholder
2002-11-18Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-01-09Move the make_dev call from the cn_probe to a sysinit that runs atJake Burkholder
2002-01-011. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.Jake Burkholder