summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgsix.c
AgeCommit message (Collapse)Author
2001-12-05Same stuff as cgthree:Jason Wright
- fix initialization so that the cursor is initialized to be in the same place the prom left it. - remove some trial and error #if 0 stuff - fix copyo's in a2int() - ditch *_romcursoraddr for a direct call to romgetcursoraddr() - allow this to attach (without panic()) if it is not the console.
2001-12-04wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc)Jason Wright
Still kinda ugly, but seems to work.