summaryrefslogtreecommitdiff
path: root/sys/dev/tc/mfb.c
AgeCommit message (Expand)Author
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2013-11-04add __USE() for unused volatile variables, so that we generate the same code.christos
2012-01-11adjust wsfont_find()macallan
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if *fb_common_init() is invoked from cnattach.tsutsui
2009-08-22u_intNN_t -> uintNN_ttsutsui
2008-12-17kill MALLOC and FREE macros.cegger
2008-07-09- device/softc splitjoerg
2008-05-26- assign 2 clause TNF license to the files cited as my ownership.nisimura
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
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-01-02Fix and simplify incorrect check for screen blanking in WSDISPLAYIO_SVIDEO.mhitch
2003-12-20- Minor coding modifications for VDAC register access.nisimura
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-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
2002-03-13Set RI_FORCEMONO so that wscons doesn't try to use colors (mfb is an 8-bppad
2001-11-13add/cleanup RCSIDslukem
2001-08-22Nuke fb_devconfig data structure which was found unnecessary to have.nisimura
2001-08-05use unsigned variable types as appropriatejdolecek
2001-01-16- relocate the code to place sprite cursor inside interrupt handlersnisimura
2000-09-13Found glyph pixel order inverted on screen.nisimura
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-16Place 34 by 80 console at the center of screen.nisimura
2000-03-14Switch to improved flexible video console text rasterizer provided bynisimura
1999-12-06update for changed struct wsdisplay_accessops:show_screen signature.drochner
1999-11-29Const poisoning.nisimura
1999-10-19Enable 'WSSCREEN_REVERSE' scr-capability.nisimura
1999-08-02- Fix MX framebuffer size which should occupy 2MB in address range.nisimura
1999-07-30- Fix TX 66Hz interrupt handling. Verified ok with PMAG-JA as an 8bppnisimura
1999-06-25- Show 1bpp for MX during configuration stage.nisimura
1999-06-24- Hide memory mapped VDAC hardware register layouts using the arraynisimura
1999-06-23- Allow to choose the 'color' of sprite cursor. Only red cmap makes sense.nisimura
1999-06-23- Fix an error in the depth of PMAG-AA MX. This driver can take 72Hznisimura
1999-05-07- Sweep abit preparing for code merge to have common 'vdacops' acrossnisimura