CVS commit: src/sys/dev/sbus

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 09:23:33 UTC 2021 Modified Files: src/sys/dev/sbus: magma.c Log Message: handle cd1400_compute_baud() failure and avoid reading uninitialised variables. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/s

CVS commit: src/sys/dev/sbus

2021-02-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 13:02:28 UTC 2021 Modified Files: src/sys/dev/sbus: dbri.c Log Message: Remove an extra mutex_spin_exit() in error path. This is a part of rev 1.38. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys

CVS commit: src/sys/dev/sbus

2021-02-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 6 09:15:11 UTC 2021 Modified Files: src/sys/dev/sbus: dbri.c dbrivar.h Log Message: Remove something like counters. - Counting {open,close} is done by the MI audio layer. - trigger_* is not called again between trigger_* a

CVS commit: src/sys/dev/sbus

2020-12-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 18 02:04:17 UTC 2020 Modified Files: src/sys/dev/sbus: bpp.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/sbus/bpp.c Please note that diffs are

CVS commit: src/sys/dev/sbus

2020-09-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Sep 6 17:22:45 UTC 2020 Modified Files: src/sys/dev/sbus: genfb_sbus.c Log Message: uvm/uvm_extern.h, not machine/pmap.h, for pmap(9). Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys

CVS commit: src/sys/dev/sbus

2020-08-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 25 13:36:41 UTC 2020 Modified Files: src/sys/dev/sbus: dbri.c Log Message: Style on config_finalize_register arguments - make consistent will all other callers of config_finalize_register To generate a diff of this commit

CVS commit: src/sys/dev/sbus

2020-03-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Mar 19 02:58:54 UTC 2020 Modified Files: src/sys/dev/sbus: be.c qe.c Log Message: Don't bother with IFF_OACTIVE. Just keep processing so long as sc->sc_rb.rb_td_nbusy is less than sc->sc_rb.rb_ntbuf. To generate a diff of

CVS commit: src/sys/dev/sbus

2020-02-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 29 06:06:29 UTC 2020 Modified Files: src/sys/dev/sbus: dbri.c Log Message: round_blocksize must return a multiple of the framesize even if passed blocksize is greater than the upper limit. To generate a diff of this commi

CVS commit: src/sys/dev/sbus

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:59:06 UTC 2020 Modified Files: src/sys/dev/sbus: be.c qe.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/sbus/be.c cvs rdiff -u -r1.75 -r1.76 src/sys/dev/sbus/qe.c

CVS commit: src/sys/dev/sbus

2019-03-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 13 22:30:01 UTC 2019 Modified Files: src/sys/dev/sbus: zx.c Log Message: In zx_cursor_color(), don't throw away the second half of the color map data. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sy

CVS commit: src/sys/dev/sbus

2019-03-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 13 22:12:47 UTC 2019 Modified Files: src/sys/dev/sbus: zx.c Log Message: Fix an issue with FIOCSCURSOR FB_CUR_SETCMAP on zx described here: http://mail-index.netbsd.org/port-sparc/2019/02/11/msg002134.html by replac

CVS commit: src/sys/dev/sbus

2018-03-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 28 15:33:44 UTC 2018 Modified Files: src/sys/dev/sbus: mgx.c Log Message: set WSSCREEN_RESIZE To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sbus/mgx.c Please note that diffs are not public

CVS commit: src/sys/dev/sbus

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:21:07 UTC 2018 Modified Files: src/sys/dev/sbus: esp_sbus.c Log Message: db_esp() has a missing {} issue in debug code. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/sbus/esp_sbus.c Please

CVS commit: src/sys/dev/sbus

2018-01-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 12 05:59:20 UTC 2018 Modified Files: src/sys/dev/sbus: dbri.c Log Message: fix several KASSERT()s and locking in a few places. fixes DIAGNOSTIC kernels and still plays. To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/sys/dev/sbus

2017-12-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 8 07:47:00 UTC 2017 Modified Files: src/sys/dev/sbus: dbri.c dbrivar.h Log Message: fix audiomp bugs: - switch from tsleep/wakeup to condvar - fix locking in a bunch of places. there were several locking against myself is

CVS commit: src/sys/dev/sbus

2017-08-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 4 23:54:46 UTC 2017 Modified Files: src/sys/dev/sbus: mgx.c Log Message: - store bitmap fonts in vram - don't try to force buffer flushes - avoid 64bit writes to vram -> no more corruption of font bitmaps To generate

CVS commit: src/sys/dev/sbus

2017-07-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jul 29 03:32:00 UTC 2017 Modified Files: src/sys/dev/sbus: mgx.c Log Message: make comment match code... To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/sbus/mgx.c Please note that diffs are not

CVS commit: src/sys/dev/sbus

2017-07-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jul 29 03:29:49 UTC 2017 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: - use hardware to draw bitmap fonts - while there enable font loading etc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/sbus

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:02:59 UTC 2017 Modified Files: src/sys/dev/sbus: be.c Log Message: spl leak, found by Mootja a long time ago To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/sbus/be.c Please note that diffs

CVS commit: src/sys/dev/sbus

2017-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 2 08:11:16 UTC 2017 Modified Files: src/sys/dev/sbus: cs4231_sbus.c Log Message: Make it compile with AUDIODEBUG To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sbus/cs4231_sbus.c Please note

CVS commit: src/sys/dev/sbus

2016-09-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 23 17:45:25 UTC 2016 Modified Files: src/sys/dev/sbus: tcx.c Log Message: - finally fix tcx_clearscreen() and tcx_eraserows() to actually work, and not just by accident - sprinkle volatile in order to force gcc 5.4 to

CVS commit: src/sys/dev/sbus

2016-05-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat May 7 15:32:08 UTC 2016 Modified Files: src/sys/dev/sbus: mgx.c Log Message: add Sun /dev/fb* style goop To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sbus/mgx.c Please note that diffs are not p

CVS commit: src/sys/dev/sbus

2016-04-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 21 18:24:02 UTC 2016 Modified Files: src/sys/dev/sbus: cgtwelve.c cgtwelvereg.h Log Message: fix some tpyos, add some comments To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sbus/cgtwelve.c cvs

CVS commit: src/sys/dev/sbus

2016-04-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 21 18:10:57 UTC 2016 Modified Files: src/sys/dev/sbus: cgthree_sbus.c p9100.c zx.c Log Message: more RASTERCONSOLE purging To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/sbus/cgthree_sbus.c c

CVS commit: src/sys/dev/sbus

2016-03-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 4 22:08:09 UTC 2016 Modified Files: src/sys/dev/sbus: mgx.c Log Message: allow mmap()ing blitter registers To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/sbus/mgx.c Please note that diffs are

CVS commit: src/sys/dev/sbus

2016-02-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 25 17:09:39 UTC 2016 Modified Files: src/sys/dev/sbus: mgx.c Log Message: Mark mgx_wait_host explicitly as unused. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sbus/mgx.c Please note that diffs

CVS commit: src/sys/dev/sbus

2016-02-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 11 20:53:06 UTC 2016 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: support screen blanking and hw cursor To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sbus/mgx.c cvs rdiff -u -

CVS commit: src/sys/dev/sbus

2016-02-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 11 02:23:44 UTC 2016 Modified Files: src/sys/dev/sbus: files.sbus mgx.c mgxreg.h Log Message: switch to 32bit colour in WSDISPLAYIO_MODE_MAPPED, now X with wsfb will work Not optimal though - for some reason the framebuf

CVS commit: src/sys/dev/sbus

2015-12-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Dec 1 08:22:30 UTC 2015 Modified Files: src/sys/dev/sbus: stp4020.c Log Message: Remove some diagnostic/debug messages. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/sbus/stp4020.c Please note t

CVS commit: src/sys/dev/sbus

2015-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 20 19:09:23 UTC 2015 Modified Files: src/sys/dev/sbus: zx.c Log Message: kill subyte. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/sbus/zx.c Please note that diffs are not public domain; t

CVS commit: src/sys/dev/sbus

2015-10-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Oct 4 08:20:24 UTC 2015 Modified Files: src/sys/dev/sbus: stp4020.c Log Message: Drop unused (inline) function. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/sbus/stp4020.c Please note that diffs

CVS commit: src/sys/dev/sbus

2015-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 6 17:41:31 UTC 2015 Modified Files: src/sys/dev/sbus: mgx.c Log Message: implement WSDISPLAYIO_*CMAP and WSDISPLAYIO_GET_FBINFO ioctl()s now X with wsfb works properly To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/dev/sbus

2015-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 6 13:54:18 UTC 2015 Modified Files: src/sys/dev/sbus: mgx.c Log Message: - enable alpha fonts now that we have acceleration and glyphcache - fix drawing of underlined characters - try to flush framebuffer writes before

CVS commit: src/sys/dev/sbus

