Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-30 | Always invoke the lk201 input handler, even when the wskbd device is disabled, | Miod Vallat | |
so that the keyboard gets configured correctly if plugged late. | |||
2006-07-30 | Disable keyclick by default. | Miod Vallat | |
2006-07-30 | Report MicroVAX 3100 m{10,20}{,e} as such instead of bare ``MicroVAX 3100''; | Miod Vallat | |
ok hugh@ | |||
2006-07-30 | Use DZ_CSR_xxx symbolic constants. | Miod Vallat | |
2006-07-30 | Add wscons stuff to the installation media as well. | Miod Vallat | |
2006-07-30 | options SCSIVERBOSE is long dead | Miod Vallat | |
2006-07-30 | wskbd and wsmouse nodes. | Miod Vallat | |
2006-07-30 | Allow keyboard attachment on VS 4k/90 as well, spotted by deraadt@ | Miod Vallat | |
2006-07-29 | And correctly map the ramdac when console, too. Doh. Somehow I was expecting | Miod Vallat | |
the vax pagesize to be 256 bytes... | |||
2006-07-29 | Fix depth detection when gpx is the console. | Miod Vallat | |
2006-07-29 | Force gpx to attach if it is the console, the interrupt test is unreliable | Miod Vallat | |
after the dragon has been initialized to our needs. | |||
2006-07-29 | Attach keyboard and mouse on VAXstations. Non-keyboard capable machines are | Miod Vallat | |
not affected. | |||
2006-07-29 | Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work when | Miod Vallat | |
initialized by the PROM. | |||
2006-07-29 | Better ``no dz console to a keyboard connector'' fix which does not interfere | Miod Vallat | |
with the dz console priority. | |||
2006-07-29 | At attach() time, do not simply trust the L3 switch to know if we are the | Miod Vallat | |
console, check for cn_tab pointing to wsdisplay as well. | |||
2006-07-29 | Rewrite glass console detection and initialization code, it's simpler and | Miod Vallat | |
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so. | |||
2006-07-29 | Make sure we never attach a dz console to a keyboard port on VAXstations, | Miod Vallat | |
regardless of the L3 switch (so that machines with unsupported frame buffers can work with serial console). | |||
2006-07-29 | Use a less bright pattern. | Miod Vallat | |
2006-07-28 | Driver for the color frame buffer option on VAXstation 3100 models 3x/4x. | Miod Vallat | |
Still a few rough edges to polish, but nevertheless usable; 4bpp flavour untested. | |||
2006-07-28 | Better dmesg | Miod Vallat | |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-07-26 | More files which have changed name or location since some time already and | Miod Vallat | |
are only confusing things. | |||
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-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 | 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-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-16 | Fix splassert false positives on older VAXstation with devices wired to | Miod Vallat | |
ipl 0x14 instead of the expected 0x15. | |||
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-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-04 | use empty INSTALL_STRIP instead of STRIPFLAG to indicate we don't want to | Martin Reindl | |
strip xxboot on install | |||
2006-06-30 | Old typos bite the dust. | Miod Vallat | |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-11 | Working kernel crash dumps. | Miod Vallat | |