summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_console.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Add a couple of XXX comments and fix a couple of fine points.phk2004-10-121-2/+14
* Fix problems with the OFW console which happen when the system goesgad2004-08-041-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Update for the KDB framework:marcel2004-07-101-8/+8
* Better OFW console support on Sun Ultra2 machines.obrien2004-06-241-9/+17
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Remove second <sys/cdefs.h> and __FBSDID.marius2004-06-101-3/+0
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-3/+3
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-28/+0
* Device megapatch 4/6:phk2004-02-211-2/+2
* Device megapatch 3/6:phk2004-02-211-3/+1
* Device megapatch 1/6:phk2004-02-211-3/+1
* Only create the ofwcons device nodes if it has been initialized, notjake2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will bejake2003-09-281-1/+1
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-4/+4
* Initialize the cn_name instead of the cn_devphk2003-09-261-1/+2
* Use __FBSDID().obrien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-5/+5
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryharti2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-2/+3
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.jake2002-01-011-2/+2
* KSE Milestone 2julian2001-09-121-5/+5
* Quiet uninitialized variable warning (also a bug).jake2001-07-311-0/+2
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherbenno2001-06-161-0/+306
OpenPOWER on IntegriCloud