summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgsix.c
AgeCommit message (Expand)Author
2002-03-29o remove extra args in printf's.Federico G. Schwindt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Reload the palette only during the vert retrace interruptJason Wright
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ri...Jason Wright
2002-02-24Proper screenblank semanticsJason Wright
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07use bus_space_vaddrJason Wright
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-06Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn'tJason Wright
2002-01-04Add handling for cmap get/put (mostly from sparc)Jason Wright
2002-01-04add mmap functionality (most from NetBSD)Jason Wright
2001-12-05Same stuff as cgthree:Jason Wright
2001-12-04wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc)Jason Wright