summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/promcons.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-248/+0
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Fix a typo so that this compiles.jhb2004-10-201-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Be slightly less bogus in struct tty allocation.phk2004-09-171-3/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* 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-27/+0
* Previous commit mistakenly delayed cnadd() as well as make_dev().kensmith2004-02-281-2/+1
* Fix -current builds on alpha. Recent changes in device handling causedkensmith2004-02-271-2/+18
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-3/+1
* Device megapatch 1/6:phk2004-02-211-2/+0
* Initialize cn_name instead of cn_devphk2003-09-261-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* 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-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-4/+4
* Remove unused header.jeff2002-03-201-1/+0
* Remove unneeded and #if 0'ed code to register in cdevsw[]phk2001-11-031-13/+0
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-261-0/+10
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
* KSE Milestone 2julian2001-09-121-8/+8
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-201-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Alpha 8200: redo prom console code to be more up to date, etc. Thismjacob2000-03-181-12/+34
* Fixed bounds checking of unit number in promopen(). Minor numbers canbde2000-01-091-1/+1
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-1/+11
* useracc() the prequel:phk1999-10-291-1/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-26/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-16/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* Don't confuse dev_t and major numbers in DEV_MODULE()phk1999-05-091-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-3/+4
* Implement promcncheckc.dfr1998-07-121-3/+3
* Make the prom console work as a real device as well as a console.dfr1998-07-051-42/+63
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+249
OpenPOWER on IntegriCloud