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 D

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 D

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 Please

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 Please

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 that

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 that

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 co

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 co

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 com

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 com

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 Plea

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 Plea

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 c

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 not

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 not

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 Pleas

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 Pleas

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

2012-06-23 Thread Julian Coleman
Hi, > Hmm, something is wrong here. That commit was revision 1.61 so there > can not be a revision 1.68. Yes. This should have said "revision 1.46". I have corrected it in the repository. Thanks, J -- My other computer also runs NetBSD/Sailing at Newbiggin http://www.n

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

2012-06-22 Thread Hisashi T Fujinaka
On Fri, 22 Jun 2012, Bernd Ernesti wrote: On Fri, Jun 22, 2012 at 11:03:58AM +, Julian Coleman wrote: 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 e

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

2012-06-22 Thread Bernd Ernesti
On Fri, Jun 22, 2012 at 11:03:58AM +, Julian Coleman wrote: > 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. >

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 commit

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 commit

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 d

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 d

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-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 29 23:50:01 UTC 2010 Modified Files: src/sys/dev/sbus: agten.c Log Message: avoid using PAGE_SIZE directly so sparc/GENERIC builds again To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/sbus/ag

CVS commit: src/sys/dev/sbus

2010-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 21:02:22 UTC 2010 Modified Files: src/sys/dev/sbus: agten.c Log Message: round the space we bus_space_map() up to PAGE_SIZE alignment To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sbus/ag

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 ar

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 src/sys/

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 05:04:38 UTC 2010 Modified Files: src/sys/dev/sbus: zx.c Log Message: fix off by one in zx_copyrect() To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/sbus/zx.c Please note that diffs are n

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 src/sy

CVS commit: src/sys/dev/sbus

2010-01-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 2 04:12:07 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: Fix botches in mechanical changes to make this compile: dbri.c:165: warning: 'dbri_sus' declared 'static' but never defined dbri.c: In function 'd

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 dom

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

2009-09-10 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

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

2009-09-08 Thread David Laight
On Wed, Sep 09, 2009 at 04:00:30AM +0900, Izumi Tsutsui wrote: > >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 i

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-09-08 Thread matthew green
Module Name: src Committed By:tsutsui Date:Tue Sep 8 18:31:36 UTC 2009 Modified Files: src/sys/dev/sbus: esp_sbus.c if_le_lebuffer.c if_le_ledma.c Log Message: sbus_establish() should take device_t self for the device itself, not device

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

2009-03-27 Thread Izumi Tsutsui
a...@netbsd.org wrote: > It worked for the console when I checked it in (haven't touched it since). > I think I remember now what SETREG() might have been about. The compiler > was generating sub-word writes, or something along those lines. 3.1_STABLE works, 4.0_STABLE and 5.0_RC3 don't work, and

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: >

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 packed

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

2009-03-27 Thread Izumi Tsutsui
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 packed structures doesn't work on gcc4. (no character on screen) > > See also: > > http://mail-index.N

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.h