summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tlsb/zs_tlsb.c
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-526/+0
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Allocate tty at attach time instead of open time.phk2004-09-171-9/+17
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Update for the KDB framework:marcel2004-07-101-6/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-27/+0
* 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
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-3/+4
* Initialize cn_name instead of cn_devphk2003-09-261-1/+1
* Use __FBSDID().obrien2003-06-101-1/+4
* 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-9/+9
* 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-7/+7
* Don't call cdevsw_add().phk2001-11-041-5/+0
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
* KSE Milestone 2julian2001-09-121-5/+5
* 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: Rework to get working properly with real h/w. This isn't amjacob2000-03-181-115/+179
* Wrong patch had been applied.mjacob2000-01-291-3/+1
* Clean up some compilation warnings and errors.mjacob2000-01-291-13/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscpeter1999-11-181-1/+1
* Take a shot at using cdevsw_add() to get it working again. This reallypeter1999-11-081-1/+3
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-18/+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-14/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-6/+10
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+3
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* 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
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-6/+8
* Cosmetic change to driver registration.dfr1998-07-311-2/+2
* Update to new interrupt api.dfr1998-07-121-3/+7
* Support channel B as well as channel A.dfr1998-07-051-32/+70
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-141-49/+53
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+473
OpenPOWER on IntegriCloud