Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-01 | trust the bootloader about the root disk; ok kettenis | Theo de Raadt | |
2006-07-31 | Since we now know which keyboard type we are connected to: | Miod Vallat | |
- report the proper type to WSKBDIO_GTYPE. - merge the LK201 and LK401 keymaps. - if the keyboard is LK201, handle the compose key as the left alt key, unless shifted, so that you can have both an alt and a compose key. | |||
2006-07-31 | Underline support. | Miod Vallat | |
2006-07-31 | More dead structures and defines... | Miod Vallat | |
2006-07-31 | Allow more time for the keyboard to initialize itself, helps on slower VS3100. | Miod Vallat | |
2006-07-31 | Move the relevant mouse defines from lk201.h to dzms.c and get rid of it; | Miod Vallat | |
it is too confusing to keep lk201.h and lk201reg.h. | |||
2006-07-31 | Get my raster ops correct for the cursor, fixes the display glitches. | Miod Vallat | |
2006-07-31 | puc@cardbus (only added (commented out) to whom has puc@pci enabled) | Michael Shalayeff | |
tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@ | |||
2006-07-31 | Enable an(4) at pci, untested but should work. | Jonathan Gray | |
2006-07-31 | On startup, and when a keyboard change is detected, probe for the keyboard | Miod Vallat | |
type. For now it is only reported to the user, but we'll use this very soon to alter keycodes depending upon the keyboard type (so that we do not have the compose and alt keys swapped on LK401 keyboards). | |||
2006-07-31 | Do not mess with pv_tables for I/O mappings, as these are never managed pages; | Miod Vallat | |
from NetBSD | |||
2006-07-30 | spacing | Theo de Raadt | |
2006-07-30 | With new kernel and bootloader, argument passing now works, version 1.0. | Dale Rahn | |
(and yes this does work on iodata and thecus) | |||
2006-07-30 | Perform a limited PCI probe to locate the wdc on iodata/thecus, boot loader | Dale Rahn | |
will not run on those systems. | |||
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 | |