summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/smg.c
AgeCommit message (Expand)Author
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2008-12-21During early device probes, make sure to iounaccess() address ranges whenMiod Vallat
2007-12-28If initializing a frame buffer as glass console fails, instead of an invisibleMiod Vallat
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
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-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-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-28Better dmesgMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-03cdev_decl(wsdisplay) is already done in <sys/conf.h>Miod Vallat
2001-08-19The end of old timeouts is near...Miod Vallat
2001-06-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-02-11Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.Hugh Graham
2000-04-27forgot these, oopsBrandon Creighton