summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
2006-07-20Not all Cheetah machines have the DSSI controller at a non-canonical address;Miod Vallat
2006-07-20Conform to the party's line when printing unconfigured devices.Miod Vallat
2006-07-20Here cometh the blinkenlichten on VAXens.Miod Vallat
2006-07-20Kill an autoconf abuse introduced with Cheetah support, and pass realMiod Vallat
2006-07-20Oops, correctly initialize vax_confdata for VS4k/90.Miod Vallat
2006-07-20regenMichael Shalayeff
2006-07-20fix various ways of spelling 'access' wrong in commentsMartin Reindl
2006-07-20regenMichael Shalayeff
2006-07-20assume root is always on wd0a, for nowTheo de Raadt
2006-07-20Get rid of the 'nextevent out of bounds' error message, if interruptsDale Rahn
2006-07-19Actually we can optimize further an assignment in sendsig().Miod Vallat
2006-07-19Trivial simplification in the signal delivery code; shave one instructionMiod Vallat
2006-07-19Remove long dead meat and irrelevant defines. No functional change.Miod Vallat
2006-07-19Honour L3 switch on VS4k/90, even if we don't support glass console yet;Miod Vallat
2006-07-19Cheetah machines can use dz as a console since a long time already, thus doMiod Vallat
2006-07-19Remove code checking for memory residence of pages in disk_reallymapin(),Miod Vallat
2006-07-17same changes as i386. tested by kettenis@ and ckuethe@. thanks.Federico G. Schwindt
2006-07-17same fix as i386Theo de Raadt
2006-07-17we prefer it if this compilesTheo de Raadt
2006-07-17id tag.Federico G. Schwindt
2006-07-17use malloc'ed buffers rather than losing some/all of the static buffersFederico G. Schwindt
2006-07-17Fixups for NVIDIA MCP04 SATA interrupts.Mark Kettenis
2006-07-17Switch to a three-phase pci resource fixup:Dale Rahn
2006-07-17Cope with clock_subr.c changes.Miod Vallat
2006-07-16Fix splassert false positives on older VAXstation with devices wired toMiod Vallat
2006-07-16On LX164 systems (and maybe others), isa video boards are reported byMiod Vallat
2006-07-16Contrary to where this was stolen from, arm does indeed needDale Rahn
2006-07-14Add a major line for wd, for kernels with root on wd0a to work.Miod Vallat
2006-07-14Allow tracebacks of the kernel stack even when the kernel did not panic,Miod Vallat
2006-07-14change pcibr_flags back to 0 (turn off verbose mode). If anyone has aTheo de Raadt
2006-07-13Switch to a three-phase pci resource fixup:Mark Kettenis
2006-07-13include uvm_extern.h for atop() and uvm functions just like in armishMartin Reindl
2006-07-12zap some unused variables.Thordur I. Bjornsson
2006-07-12Shorten the dmesg one line.Miod Vallat
2006-07-12Remove commented out defopt goo.Miod Vallat
2006-07-12Fix dependenciesMiod Vallat
2006-07-12Turn GetCPSR() into an inline get_cpsr(), and remove more dead code.Miod Vallat
2006-07-12Orphaned stuff.Miod Vallat
2006-07-12include uvm_extern.h for atop()Martin Reindl