Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-25 | Remove cursor register address constants, code should (and does) use dc503reg.h | Miod Vallat | |
instead. | |||
2006-07-25 | Assembly versions of kvtopte() and kvtophys(), better than what gcc | Miod Vallat | |
outputs; from NetBSD | |||
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis | |
ok deraadt@ and many others. | |||
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod 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-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat | |
size, for mmap to be happy. | |||
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod 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-24 | move large local array out of a "called once, only at boot" function | Theo de Raadt | |
into being a global, to reduce stack size; ok miod | |||
2006-07-24 | Simplify ioaccess() by computing the pte template outside the loop, and | Miod Vallat | |
modify iounaccess() loop style accordingly for consistency. No functional change. | |||
2006-07-24 | Recent change to the way mainbus children attach requires sbi_match to be | Miod 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-23 | Do not print an odd message on machines where led0 is configured but did | Miod Vallat | |
not attach. | |||
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat | |
a rasops backend and wsfont, better ioctl conformance, and too many other changes to mention. | |||
2006-07-20 | Not 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-20 | Conform to the party's line when printing unconfigured devices. | Miod Vallat | |
2006-07-20 | Here cometh the blinkenlichten on VAXens. | Miod Vallat | |
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc. | |||
2006-07-20 | Kill an autoconf abuse introduced with Cheetah support, and pass real | Miod Vallat | |
attachment information to mainbus children. Makes it much cleaner to attach both ibus and vsbus on those machines. | |||
2006-07-20 | Oops, correctly initialize vax_confdata for VS4k/90. | Miod Vallat | |
2006-07-20 | regen | Michael Shalayeff | |
2006-07-20 | fix various ways of spelling 'access' wrong in comments | Martin Reindl | |
2006-07-20 | regen | Michael Shalayeff | |
2006-07-20 | assume root is always on wd0a, for now | Theo de Raadt | |
2006-07-20 | Get rid of the 'nextevent out of bounds' error message, if interrupts | Dale Rahn | |
are held off for too long, allow the system to continue running, even if time is lost. | |||
2006-07-19 | Actually we can optimize further an assignment in sendsig(). | Miod Vallat | |
2006-07-19 | Trivial simplification in the signal delivery code; shave one instruction | Miod Vallat | |
from sigcode and one computation from sendsig(), isn't life great? | |||
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat | |
2006-07-19 | Honour L3 switch on VS4k/90, even if we don't support glass console yet; | Miod Vallat | |
from NetBSD. | |||
2006-07-19 | Cheetah machines can use dz as a console since a long time already, thus do | Miod Vallat | |
not allow the mtpr console to work on them. | |||
2006-07-19 | Remove code checking for memory residence of pages in disk_reallymapin(), | Miod Vallat | |
it is not needed; from NetBSD. | |||
2006-07-17 | same changes as i386. tested by kettenis@ and ckuethe@. thanks. | Federico G. Schwindt | |
2006-07-17 | same fix as i386 | Theo de Raadt | |
2006-07-17 | we prefer it if this compiles | Theo de Raadt | |
2006-07-17 | id tag. | Federico G. Schwindt | |
2006-07-17 | use malloc'ed buffers rather than losing some/all of the static buffers | Federico G. Schwindt | |
and allow for longer strings (as per spec). mickey@ and gwk@ ok. | |||
2006-07-17 | Fixups for NVIDIA MCP04 SATA interrupts. | Mark Kettenis | |
ok brad@ | |||
2006-07-17 | Switch 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-17 | Cope with clock_subr.c changes. | Miod Vallat | |
2006-07-16 | Fix splassert false positives on older VAXstation with devices wired to | Miod Vallat | |
ipl 0x14 instead of the expected 0x15. | |||
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod 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-16 | Contrary to where this was stolen from, arm does indeed need | Dale 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-14 | Add a major line for wd, for kernels with root on wd0a to work. | Miod Vallat | |
2006-07-14 | Allow tracebacks of the kernel stack even when the kernel did not panic, | Miod Vallat | |
gives us meaningful splassert tracebacks whenever necessary. | |||
2006-07-14 | change pcibr_flags back to 0 (turn off verbose mode). If anyone has a | Theo 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-13 | Switch 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-13 | include uvm_extern.h for atop() and uvm functions just like in armish | Martin Reindl | |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson | |
the only use was in an #if notyet chunk since '97. ok miod@ 'no objections' pedro@ | |||
2006-07-12 | Shorten the dmesg one line. | Miod Vallat | |
2006-07-12 | Remove commented out defopt goo. | Miod Vallat | |
2006-07-12 | Fix dependencies | Miod Vallat | |
2006-07-12 | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. | Miod Vallat | |
2006-07-12 | Orphaned stuff. | Miod Vallat | |
2006-07-12 | include uvm_extern.h for atop() | Martin Reindl | |