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 | Make _rtt reset the machine. | Mark Kettenis | |
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 | ework armish bootloader into an interactive one, much like i386 has. | Mark Kettenis | |
Make sure disk names match those used by the kernel. This means that now it boots from wd0 by default, whatever slot it is in. | |||
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-29 | fix typo in comment | Jasper Lievisse Adriaanse | |
ok miod | |||
2006-07-29 | remove gnu stuff from the 'tags' target. | Thordur I. Bjornsson | |
ok miod@ | |||
2006-07-29 | only enter for armish | Theo de Raadt | |
2006-07-28 | 4KB buffer on the stack, and would you like fries with that? | 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-28 | Pass the end of the symbol table to the kernel. | Mark Kettenis | |
2006-07-28 | Make option USER_PCICONF work. | Mark Kettenis | |
ok drahn@ | |||
2006-07-28 | no man page for now | Theo de Raadt | |
2006-07-28 | should install into /usr/mdec/ | Theo de Raadt | |
2006-07-28 | enter boot | Theo de Raadt | |
2006-07-28 | First stab at an armish bootloader. It will load /bsd from the drive in the | Mark Kettenis | |
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports. | |||
2006-07-27 | remove weird floppyboot garbage; ok miod | Theo de Raadt | |
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-27 | enable cmpci(4) and enable midi@opl | Brad Smith | |
2006-07-27 | + opl* at cmpci? | Brad Smith | |
2006-07-27 | ok, opl/cmpci can go in now, got the workaround for upcoming issues | Theo de Raadt | |
2006-07-27 | disable shit that will break the tree soon | Theo de Raadt | |
2006-07-27 | Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, some | Brad Smith | |
fixes for 48KHz sound and adds the C-Media CMI8738B PCI id. By ITOH Yasufumi From NetBSD Thanks to kurt@ for providing me with a CMI8738 board. | |||
2006-07-26 | More files which have changed name or location since some time already and | Miod Vallat | |
are only confusing things. | |||
2006-07-26 | crank to 4.0-beta | Theo de Raadt | |
2006-07-25 | Do not bother reading the existing colormap on attach, since we will | Miod Vallat | |
override it with the rasops one. | |||
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. |