summaryrefslogtreecommitdiff
path: root/sys/dev/pci/voyager
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-21fix wsdisplay attachment in the New Order Of Thingsmacallan
2021-05-21use probed VRAM size to determine where to put the cursor instead of blindlymacallan
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2018-01-19enable font loadingmacallan
2016-08-26Adjust evbmips_iointr to pass a clockframe pointer and use it forskrll
2016-01-13some trivial fixes:macallan
2014-03-11avoid set but unused variables.mrg
2013-07-30avoid uninitialized use of defattrmacallan
2013-05-14found the missing commit so put this backmacallan
2013-05-13make this compile again; macallan, please commit the right fix!christos
2013-04-16unscrew this againmacallan
2013-04-15make this compile again; macallan, please commit the right fix!christos
2013-03-19rearrange things a little bit to avoid showing garbled VRAM content whilemacallan
2013-03-13break a bunch of long linesmacallan
2013-03-13defflag VOYAGERFB_DEPTH_32macallan
2013-03-13support anti-aliased fonts in 8bitmacallan
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-30fix some commentsmacallan
2012-05-23first step to fix PR 46461 - don't jump through a NULL pointer when we'remacallan
2012-04-19glyphcache_init() works best with its parameters in the right order. Doh.macallan
2012-03-20split voyagerfb_putchar() into one method for mono fonts and one formacallan
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-23break long linesmacallan
2012-02-23set the CPU clock back to full speed on shutdownmacallan
2012-02-21use glyphcache for anti-aliased fontsmacallan
2012-02-14another blah() -> blah(void)macallan
2012-01-11use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA()macallan
2011-12-28make anti-aliased fonts with odd widths workmacallan
2011-12-27add fastpaths for alpha == 0 and alpha == 255 - no need to do the sixmacallan
2011-12-24don't put alpha values in a variable named alpha since alpha doesn't likemacallan
2011-12-22don't probe colour depth on attach - we're going to change it anywaymacallan
2011-12-22don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIASmacallan
2011-12-22support running in 32bit colour with anti-aliased fontsmacallan
2011-12-13define and use PWMCLOCK_DEBUGmacallan
2011-12-13an alternative clock implementation for Loongson2F and SM502, mostlymacallan
2011-11-08switch to 32bit colour for X, switch back to 8 bit for console emulationmacallan
2011-11-08run the console in 8 bit colour for additional speedmacallan
2011-10-18add backlight control via sm502 PWMmacallan
2011-09-28support a hardware cursor - now X with wsfb on gdium is a little less annoyingmacallan
2011-09-22use BUS_SPACE_MAP_PREFETCHABLEmacallan
2011-09-20support ioctl(WSDISPLAYIO_SVIDEO) and friends so wsfb can turn the backlightmacallan
2011-09-06add simple backlight control support, only on/off for nowmacallan
2011-09-06wsdisplayio_busid_pci() needs out parent since we don't attach directlymacallan
2011-08-31split up voyagerfb into the framebuffer portion and a pseudo bus that we canmacallan