CVS commit: src/sys/dev/pci/voyager

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:23:35 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: fix wsdisplay attachment in the New Order Of Things To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/pci/voyager

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:22:15 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: use probed VRAM size to determine where to put the cursor instead of blindly assuming 16MB also make sure the glyph cache can't

CVS commit: src/sys/dev/pci/voyager

2018-01-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 19 23:37:36 UTC 2018 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: enable font loading To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/voyager/voyagerfb.c Please note

CVS commit: src/sys/dev/pci/voyager

2016-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 13 15:56:05 UTC 2016 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: some trivial fixes: - rearrange dmesg output so all values are printed properly - use aprint_* - support WSDISPLAYIO_GET_FBINFO To

CVS commit: src/sys/dev/pci/voyager

2013-05-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 14 09:19:37 UTC 2013 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: found the missing commit so put this back am I the only one here with a Gdium? To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/voyager

2013-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 13 16:01:31 UTC 2013 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: make this compile again; macallan, please commit the right fix! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/pci/voyager

2013-04-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 16 09:04:24 UTC 2013 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: unscrew this again To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/voyager/pwmclock.c Please note that

CVS commit: src/sys/dev/pci/voyager

2013-04-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 15 19:46:16 UTC 2013 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: make this compile again; macallan, please commit the right fix! To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci/voyager

2013-03-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 19 16:49:56 UTC 2013 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: rearrange things a little bit to avoid showing garbled VRAM content while switching colour depth To generate a diff of this

CVS commit: src/sys/dev/pci/voyager

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:28:12 UTC 2013 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: support anti-aliased fonts in 8bit while there, use the DRAM config register to figure out how much video memory we have instead of

CVS commit: src/sys/dev/pci/voyager

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:29:06 UTC 2013 Modified Files: src/sys/dev/pci/voyager: files.voyager Log Message: defflag VOYAGERFB_DEPTH_32 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager/files.voyager

CVS commit: src/sys/dev/pci/voyager

2013-03-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 13 21:35:18 UTC 2013 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: break a bunch of long lines To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/voyager/voyagerfb.c

CVS commit: src/sys/dev/pci/voyager

2012-05-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 30 08:05:12 UTC 2012 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: fix some comments To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/voyager/voyagerfb.c Please note

CVS commit: src/sys/dev/pci/voyager

2012-04-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 19 09:03:02 UTC 2012 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: glyphcache_init() works best with its parameters in the right order. Doh. While there request an RGB devcmap. To generate a diff

CVS commit: src/sys/dev/pci/voyager

2012-02-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 23 07:37:17 UTC 2012 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: set the CPU clock back to full speed on shutdown this is necessary because PMON does not touch the clock scaling register on reboot

CVS commit: src/sys/dev/pci/voyager

2012-02-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 23 07:49:42 UTC 2012 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: break long lines To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/voyager/pwmclock.c Please note that

CVS commit: src/sys/dev/pci/voyager

2012-02-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 21 15:26:20 UTC 2012 Modified Files: src/sys/dev/pci/voyager: files.voyager voyagerfb.c Log Message: use glyphcache for anti-aliased fonts To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/pci/voyager

2012-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 14 22:27:20 UTC 2012 Modified Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: another blah() - blah(void) ok riz To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/voyager/pwmclock.c

CVS commit: src/sys/dev/pci/voyager

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:07:29 UTC 2012 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA() To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci/voyager

2011-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 18:23:01 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: make anti-aliased fonts with odd widths work The drawing engine needs lines padded to 64bit when doing colour host blits which is of

CVS commit: src/sys/dev/pci/voyager

2011-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 27 07:05:53 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: add fastpaths for alpha == 0 and alpha == 255 - no need to do the six multiplications dance there, just use background or foreground

CVS commit: src/sys/dev/pci/voyager

2011-12-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Dec 24 02:28:50 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: don't put alpha values in a variable named alpha since alpha doesn't like variables conflicting with platform names ( just in case

CVS commit: src/sys/dev/pci/voyager

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 05:05:24 UTC 2011 Modified Files: src/sys/dev/pci/voyager: files.voyager voyagerfb.c Log Message: support running in 32bit colour with anti-aliased fonts enable with options VOYAGERFB_ANTIALIAS To generate a diff

CVS commit: src/sys/dev/pci/voyager

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 07:32:34 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIAS is defined To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/voyager

2011-12-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 22 07:42:43 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: don't probe colour depth on attach - we're going to change it anyway To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev/pci/voyager

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:39:37 UTC 2011 Modified Files: src/sys/dev/pci/voyager: files.voyager Added Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: an alternative clock implementation for Loongson2F and SM502, mostly

CVS commit: src/sys/dev/pci/voyager

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:46:07 UTC 2011 Modified Files: src/sys/dev/pci/voyager: files.voyager pwmclock.c Log Message: define and use PWMCLOCK_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/pci/voyager

2011-11-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 8 06:56:08 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: run the console in 8 bit colour for additional speed ( on Gdium this scrolls more than twice as fast as the 16bit default mode )

CVS commit: src/sys/dev/pci/voyager

2011-11-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 8 07:05:06 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: switch to 32bit colour for X, switch back to 8 bit for console emulation To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/dev/pci/voyager

2011-09-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 28 02:36:37 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: support a hardware cursor - now X with wsfb on gdium is a little less annoying To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/voyager

2011-09-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 22 06:16:13 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: use BUS_SPACE_MAP_PREFETCHABLE To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/voyager/voyagerfb.c

CVS commit: src/sys/dev/pci/voyager

2011-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 20 06:15:02 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: support ioctl(WSDISPLAYIO_SVIDEO) and friends so wsfb can turn the backlight off To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/voyager

2011-09-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 6 06:27:15 UTC 2011 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: add simple backlight control support, only on/off for now To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3