CVS commit: src/sys/dev/sbus

2023-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 19 10:22:15 UTC 2023 Modified Files: src/sys/dev/sbus: files.sbus mgx.c Log Message: - make colour depth in fb mode configurable, default to 8bit - support ioctl(FBIO*CMAP) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/sbus

2023-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 19 10:22:15 UTC 2023 Modified Files: src/sys/dev/sbus: files.sbus mgx.c Log Message: - make colour depth in fb mode configurable, default to 8bit - support ioctl(FBIO*CMAP) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 11:08:47 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: following a hunch... - cache DEC and FG registers, only write them if the value actually changes - wait for the engine to go idle before writing

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 11:08:47 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: following a hunch... - cache DEC and FG registers, only write them if the value actually changes - wait for the engine to go idle before writing

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:53:43 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: wait for the engine to go idle before issuing rectfill commands we get occasional overlap with blit commands if we just wait for fifo slots needs

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:53:43 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: wait for the engine to go idle before issuing rectfill commands we get occasional overlap with blit commands if we just wait for fifo slots needs

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:11:52 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: fix tpyo - now the glyph cache can actually work... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/sbus/mgx.c

CVS commit: src/sys/dev/sbus

2023-06-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 28 08:11:52 UTC 2023 Modified Files: src/sys/dev/sbus: mgx.c Log Message: fix tpyo - now the glyph cache can actually work... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/sbus/mgx.c

CVS commit: src/sys/dev/sbus

2022-10-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 26 23:46:50 UTC 2022 Modified Files: src/sys/dev/sbus: spif.c Log Message: spif(4): Convert to ttylock/ttyunlock. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sbus/spif.c Please note

CVS commit: src/sys/dev/sbus

2022-10-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 26 23:46:50 UTC 2022 Modified Files: src/sys/dev/sbus: spif.c Log Message: spif(4): Convert to ttylock/ttyunlock. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sbus/spif.c Please note

CVS commit: src/sys/dev/sbus

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 18:03:04 UTC 2022 Modified Files: src/sys/dev/sbus: be.c bwtwo_sbus.c cgsix_sbus.c cgthree_sbus.c dma_sbus.c if_gem_sbus.c if_hme_sbus.c if_le.c if_le_lebuffer.c if_le_ledma.c lebuffer.c p9100.c

CVS commit: src/sys/dev/sbus

2022-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 25 18:03:04 UTC 2022 Modified Files: src/sys/dev/sbus: be.c bwtwo_sbus.c cgsix_sbus.c cgthree_sbus.c dma_sbus.c if_gem_sbus.c if_hme_sbus.c if_le.c if_le_lebuffer.c if_le_ledma.c lebuffer.c p9100.c

CVS commit: src/sys/dev/sbus

2022-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 9 17:53:40 UTC 2022 Modified Files: src/sys/dev/sbus: cgsix_sbus.c Log Message: turns out we can map the full amount of VRAM on a 4MB board even when in double buffer mode thanks foo bar To generate a diff of this

CVS commit: src/sys/dev/sbus

2022-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 9 17:53:40 UTC 2022 Modified Files: src/sys/dev/sbus: cgsix_sbus.c Log Message: turns out we can map the full amount of VRAM on a 4MB board even when in double buffer mode thanks foo bar To generate a diff of this

CVS commit: src/sys/dev/sbus

2021-11-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 11 19:37:30 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: provide an endian-flipped view of the framebuffer via mmap() if we know how for now this is sparc64 only To generate a diff of this

CVS commit: src/sys/dev/sbus

2021-11-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 11 19:37:30 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: provide an endian-flipped view of the framebuffer via mmap() if we know how for now this is sparc64 only To generate a diff of this

CVS commit: src/sys/dev/sbus

2021-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Oct 31 05:31:12 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c Log Message: remove accidentially committed debug goop thanks ryo@ To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/sbus/mgx.c

CVS commit: src/sys/dev/sbus

2021-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Oct 31 05:31:12 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c Log Message: remove accidentially committed debug goop thanks ryo@ To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/sbus/mgx.c

Re: CVS commit: src/sys/dev/sbus

2021-10-30 Thread Ryo Shimizu
>Module Name: src >Committed By: macallan >Date: Sat Oct 30 05:37:39 UTC 2021 > >Modified Files: > src/sys/dev/sbus: mgx.c mgxreg.h > >Log Message: >actually mmap() the blitter registers when asked to, while there do some >magic number reduction > > >To generate a diff of this

CVS commit: src/sys/dev/sbus

2021-10-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 30 05:37:39 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: actually mmap() the blitter registers when asked to, while there do some magic number reduction To generate a diff of this commit: cvs

CVS commit: src/sys/dev/sbus

2021-10-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 30 05:37:39 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c mgxreg.h Log Message: actually mmap() the blitter registers when asked to, while there do some magic number reduction To generate a diff of this commit: cvs

CVS commit: src/sys/dev/sbus

2021-10-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 29 19:10:14 UTC 2021 Modified Files: src/sys/dev/sbus: Makefile Log Message: install mgxreg.h so we can use it from Xorg To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sbus/Makefile Please

CVS commit: src/sys/dev/sbus

2021-10-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 29 19:10:14 UTC 2021 Modified Files: src/sys/dev/sbus: Makefile Log Message: install mgxreg.h so we can use it from Xorg To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sbus/Makefile Please

CVS commit: src/sys/dev/sbus

2021-10-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 22 19:21:13 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c Log Message: return 0 in mgx_ioctl()::FBIOG* now Xorg can find us To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/sbus/mgx.c

CVS commit: src/sys/dev/sbus

2021-10-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 22 19:21:13 UTC 2021 Modified Files: src/sys/dev/sbus: mgx.c Log Message: return 0 in mgx_ioctl()::FBIOG* now Xorg can find us To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/sbus/mgx.c

CVS commit: src/sys/dev/sbus

2010-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 1 05:26:53 UTC 2010 Modified Files: src/sys/dev/sbus: p9100.c Log Message: fix ancient typo, noticed by mouse@ To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c Please note that

CVS commit: src/sys/dev/sbus

2010-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 1 05:26:53 UTC 2010 Modified Files: src/sys/dev/sbus: p9100.c Log Message: fix ancient typo, noticed by mouse@ To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c Please note that

CVS commit: src/sys/dev/sbus

2010-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 1 05:42:08 UTC 2010 Modified Files: src/sys/dev/sbus: files.sbus p9100.c Log Message: make latching optional. The SPARCbook docs claim it's necessary but my 3GX happily works without. To generate a diff of this

CVS commit: src/sys/dev/sbus

2010-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 1 05:42:08 UTC 2010 Modified Files: src/sys/dev/sbus: files.sbus p9100.c Log Message: make latching optional. The SPARCbook docs claim it's necessary but my 3GX happily works without. To generate a diff of this

CVS commit: src/sys/dev/sbus

2010-02-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 18 02:21:39 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: Abort setup when we find no audio codec to avoid crashing later on with ISDN-only cards. Should fix PR41055 To generate a diff of this commit:

CVS commit: src/sys/dev/sbus

2010-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 21:01:33 UTC 2010 Modified Files: src/sys/dev/sbus: files.sbus Log Message: tcx doesn't use bt_dac To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sbus/files.sbus Please note that diffs

CVS commit: src/sys/dev/sbus

2010-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 14 02:20:08 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: set a delta value for the master channel so volume control via PMF works To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/sbus

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 20:01:21 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c p9100.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/sbus/dbri.c cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/dev/sbus

2010-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 5 04:17:49 UTC 2010 Modified Files: src/sys/dev/sbus: zx.c Log Message: fix off by one error in zx_fillrect() while there, use vcons_replay_msgbuf() To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/sbus

2010-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 2 01:43:42 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: convert to pmf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sbus/dbri.c Please note that diffs are not public

Re: CVS commit: src/sys/dev/sbus

2009-09-08 Thread Izumi Tsutsui
sbus_establish() should take device_t self for the device itself, not device_t parent even if sbus is grandparent of the device, otherwise (*sd_reset)() callbacks will be called with an wrong device_t. Even in such case, sbus_establish() looks for an sbus though device tree.

Re: CVS commit: src/sys/dev/sbus

2009-03-27 Thread Andrew Doran
On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote: Log Message: Use bus_space(9) to access registers. SETREG() macro using bogus casts against packed structures doesn't work on gcc4. (no character on screen) See also: http://mail-index.NetBSD.org/port-sparc/2003/11/11/0002.html

Re: CVS commit: src/sys/dev/sbus

2009-03-27 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 27, 2009, at 9:07 AM, Izumi Tsutsui wrote: a...@netbsd.org wrote: On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote: Log Message: Use bus_space(9) to access registers. SETREG() macro using bogus casts against

Re: CVS commit: src/sys/dev/sbus

2009-03-27 Thread Andrew Doran
On Fri, Mar 27, 2009 at 04:31:33PM -0400, Michael wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Mar 27, 2009, at 9:07 AM, Izumi Tsutsui wrote: a...@netbsd.org wrote: On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote: Log Message: Use bus_space(9) to