summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/macfb.c
AgeCommit message (Expand)Author
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-04-14rm trailing whitespaceMartin Reindl
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat
2006-03-13Although we can not currently run the glass console with colors if in anMiod Vallat
2006-03-04Set up a ``different shades of gray'' palette at 2bpp, this gives usMiod Vallat
2006-01-30swap B and R in 24bpp and 32bpp modes too; tested martin@Miod Vallat
2006-01-30pretty printf, for 32bit modeMartin Reindl
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
2006-01-10Simplify external macfb interfaces, kill an intermediate attachment structure.Miod Vallat
2006-01-09Introduce a wsdisplay type for mac68k frame buffers; we might need to becomeMiod Vallat
2006-01-09Ditch the grf frame buffer abstraction, and directly attach macfb toMiod Vallat
2006-01-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
2006-01-08Advertize color on non-indexed modes, and swap blue and red at 16bpp (might beMiod Vallat
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat