summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/lcspx.c
AgeCommit message (Expand)Author
2007-12-28If initializing a frame buffer as glass console fails, instead of an invisibleMiod Vallat
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)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-27Work-in-progress VXT2000 support (commented out in GENERIC so far). GlassMiod Vallat
2006-08-26Doh, compile before commit.Miod Vallat
2006-08-26Enable all planes in the ramdac as well, so that color really works.Miod Vallat
2006-08-22Wrap dmesgMiod Vallat
2006-08-15A more reliable LCSPX probe, based on information from Blaz Antonic, testedMiod Vallat
2006-08-05Colormap ioctls, at last.Miod Vallat
2006-08-03Enable all planes, so that color has a real chance to work; still untested.Miod 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-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat