CVS commit: src/sys/arch/playstation2/dev

2024-05-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri May 24 20:09:10 UTC 2024 Modified Files: src/sys/arch/playstation2/dev: emac3.c Log Message: s/boradcast/broadcast/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/playstation2/dev

2024-05-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri May 24 20:09:10 UTC 2024 Modified Files: src/sys/arch/playstation2/dev: emac3.c Log Message: s/boradcast/broadcast/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/playstation2

2023-11-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Nov 23 20:40:08 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: timer.c src/sys/arch/playstation2/playstation2: bus_dma.c machdep.c Log Message: Few more changes for playstation2 specific code to adapt to

CVS commit: src/sys/arch/playstation2

2023-11-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Nov 23 20:40:08 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: timer.c src/sys/arch/playstation2/playstation2: bus_dma.c machdep.c Log Message: Few more changes for playstation2 specific code to adapt to

CVS commit: src/sys/arch/playstation2/conf

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:39:30 UTC 2023 Modified Files: src/sys/arch/playstation2/conf: AGATE DEBUG std.playstation2 Log Message: Remove ksyms from AGATE/DEBUG configs, it is defined in included default config. Remove unneeded "channel ?"

CVS commit: src/sys/arch/playstation2/conf

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:39:30 UTC 2023 Modified Files: src/sys/arch/playstation2/conf: AGATE DEBUG std.playstation2 Log Message: Remove ksyms from AGATE/DEBUG configs, it is defined in included default config. Remove unneeded "channel ?"

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:19:04 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: kloader_machdep.c Log Message: add explicit void in function declaration to fix old-style function declaration. To generate a diff of this

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Nov 7 21:19:04 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: kloader_machdep.c Log Message: add explicit void in function declaration to fix old-style function declaration. To generate a diff of this

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 22:05:07 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Return missing debug message text and remove obsolete sched_whichqs param. Allows INTR_DEBUG code to compile. To

CVS commit: src/sys/arch/playstation2/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 22:05:07 UTC 2023 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Return missing debug message text and remove obsolete sched_whichqs param. Allows INTR_DEBUG code to compile. To

CVS commit: src/sys/arch/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:54:27 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: sif.c src/sys/arch/playstation2/playstation2: clock.c Log Message: Fix format specifiers for debug code. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/playstation2

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:54:27 UTC 2023 Modified Files: src/sys/arch/playstation2/ee: sif.c src/sys/arch/playstation2/playstation2: clock.c Log Message: Fix format specifiers for debug code. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/playstation2/dev

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:50:27 UTC 2023 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Use DPRINTF instead of __gsfb_print() to print smap status. __gsfb_printf() is defined only with the GSFB_DEBUG_MONITOR option.

CVS commit: src/sys/arch/playstation2/dev

2023-11-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Nov 5 21:50:27 UTC 2023 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Use DPRINTF instead of __gsfb_print() to print smap status. __gsfb_printf() is defined only with the GSFB_DEBUG_MONITOR option.

CVS commit: src/sys/arch/playstation2/dev

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 13:03:51 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/playstation2/dev

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 13:03:51 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/arch/playstation2/dev

2022-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 11 23:49:19 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: emac3.c emac3var.h if_smap.c Log Message: playstation2: Somewhat belated device_t/softc split. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/playstation2/dev

2022-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 11 23:49:19 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: emac3.c emac3var.h if_smap.c Log Message: playstation2: Somewhat belated device_t/softc split. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/playstation2

2022-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 11 17:30:48 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: sbus.c spd.c src/sys/arch/playstation2/playstation2: mainbus.c Log Message: playstation2: Fix some pre-device_t/softc-split device private

CVS commit: src/sys/arch/playstation2

2022-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 11 17:30:48 UTC 2022 Modified Files: src/sys/arch/playstation2/dev: sbus.c spd.c src/sys/arch/playstation2/playstation2: mainbus.c Log Message: playstation2: Fix some pre-device_t/softc-split device private

Re: CVS commit: src/sys/arch/playstation2

2016-07-19 Thread Joerg Sonnenberger
On Tue, Jul 19, 2016 at 01:48:52PM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Tue Jul 19 13:48:52 UTC 2016 > > Modified Files: > src/sys/arch/playstation2/dev: sbus.c spd.c > src/sys/arch/playstation2/playstation2: mainbus.c > > Log Message: >

Re: CVS commit: src/sys/arch/playstation2

2016-07-19 Thread Christos Zoulas
In article <20160719170425.6ba81f...@cvs.netbsd.org>, Maya Rashish wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: maya >Date: Tue Jul 19 17:04:25 UTC 2016 > >Modified Files: > src/sys/arch/playstation2/dev: sbus.c spd.c >