summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
instead.
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
outputs; from NetBSD
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
ok deraadt@ and many others.
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
size, for mmap to be happy.
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
systems, based on Blaz Antonic's work and adjusted to fit modern wscons requirements; currently running as a dumb frame buffer, acceleration code going in soon.
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
into being a global, to reduce stack size; ok miod
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
modify iounaccess() loop style accordingly for consistency. No functional change.
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
split between mainbus and abus attachments. Untested (and this is not part of the supported hardware at the moment), but at least this will allow sbi to attach to abus (this was broken, even before the mainbus attachment changes).
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
not attach.
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention.
2006-07-20Not all Cheetah machines have the DSSI controller at a non-canonical address;Miod Vallat
this will get corrected on a machine-by-machine basis.
2006-07-20Conform to the party's line when printing unconfigured devices.Miod Vallat
2006-07-20Here cometh the blinkenlichten on VAXens.Miod Vallat
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc.
2006-07-20Kill an autoconf abuse introduced with Cheetah support, and pass realMiod Vallat
attachment information to mainbus children. Makes it much cleaner to attach both ibus and vsbus on those machines.
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
are held off for too long, allow the system to continue running, even if time is lost.
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
from sigcode and one computation from sendsig(), isn't life great?
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
from NetBSD.
2006-07-19Cheetah machines can use dz as a console since a long time already, thus doMiod Vallat
not allow the mtpr console to work on them.
2006-07-19Remove code checking for memory residence of pages in disk_reallymapin(),Miod Vallat
it is not needed; from NetBSD.
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
and allow for longer strings (as per spec). mickey@ and gwk@ ok.
2006-07-17Fixups for NVIDIA MCP04 SATA interrupts.Mark Kettenis
ok brad@
2006-07-17Switch to a three-phase pci resource fixup:Dale Rahn
1. Reserve resources for enabled devices. 2. Reserve resources for disabled devices. 3. Allocate resources. This way we no longer need to enable/disable devices during fixup. Copied from i386/macppc version.
2006-07-17Cope with clock_subr.c changes.Miod Vallat
2006-07-16Fix splassert false positives on older VAXstation with devices wired toMiod Vallat
ipl 0x14 instead of the expected 0x15.
2006-07-16On LX164 systems (and maybe others), isa video boards are reported byMiod Vallat
the SRM as pci boards with invalid bus and slot number, so check for this to decide which vga attachment to use. Found the hard way by robert@
2006-07-16Contrary to where this was stolen from, arm does indeed needDale Rahn
BUS_DMASYNC_POSTREAD implemented otherwise the old device state may still be present in the cache. Allows em(4) to work _much_ better on iodata.
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
gives us meaningful splassert tracebacks whenever necessary.
2006-07-14change pcibr_flags back to 0 (turn off verbose mode). If anyone has aTheo de Raadt
problem with a new kernel in the next while, please revert this specific commit and mail the results to kettenis, drahn, and me.
2006-07-13Switch to a three-phase pci resource fixup:Mark Kettenis
1. Reserve resources for enabled devices. 2. Reserve resources for disabled devices. 3. Allocate resources. This way we no longer need to enable/disable devices during fixup. Based on an earlier patch by drahn@. ok deraadt@, drahn@
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
the only use was in an #if notyet chunk since '97. ok miod@ 'no objections' pedro@
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