summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa
AgeCommit message (Expand)Author
2006-08-05Make sure smg will not pretend being a console on smg+gpx hardware withMiod Vallat
2006-08-05Use faster {copy,erase}cols routines for smg, with ad hoc vax assembly,Miod Vallat
2006-08-03A more reliable way to find out that the card is not there.Miod Vallat
2006-08-03Enable all planes, so that color has a real chance to work; still untested.Miod Vallat
2006-08-03Since we will only attempt to configure a keyboard on line 0 on machinesMiod Vallat
2006-08-03No need to force a 8-bit font anymore, welcome to the 12x22 font.Miod Vallat
2006-08-02Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vaxMiod Vallat
2006-08-01Avoid a few NULL dereferences, and boot -c works on vax with glass console.Miod Vallat
2006-08-01Support for font widths from 9 to 16 bits, and use the 12x22 font byMiod Vallat
2006-08-01If there is VRAM at the lcg address, but we can't make sense of theMiod Vallat
2006-07-31Underline support.Miod Vallat
2006-07-31Get my raster ops correct for the cursor, fixes the display glitches.Miod Vallat
2006-07-30Use DZ_CSR_xxx symbolic constants.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
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
2006-07-29Attach keyboard and mouse on VAXstations. Non-keyboard capable machines areMiod Vallat
2006-07-29Better ``no dz console to a keyboard connector'' fix which does not interfereMiod Vallat
2006-07-29At attach() time, do not simply trust the L3 switch to know if we are theMiod Vallat
2006-07-29Rewrite glass console detection and initialization code, it's simpler andMiod Vallat
2006-07-29Make sure we never attach a dz console to a keyboard port on VAXstations,Miod Vallat
2006-07-28Driver for the color frame buffer option on VAXstation 3100 models 3x/4x.Miod Vallat
2006-07-28Better dmesgMiod Vallat
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
2006-07-20Kill an autoconf abuse introduced with Cheetah support, and pass realMiod Vallat
2006-07-19Remove long dead meat and irrelevant defines. No functional change.Miod Vallat
2006-07-19Honour L3 switch on VS4k/90, even if we don't support glass console yet;Miod Vallat
2006-07-16Fix splassert false positives on older VAXstation with devices wired toMiod Vallat
2006-07-12Shorten the dmesg one line.Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-12Make sure we only touch associated processes of physical buffers.Pedro Martelletto
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; tes...Theo de Raadt
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-01-29typos; jjy2+@pitt.eduTheo de Raadt
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-06-26Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt