summaryrefslogtreecommitdiff
path: root/sys/dev/tc/sfb.c
AgeCommit message (Expand)Author
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
1999-10-19Preliminary import of 'SFB enhanced' text renderer with many caveatsnisimura
1999-10-08Arrange loop invariants and fix comment description error.nisimura
1999-10-05SFB video base register is assigned with an inialial value before use;nisimura
1999-06-25- Show 1bpp for MX during configuration stage.nisimura
1999-06-11- Errors in case analysis...nisimura
1999-06-11- Rework copycols() with SFB ASIC calls.nisimura
1999-05-07- Sweep abit preparing for code merge to have common 'vdacops' acrossnisimura
1999-03-29- Unnecessary to have '#include <machine/autoconf.h>' for those.nisimura
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-02- Make sfb_emulops standard feature of sfb wscons. Scrolling is nownisimura
1999-03-01- Fix cursor image validity check error in set_cursor().nisimura
1999-02-23- Introduce the first cut of faster wsdisplay_emulops exploiting SFBnisimura
1999-02-19- Make sure SFB ROP register initialized with value 3.nisimura
1999-01-15__pmax__ -> pmax, like other ports.thorpej
1999-01-11remove dummy "load_font" entriesdrochner
1998-11-19fix problems in many d_mmap routines:mrg
1998-11-18- Fix cursor image handling bugs escaped in last commit.nisimura
1998-11-14use mi register definitionsdrochner
1998-11-09- Fix many errors in cursor image manipulation. Hardware expect 2nisimura
1998-10-30- Assign copyright terms.nisimura