summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/lcg.c
AgeCommit message (Expand)Author
2007-12-28If initializing a frame buffer as glass console fails, instead of an invisibleMiod Vallat
2007-12-18Better probe routine for lcg, now that I found the magic bit on KA46.Miod Vallat
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-08-22More register defines.Miod Vallat
2006-08-06Replace magic numbers with adequate #defines, support vsync disabling in theMiod Vallat
2006-08-05Colormap ioctls, at last.Miod Vallat
2006-08-03A more reliable way to find out that the card is not there.Miod Vallat
2006-08-01If there is VRAM at the lcg address, but we can't make sense of theMiod 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-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