summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2000-07-13Whitespace police.thorpej
2000-07-06Oops, g/c some stuff from previous.thorpej
2000-07-06Define some more CTB formats.thorpej
2000-07-03The `rpb_phys_address_size' field is really 2 32-bit fields,thorpej
2000-06-30Pass the abst to alpha_pci_mem_unmap() so that the real size of thesimonb
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.kleink
2000-06-27Resolve some formatting nits; add __intptr_t and __uintptr_t.kleink
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-23Add a WEAK_ALIAS() macro.kleink
2000-06-19s/ouwl/outl/ in macro definition.simonb
2000-06-09Only include <machine/intr.h> if _KERNEL. Noted by enami tsugutomo.thorpej
2000-06-09make spl0() and spllowersoftclock() return void. Also, move spl0()cgd
2000-06-08And more ANSI'ification!thorpej
2000-06-08ANSI'ify.thorpej
2000-06-08Add cpu_counter() for rnd(4), using the rpcc insn.thorpej
2000-06-07In __cpu_simple_lock_try(), use "return (v0 != 0);" instead ofsimonb
2000-06-05Switch to the new `evcnt' mechanism for counting interrupts. Maintainthorpej
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-04Un-__P'ify kernel prototypes.thorpej
2000-06-04Increment an interrupt depth counter in non-clock interrupt casesthorpej
2000-06-03- Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY()thorpej
2000-06-03Add EV57 and EV67 processor variants.thorpej
2000-06-01Add a global patchable variable to enable debugging printfs in thethorpej
2000-06-01ISA DMA bounce buffer code, needed for a couple of SGMAP-lessthorpej
2000-06-01Rearrange things a little so we can deal with systypes that aren'tthorpej
2000-06-01Make booted_device global (and booted_parition for consitency).matt
2000-06-01kill __P in these files. (I had to look at them anyway with an eye forcgd
2000-05-31Add a few systypes.thorpej
2000-05-31- In the MULTIPROCESSOR case, initialize p_cpu before a process isthorpej
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-23Rename the atomic operations to have generic machine-independentthorpej
2000-05-22Remove the adjustment of VM_PHYS_SIZE for `large memory machines'. Thethorpej
2000-05-12Only use __builtin_va_alist_t if using GCC 2.96 or later. Fixesthorpej
2000-05-10Make stdarg/varargs work with GCC 2.96.thorpej
2000-05-02Let each platform typedef the new __cpu_simple_lock_t, which shouldthorpej
2000-04-29Oops, install <machine/lock.h> on these systems, too.thorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-17implement bus_space_vaddr()drochner
2000-04-10Remove duplicate CTL_MACHDEP definitions (duplicated in <alpha/cpu.h>).simonb
2000-04-10add decls for fd driver.chs
2000-04-03Print any architecture extensions present on the primary CPU.thorpej
2000-04-03Fix a typo in a previous revision, and add bit names for amask bits forthorpej
2000-04-02Move dl* function definitions to libc on ELF.minoura
2000-03-29Extern declaration of cputype.simonb
2000-03-29Don't declare a variable in the 'struct platform' declaration - we declaresimonb
2000-03-26Remove local implementation switching to accelerated MI sfb.c.nisimura
2000-03-21Fix INTRCNT_DEC_550_IRQ_LEN. From Nathan Williams.thorpej
2000-03-20Update the amask bits.thorpej