aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/tlsb
Commit message (Expand)AuthorAgeFilesLines
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-0512-12/+12
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Allocate tty at attach time instead of open time.Poul-Henning Kamp2004-09-171-9/+17
* 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-6/+5
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildAndrew Gallatin2004-07-011-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-27/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-3/+4
* Initialize cn_name instead of cn_devPoul-Henning Kamp2003-09-261-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-171-1/+2
* Use __FBSDID().David E. O'Brien2003-06-108-16/+25
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Remove support for running in SimOS. The support has rotted overMarcel Moolenaar2003-02-252-29/+0
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-9/+9
* Fix warnings when compiled with SIMOS defined.John Baldwin2002-11-081-4/+14
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-7/+7
* Make it compile again.Matt Jacob2002-03-011-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-4/+5
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-5/+0
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-241-1/+1
* Remove unneeded sys/mutex.h includes.John Baldwin2001-10-191-1/+0
* remove unused variable declarationMatt Jacob2001-10-111-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Old business: some SMP support.Matt Jacob2001-08-151-8/+16
* fix alpha-MD compile errors after the vm_mtx commitAndrew Gallatin2001-05-201-0/+1
* The new order of things is that dwlpxN is now called pcibN- so hack aroundMatt Jacob2001-05-101-2/+4
* add alpha_pci_route_interrupt methodMatt Jacob2001-05-101-2/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Use the MI ithread helper functions in the alpha hardware interrupt code.John Baldwin2001-02-091-3/+2
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-301-1/+0
* Pass in the new-bus flags to alpha_setup_intr().John Baldwin2000-11-011-1/+2
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-3/+6
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-282-420/+310
* Do the same thing for TurboLaser that was done for Rawhide- make roomMatt Jacob2000-07-101-46/+55
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* It's the parent that is a CPU node- not GBus itself.Matt Jacob2000-03-271-5/+4
* complain when you do not create a TLSB nodeMatt Jacob2000-03-271-1/+3
* Alpha 8200: Reinsert licence from NetBSD that should have been thereMatt Jacob2000-03-181-95/+740
* Alpha 8200: Remove clause 3 of licence. Clean up code slightly.Matt Jacob2000-03-181-11/+6
* Alpha 8200: Remove clause 3 of licence. Redo KFTXX bus attachmentMatt Jacob2000-03-181-26/+27
* Alpha 8200: Remove clause 3 of licence and and some KFTXX defines.Matt Jacob2000-03-181-4/+6
* Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.Matt Jacob2000-03-181-6/+2
* Alpha 8200: Rework to get working properly with real h/w. This isn't aMatt Jacob2000-03-181-115/+179