summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops.c
AgeCommit message (Expand)Author
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2008-08-20If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-12-02Oops, prevent a warning if rasops_bswap is not required.Miod Vallat
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-03-10Omit specific depth in rasops_init_devcmap() if not compiling for them.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
2003-12-17Provide a real inverted cursor for rasops-based consoles; inspired byMiod Vallat
2002-08-12Add a callback routine for when the cursor position is updated (this allowsJason Wright
2002-07-27Unstaticize functions, for my ddb sessions pleasure.Miod Vallat
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-05-28o spaces, tabs, spelling cleanup.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