2015-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 4 18:18:20 UTC 2015 Modified Files: src/sys/dev/sbus: files.sbus mgx.c mgxreg.h Log Message: support hardware acceleration, adapted from OpenBSD TODO: figure out how to do host blits so we can get away without mapping t

CVS commit: src/sys/dev/sbus

2014-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 16 21:01:34 UTC 2014 Modified Files: src/sys/dev/sbus: files.sbus Added Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: first draft of a driver for SMSI,mgx More or less an Alliance Semiconductors ProMotion

CVS commit: src/sys/dev/sbus

2014-07-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 22 04:55:51 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: restore the right colour map when X exits To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/sbus/tcx.c Please note that

CVS commit: src/sys/dev/sbus

2014-07-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 16 17:58:35 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c tcxreg.h Log Message: - move all register definitions and hardware documenting comments to tcxreg.h - expand hardware documenting comments no functional chan

CVS commit: src/sys/dev/sbus

2014-07-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 7 15:22:07 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: actually put the colour space ID where it belongs in tcx_clearscreen() To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev

CVS commit: src/sys/dev/sbus

2014-06-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 24 05:04:14 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/sbus/tcx.c Please no

CVS commit: src/sys/dev/sbus

2014-06-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 18 04:54:09 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: 8bit tcx doesn't implement a hardware cursor, so don't pretend it does. Also, avoid poking the hw cursor registers in that case. Real hardware doe

CVS commit: src/sys/dev/sbus

2014-06-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 17 14:25:17 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: fix a few 8bit tcx issues: - set ROP when clearing the screen, tcx actually uses it - deal with possible 2MB VRAM tcx while there, consistently us

CVS commit: src/sys/dev/sbus

2014-06-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 17 10:47:27 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: remove last remnants of CG8 emulation To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/sbus/tcx.c Please note that dif

CVS commit: src/sys/dev/sbus

2014-05-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 13 05:30:38 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: Do not attach if the STIP register is way too small (this happens in qemu due to buggy emulation and causes crashes). To generate a diff of this c

CVS commit: src/sys/dev/sbus

2014-05-09 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri May 9 11:51:49 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/sbus/tcx.c

CVS commit: src/sys/dev/sbus

2014-04-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 29 11:16:25 UTC 2014 Modified Files: src/sys/dev/sbus: tcx.c Log Message: return a match score >1 to beat out genfb if present To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/sbus/tcx.c Pleas

CVS commit: src/sys/dev/sbus

2013-11-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 19 10:49:00 UTC 2013 Modified Files: src/sys/dev/sbus: p9100.c Log Message: get rid of junk variable To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/sbus/p9100.c Please note that diffs are no

CVS commit: src/sys/dev/sbus

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 14:04:04 UTC 2013 Modified Files: src/sys/dev/sbus: spif.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sbus/spif.c Please note that diffs are not pub

CVS commit: src/sys/dev/sbus

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 19:54:51 UTC 2013 Modified Files: src/sys/dev/sbus: esp_sbus.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/sbus/esp_sbus.c Please note that diffs are

CVS commit: src/sys/dev/sbus

2013-06-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jun 9 09:23:35 UTC 2013 Modified Files: src/sys/dev/sbus: be.c Log Message: Don't "return" but "break" in MII_TICK when the interface isn't doing autonegotiaton or the link is up to update the status. To generate a diff o

CVS commit: src/sys/dev/sbus

2012-10-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 23 11:53:18 UTC 2012 Modified Files: src/sys/dev/sbus: agten.c Log Message: support anti-aliased fonts To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sbus/agten.c Please note that diffs are

CVS commit: src/sys/dev/sbus

2012-10-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 20 13:52:11 UTC 2012 Modified Files: src/sys/dev/sbus: agten.c files.sbus Log Message: - only sync the drawing engine when we're about to access video memory - use the blitter to draw the cursor - use the glyphcache to m

CVS commit: src/sys/dev/sbus

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 5 01:19:03 UTC 2012 Modified Files: src/sys/dev/sbus: p9100.c Log Message: get rid of gc_attr & allocattr() To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sbus/p9100.c Please note that diff

CVS commit: src/sys/dev/sbus

2012-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 21 01:07:45 UTC 2012 Modified Files: src/sys/dev/sbus: files.sbus p9100.c p9100reg.h Log Message: support anti-aliased fonts, glyph caching etc. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev

CVS commit: src/sys/dev/sbus

2012-09-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 7 22:37:27 UTC 2012 Modified Files: src/sys/dev/sbus: isp_sbus.c Log Message: set isp_xffree, like the PCI frontend does now this works again To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/s

CVS commit: src/sys/dev/sbus

2012-06-23 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Jun 23 17:21:12 UTC 2012 Modified Files: src/sys/dev/sbus: qe.c Log Message: Fix multicast filter set up: we need to byte-swap the hash before writing to the chip. While here, remove open-coded copy of ether_crc32_le(). To gen

CVS commit: src/sys/dev/sbus

2012-06-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jun 22 11:03:57 UTC 2012 Modified Files: src/sys/dev/sbus: qe.c Log Message: Fix fallout from revision 1.68, and call ether_ioctl() in the default path. Patch from John D. Baker in PR port-sparc/46572. To generate a diff of thi

CVS commit: src/sys/dev/sbus

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:08:57 UTC 2012 Modified Files: src/sys/dev/sbus: agten.c cgtwelve.c p9100.c tcx.c zx.c Log Message: use rasops_init(0, 0) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/sbus/agten.c cvs

CVS commit: src/sys/dev/sbus

2011-07-26 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jul 26 22:22:41 UTC 2011 Modified Files: src/sys/dev/sbus: stp4020.c Log Message: Don't set the iobase and iosize members of pcmciabus_attach_args because they're not used in any meaningful way. To generate a diff of this co

CVS commit: src/sys/dev/sbus

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:21:30 UTC 2011 Modified Files: src/sys/dev/sbus: spif.c Log Message: avoid some uninitialised variable warnings from GCC 4.5. i'm pretty sure they can't happen in practise, but i can see why GCC isn't sure. To genera

CVS commit: src/sys/dev/sbus

2011-03-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 9 05:40:11 UTC 2011 Modified Files: src/sys/dev/sbus: dbri.c Log Message: change dbri's DMA segment size to a power of two value - the ship allows segments up to 0x1fff bytes but even rounded to 32bit this seems to conf

CVS commit: src/sys/dev/sbus

2011-01-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 11 00:49:50 UTC 2011 Modified Files: src/sys/dev/sbus: dbri.c dbrivar.h Log Message: use config_finalize_register() instead of config_interrupts() to detect the codec and attach audio. For some reason we run into a locki

CVS commit: src/sys/dev/sbus

2010-12-08 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Dec 9 04:35:37 UTC 2010 Modified Files: src/sys/dev/sbus: zx.c Log Message: Fix DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/sbus/zx.c Please note that diffs are not public domai

CVS commit: src/sys/dev/sbus

2010-11-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Nov 15 05:59:57 UTC 2010 Modified Files: src/sys/dev/sbus: agten.c Log Message: This doesn't use uvm(9) API. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/sbus/agten.c Please note that diffs ar

CVS commit: src/sys/dev/sbus

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:28:18 UTC 2010 Modified Files: src/sys/dev/sbus: cgthree_sbus.c Log Message: always make sure we can access the framebuffer - having more than one wsdisplay is perfectly reasonable these days To generate a diff o

CVS commit: src/sys/dev/sbus

2010-08-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 18 21:11:50 UTC 2010 Modified Files: src/sys/dev/sbus: cgtwelve.c files.sbus Log Message: - add support for running the console in 8 bit colour - make shadow fb optional - use VCONS_DONT_READ if there's no shadow fb To

CVS commit: src/sys/dev/sbus

2010-05-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 4 05:10:25 UTC 2010 Modified Files: src/sys/dev/sbus: p9100.c tcx.c zx.c Log Message: use box drawing font if needed To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/sbus/p9100.c cvs rdiff -u

CVS commit: src/sys/dev/sbus

2010-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 14 04:37:11 UTC 2010 Modified Files: src/sys/dev/sbus: cgtwelve.c cgtwelvereg.h Log Message: add the missing bits to allow X to run in 24bit with the wsfb driver still no hardware acceleration though To generate a diff

CVS commit: src/sys/dev/sbus

2010-04-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 8 16:49:34 UTC 2010 Modified Files: src/sys/dev/sbus: cgtwelve.c Log Message: use a shadow framebuffer To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sbus/cgtwelve.c Please note that diffs ar

CVS commit: src/sys/dev/sbus

2010-03-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 24 00:33:06 UTC 2010 Modified Files: src/sys/dev/sbus: files.sbus Added Files: src/sys/dev/sbus: cgtwelve.c cgtwelvereg.h Log Message: first stab at a driver for the cg12 / matrox cg3 for now it uses the same mon