summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Add basic support for multiple screens.kettenis2-2/+298
2011-06-23a bit more ansi; ok teduderaadt1-2/+2
2010-08-28ansify function definitions, and constify a few arrays while there.miod9-245/+70
2010-07-01remove crappy old README filestedu1-21/+0
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.chl1-3/+1
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowmiod10-219/+300
2008-08-20If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppmiod1-5/+5
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray12-96/+12
2007-09-01Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.miod1-10/+7
2006-12-02Oops, prevent a warning if rasops_bswap is not required.miod1-2/+3
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordmiod3-12/+67
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match themiod2-5/+6
2006-08-04More simplification for little-endian systems.miod1-7/+3
2006-08-03Since rasops is big-endian internally (because it's the logical choicemiod5-286/+338
2006-03-10Omit specific depth in rasops_init_devcmap() if not compiling for them.miod1-5/+19
2006-03-04Add a generic putchar() implementation, which will work with fonts up to 16miod1-32/+37
2006-01-08Big-endian fix here too.miod1-1/+8
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.miod1-5/+5
2006-01-08Correctly initialize ri_devcmap at 4bpp.miod1-3/+10
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but usemiod3-165/+248
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.pascoe1-2/+21
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopspascoe2-2/+151
2005-03-08Cosmetics...tdeval1-11/+11
2005-01-14Typomiod1-2/+2
2003-12-17Provide a real inverted cursor for rasops-based consoles; inspired bymiod1-29/+69
2003-04-14Remove dead attribute "rasterconsole".miod1-14/+12
2003-02-12It is not clear that the order of operations will be what the programmerhenric1-3/+5
2002-08-12Add a callback routine for when the cursor position is updated (this allowsjason2-2/+7
2002-07-28Define RASOPS_SMALL when SMALL_KERNEL is also defined.miod1-1/+5
2002-07-27Fix PIXEL_SHIFT value for 4bit displays.miod1-2/+2
2002-07-27Unstaticize functions, for my ddb sessions pleasure.miod9-100/+100
2002-07-25If passed RI_BSWAP, swap32 the stampjason1-1/+3
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@miod1-3/+3
2002-07-17No newline in panic messagesmiod1-3/+3
2002-07-02inital -> initialnate1-2/+2
2002-05-29remove unneeded header.fgsch2-4/+2
2002-05-28o spaces, tabs, spelling cleanup.fgsch10-73/+42
2002-05-28make this compile; jason@ ok.fgsch1-14/+11
2002-05-02use the gallant 12x22 font by default on screens that are morematthieu1-3/+9
2002-03-14First round of __P removal in sysmillert9-70/+70
2001-03-18Import rasops from NetBSD. This gives improved performance for rasternate15-0/+5060