summaryrefslogtreecommitdiff
path: root/sys/dev/tc/sfb.c
AgeCommit message (Expand)Author
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-26Remove some erroneous semicolons.simonb
2005-01-02Change screen blanking to be like other *fb.c drivers (and to not callmhitch
2003-12-20- Add /* CONSTCOND */ where appropriate.tsutsui
2003-12-20- Use volatile designations for memory writes to prevent compilernisimura
2003-12-17- Restore the display to a sane state when leaving mapped mode.ad
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-27uninitialized variableschs
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-08-19Leaving overflow-sensitive code, very similar to what was fixeditohy
2002-08-19Make it compile again.itohy
2002-08-06integer overflow. from silvio@qualys.comitojun
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2001-11-13add/cleanup RCSIDslukem
2001-08-22Use ri->ri_hw field for TC module base address.nisimura
2001-08-20Nuke fb_devconfig data structure which was found unnecessary to have.nisimura
2001-08-05use unsigned variable types as appropriatejdolecek
2001-04-20Fix a few race conditions ... the VSYNC update flag could be clearedreinoud
2001-02-19Void-filling to honour SVIDEO ioctl call.nisimura
2001-01-19- paint underline on text honouring WSSCREEN_UNDERLINE.nisimura
2001-01-16- relocate the code to place sprite cursor inside interrupt handlersnisimura
2001-01-15fix a typo and rearrange a comment about SFB register aliasing effect.nisimura
2001-01-15use ri_devcmap[] values directly, instead of calling rasops_unpack_attr().nisimura
2000-11-25Replace sfb_copycols() which can run better job in some degree.nisimura
2000-10-27Fix errors in initializing the software copy of 256 entry colormapnisimura
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-03-16Retain rendering performance lossage by rasops, but sufferingnisimura
2000-02-18Improvement on SFB enabled copycol(); still yet under development,nisimura
2000-01-07Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.enami
1999-12-16Remove part of a bogus comment and put it in a more appropiate spot.ad
1999-12-15- Change prefix for Bt459 register defs to BT459_IREG to indicate thatad
1999-12-06update for changed struct wsdisplay_accessops:show_screen signature.drochner
1999-12-04some cleanup:drochner
1999-12-02Convert to use rasops/wsfont, enabling colors.drochner
1999-11-29Const poisoning.nisimura
1999-11-09Fix errors in sfb_copycols() of the forward (left-to-right) case.nisimura
1999-11-05- Remove temporary hack to recognize PMAGD since SFB+ rendering functionnisimura
1999-10-27Add a temporary kludge to recognize PMAGD (HX+) as 'sfb' hoping 8bppnisimura
1999-10-26- Fix bogus cursor drawn by sfb_cursor(). From eye-opening input from R.C.nisimura
1999-10-22Fill always erased regions with bg color. Fix an issue revealed bynisimura