summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
AgeCommit message (Expand)Author
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-03-08Cosmetics...Thierry Deval
2005-01-14TypoMiod Vallat
2003-12-17Provide a real inverted cursor for rasops-based consoles; inspired byMiod Vallat
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2003-02-12It is not clear that the order of operations will be what the programmerHenric Jungheim
2002-08-12Add a callback routine for when the cursor position is updated (this allowsJason Wright
2002-07-28Define RASOPS_SMALL when SMALL_KERNEL is also defined.Miod Vallat
2002-07-27Fix PIXEL_SHIFT value for 4bit displays.Miod Vallat
2002-07-27Unstaticize functions, for my ddb sessions pleasure.Miod Vallat
2002-07-25If passed RI_BSWAP, swap32 the stampJason Wright
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@Miod Vallat
2002-07-17No newline in panic messagesMiod Vallat
2002-07-02inital -> initialNathan Binkert
2002-05-29remove unneeded header.Federico G. Schwindt
2002-05-28o spaces, tabs, spelling cleanup.Federico G. Schwindt
2002-05-28make this compile; jason@ ok.Federico G. Schwindt
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert