aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_console.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-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