summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tlsb
AgeCommit message (Expand)Author
2012-02-06Do a minor cleanup of alpha (this will make applying pullups post branchingmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-14Major cleanup of alpha device drivers.matt
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-21Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha:tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-24fix spelling of accommodate; from Zapher.christos
2005-12-11merge ktrace-lwp.christos
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-06-02add more "const"drochner
2004-09-13autoconf cleanup: turn xxxsubmatch() functions into the locatordrochner
2004-09-13pass locators to tlsbsubmatch()drochner
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2001-07-19Only match the "gbus" on the primary CPU's CPU module.thorpej
2001-07-12bzero -> memsetthorpej
2001-04-21Adjust the way the cpu_info[] array works (array of pointersthorpej
2001-04-20Adjust for a multiprocessor data structure change (whee, I guessthorpej
2000-01-27Add some defines for TLSB interrupt mask and summary registers. Updatemjacob
1999-08-10Move cpu_info and related info into <machine/cpu.h>, and implement thethorpej
1999-04-10be more consistent about use of 'cputype'. e.g. it's in a header, don'tcgd
1999-02-23Now that we have the kthread mechanism, massively clean up the waythorpej
1999-02-12Fix printf format problems on Alpha. (IRONIC?!)thorpej
1998-11-19More include shuffling.ross
1998-10-01If not MULTIPROCESSOR then identify the interrupt target cpu by hwrpb id (%d)ross
1998-09-29- Do not set TLCPUMASK on non-I/O nodes. That register exists only onthorpej
1998-07-08Clarify comment about what nodes are being 'found' and noted for latermjacob
1998-07-08There can only be one TurboLaser node, and now we'll overloadmjacob
1998-07-08add some error handling specific definitionsmjacob
1998-07-08add some more offset definitionsmjacob
1998-05-14Garbage-collect the old confargs stuff that was used in the Early Days.thorpej
1998-05-13Cleanup TurboLaser autoconfiguration somewhat.thorpej
1998-05-13Clean up a buglet.thorpej
1998-05-13Implement and use gbussubmatch().thorpej
1998-05-13Normalize gbus configuration somewhat, and add support for configuringthorpej
1998-04-15some cleanupmjacob
1998-01-12Adjust for config changes.thorpej
1997-09-02Nuke the idea of <machine/options.h>. It completely defeats the purposethorpej
1997-07-22Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>.jonathan
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-06-08Print the hose number in kftprint().thorpej