summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2006-07-30Always 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-30Disable keyclick by default.Miod Vallat
2006-07-30Report MicroVAX 3100 m{10,20}{,e} as such instead of bare ``MicroVAX 3100'';Miod Vallat
ok hugh@
2006-07-30Use DZ_CSR_xxx symbolic constants.Miod Vallat
2006-07-30Add wscons stuff to the installation media as well.Miod Vallat
2006-07-30options SCSIVERBOSE is long deadMiod Vallat
2006-07-30wskbd and wsmouse nodes.Miod Vallat
2006-07-30Allow keyboard attachment on VS 4k/90 as well, spotted by deraadt@Miod Vallat
2006-07-29And correctly map the ramdac when console, too. Doh. Somehow I was expectingMiod Vallat
the vax pagesize to be 256 bytes...
2006-07-29Fix depth detection when gpx is the console.Miod Vallat
2006-07-29Force gpx to attach if it is the console, the interrupt test is unreliableMiod Vallat
after the dragon has been initialized to our needs.
2006-07-29Attach keyboard and mouse on VAXstations. Non-keyboard capable machines areMiod Vallat
not affected.
2006-07-29Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work whenMiod Vallat
initialized by the PROM.
2006-07-29Make _rtt reset the machine.Mark Kettenis
2006-07-29Better ``no dz console to a keyboard connector'' fix which does not interfereMiod Vallat
with the dz console priority.
2006-07-29At attach() time, do not simply trust the L3 switch to know if we are theMiod Vallat
console, check for cn_tab pointing to wsdisplay as well.
2006-07-29ework 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-29Rewrite glass console detection and initialization code, it's simpler andMiod Vallat
will not allocate frame buffer resources at probe time. A few buglets fixed while doing so.
2006-07-29Make 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-29Use a less bright pattern.Miod Vallat
2006-07-29fix typo in commentJasper Lievisse Adriaanse
ok miod
2006-07-29remove gnu stuff from the 'tags' target.Thordur I. Bjornsson
ok miod@
2006-07-29only enter for armishTheo de Raadt
2006-07-284KB buffer on the stack, and would you like fries with that?Miod Vallat
2006-07-28Driver 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-28Better dmesgMiod Vallat
2006-07-28Pass the end of the symbol table to the kernel.Mark Kettenis
2006-07-28Make option USER_PCICONF work.Mark Kettenis
ok drahn@
2006-07-28no man page for nowTheo de Raadt
2006-07-28should install into /usr/mdec/Theo de Raadt
2006-07-28enter bootTheo de Raadt
2006-07-28First stab at an armish bootloader. It will load /bsd from the drive in theMark Kettenis
upper slot of the Thecus n2100. Glued together from bits from the NetBSD cobalt and evbarm ports.
2006-07-27remove weird floppyboot garbage; ok miodTheo de Raadt
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
offending code has been taken out and shot. ok deraadt@
2006-07-27enable cmpci(4) and enable midi@oplBrad Smith
2006-07-27+ opl* at cmpci?Brad Smith
2006-07-27ok, opl/cmpci can go in now, got the workaround for upcoming issuesTheo de Raadt
2006-07-27disable shit that will break the tree soonTheo de Raadt
2006-07-27Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, someBrad 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-26More files which have changed name or location since some time already andMiod Vallat
are only confusing things.
2006-07-26crank to 4.0-betaTheo de Raadt
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
override it with the rasops one.
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.