summaryrefslogtreecommitdiff
path: root/sys/dev/pci/igma
ModeNameSize
-rw-r--r--files.igma363logplain
-rw-r--r--igmafb.c15395logplain
zx_cursor_color(), don't throw away the second half of the colorthorpej 2019-03-13Fix an issue with FIOCSCURSOR FB_CUR_SETCMAP on zx described here:thorpej 2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh 2016-04-21more RASTERCONSOLE purgingmacallan 2015-11-20kill subyte.christos 2012-01-11use rasops_init(0, 0)macallan 2010-12-09Fix DEBUG build.uebayasi 2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi 2010-05-04use box drawing font if neededmacallan 2010-01-05fix off by one in zx_copyrect()macallan 2010-01-05fix off by one error in zx_fillrect()macallan 2009-09-19u_intNN_t -> uintNN_ttsutsui 2009-09-17Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui 2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui 2009-05-26use BUS_SPACE_MAP_LARGEmacallan 2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger 2009-05-05clear screen on attachmacallan 2009-04-23Add wscons supportmacallan 2009-03-29Get width, height, and linebytes values from prom_getpropint().tsutsui 2009-03-27Use bus_space(9) to access registers. SETREG() macro using bogus caststsutsui 2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner 2008-06-11- use device_lookup_private to get softccegger 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-05use aprint_*_dev and device_xnamecegger 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-01-07Allow this to compile with -DDEBUG: convert proc to lwp->l_proc.jdc 2006-03-29Use device_cfdata().thorpej 2005-12-11merge ktrace-lwp.christos 2005-06-04Fix a shadowing variable.tsutsui