aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/tlsb
Commit message (Expand)AuthorAgeFilesLines
* 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-94/+739
* 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-114/+178
* Alpha 8200: Ooops on last delta- real changes include redoing bus attachmentMatt Jacob2000-03-181-1/+0
* Alpha 8200: Some minor formatting tweaks and removal of clause 3 of licence.Matt Jacob2000-03-181-153/+130
* Alpha 8200: add a dummy driver for TLSB CPU nodes. Not so dummy, actually,Matt Jacob2000-03-181-0/+121
* Alpha 8200: Add in variables and defines for DWLPX PCI controllers.Matt Jacob2000-03-181-0/+92
* Alpha8200: Update this stub memory board driver for using newbus.Matt Jacob2000-03-181-39/+33
* update copyrightMatt Jacob2000-01-291-3/+1
* Wrong patch had been applied.Matt Jacob2000-01-291-3/+1
* Update copyright and pull some newer definitions from NetBSD version.Matt Jacob2000-01-291-5/+63
* Put tslb_device structure in this file. Put a pointer to to primaryMatt Jacob2000-01-291-1/+13
* Clean up some compilation warnings and errors.Matt Jacob2000-01-291-13/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-034-6/+12
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscPeter Wemm1999-11-181-1/+1
* Take a shot at using cdevsw_add() to get it working again. This reallyPeter Wemm1999-11-081-1/+3
* Removal of sys/device.hNick Hibma1999-10-051-1/+1
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-18/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-14/+6
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-282-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-294-23/+35
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+20