summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tlsb/tlsb.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-04Remove unnecessary #include <sys/malloc.h>thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2014-03-26kill sprintfchristos
2012-02-06Do a minor cleanup of alpha (this will make applying pullups post branchingmatt
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
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.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-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-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
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-05-14Garbage-collect the old confargs stuff that was used in the Early Days.thorpej
1998-05-13Cleanup TurboLaser autoconfiguration somewhat.thorpej
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-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-04-07by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries.cgd
1997-04-06clean up NetBSD RCS ID strings, include machine/options.hcgd
1997-03-12Copyright notice consistency, per Matthew Jacob.cgd
1997-03-12AlphaServer 8200 & 8400 support, including CPU specific details, TurboLasercgd