summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-09-19Try and clean system type constants a bit:Miod Vallat
2011-09-19Print 64 bit values with %ll to get a meaningful message at attach time.Miod Vallat
2011-09-19Fix obvious cut'n'paste error in a comment.Miod Vallat
2011-09-19Remove some unnecessary debug code.Joel Sing
2011-09-19Disable TRAPDEBUG.Mark Kettenis
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-09-19Handle an instruction memory protection trap from userland as an ordinaryMark Kettenis
2011-09-19Remove (annoying) debug printf.Mark Kettenis
2011-09-18Obvious typo in diag messageMiod Vallat
2011-09-18Fix exchanged arguments in a "can't happen" printfMiod Vallat
2011-09-18Some fixes for the signal handling code.Mark Kettenis
2011-09-18A few more fixes to the trap save/restore code.Mark Kettenis
2011-09-18Disable space-ID hashing like we do on hppa.Mark Kettenis
2011-09-18Update the system clock when we resume.Peter Hessler
2011-09-18Use an uvm object to keep track of the page table pages, just like we do onMark Kettenis
2011-09-18Missing error printf argumentMiod Vallat
2011-09-18Take into account the PIE bits when masking PDEs.Mark Kettenis
2011-09-18Add missing cache and TLB purges.Mark Kettenis
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16Use cdev_ulpt_init() to setup ulpt(4) instead of cdev_lpt_init, forMiod Vallat
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-09-15Switch vax to timecounters. There are three different clock sources:Miod Vallat
2011-09-13On KA43:Miod Vallat
2011-09-13Do not invoke hardclock() until cpu_initclocks() has been invoked; avoidsMiod Vallat
2011-09-11Define symbolic constants for the addresses of the vsbus devices onMiod Vallat
2011-09-11Fix inverted test when selecting resolution on the 1024x864 VLC frame buffer.Miod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-09-04Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withMiod Vallat
2011-09-04oops, this DPRINTF flavour takes no parentheses.Miod Vallat
2011-09-04Silence awacs_trigger_input by turning a noisy printf into the DPRINTFMiod Vallat
2011-09-04Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@Miod Vallat
2011-09-03Driver for the audio chip found on VAXstation 4000. Tested on VLC, /60 andMiod Vallat
2011-09-03Switch the sparc audioamd(4) code to the MI driver; tested on SPARCclassicMiod Vallat
2011-09-03Add a general warning about gdb matching against sigcode instructionsPhilip Guenthe
2011-08-31Report VXT cpu as `VXT', not `KA48', to match what the PROM says.Miod Vallat
2011-08-31Don't pretend to `enable floating point' and fiddle with PR_ACCS register onMiod Vallat
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-26Be sure to write to the 7990 address register between two consecutive readsMiod Vallat
2011-08-26Be sure not to try to match lcg, and to bail out early in cnprobe as well,Miod Vallat
2011-08-26Make vsbus_search() return the value of the cf_match function it is a wrapperMiod Vallat
2011-08-22move powerpc to non-__STRICT_ALIGNMENT, as it always was. EssentiallyTheo de Raadt
2011-08-22mark setfault() with __returns_twiceTheo de Raadt
2011-08-19Bring libc and libm in line with the compiler now that we no longer have aMark Kettenis
2011-08-18Add sti@dio attachments.Miod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-08-18Fix various lies in comments, extend hex constants to 8 hex digits for easierMiod Vallat
2011-08-18Because model 362 does not have an SGC bus (or a blind, deaf and mute one),Miod Vallat