summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops.c
AgeCommit message (Expand)Author
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