CVS commit: src/sys/arch/playstation2

2021-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 5 21:38:37 UTC 2021 Modified Files: src/sys/arch/playstation2/ee: timer.c src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Make this compile again; there is no SPL_SOFT, so use SPL_SOFTBIO. This

CVS commit: src/sys/arch/playstation2

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 17:46:09 UTC 2020 Modified Files: src/sys/arch/playstation2/dev: if_smap.c ohci_sbus.c src/sys/arch/playstation2/playstation2: bus_dma.c bus_space.c Log Message: malloc(9) -> kmem(9) XXX Audit use of

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

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:32:04 UTC 2020 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/playstation2/dev/if_smap.c Please note that

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

2019-04-16 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 16 23:14:34 UTC 2019 Modified Files: src/sys/arch/playstation2/conf: GENERIC Log Message: Bogus number police To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/playstation2/conf/GENERIC Please

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

2019-01-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 11 08:30:19 UTC 2019 Modified Files: src/sys/arch/playstation2/dev: emac3.c Log Message: Add missing semicolon. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/playstation2/dev/emac3.c

CVS commit: src/sys/arch/playstation2

2016-07-19 Thread Maya Rashish
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 src/sys/arch/playstation2/playstation2: mainbus.c Log Message: CFATTACH_DECL -> CFATTACH_DECL_NEW struct device * -> device_t To

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

2016-07-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 19 16:39:54 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Remove unused bits (mostly because _IPL_NSOFT is not defined) To generate a diff of this commit: cvs rdiff -u -r1.14

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

2016-07-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 19 13:58:09 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Change cpu_intr prototype to new one, to avoid conflicts. Make the function resemble typical cpu_intr code. To generate

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

2016-07-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 19 13:50:02 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Don't use old style definition To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/playstation2

2016-07-19 Thread Maya Rashish
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: We need to include param.h before device.h, as it uses uint64_t To

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

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 22:24:15 UTC 2016 Modified Files: src/sys/arch/playstation2/ee: sif.c Log Message: ret is only used in debug cases, mark as __unused. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/playstation2

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 22:17:10 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: ohci_sbus.c src/sys/arch/playstation2/playstation2: sifbios.h Log Message: Include mips/cpuregs.h for MIPS_PHYS_TO_KSEG1 To generate a diff of

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

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 22:13:22 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 22:07:38 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: sbus.c Log Message: Don't use old-style definitions. Appeases GCC. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/playstation2

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 22:05:53 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: sbus.c spd.c src/sys/arch/playstation2/playstation2: mainbus.c Log Message: Include sys/device.h for cfdata_t To generate a diff of this commit:

CVS commit: src/sys/arch/playstation2

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 21:54:12 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: sbus.c spd.c src/sys/arch/playstation2/playstation2: mainbus.c Log Message: Adapt to change: struct cfdata * -> cfdata_t To generate a diff of

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

2016-07-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jul 18 19:50:11 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: cpu.c Log Message: Adapt to recent MIPS changes need mips/locore.h for cpu_identify To generate a diff of this commit: cvs rdiff -u -r1.10

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

2016-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 10:03:05 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: emac3.c Log Message: Adopt to device_t/struct ifnet* changes To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/playstation2

2016-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 10:03:34 UTC 2016 Modified Files: src/sys/arch/playstation2/ee: dmacreg.h eevar.h src/sys/arch/playstation2/playstation2: interrupt.h Log Message: Add missing includes To generate a diff of this commit: cvs

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

2016-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 10:01:52 UTC 2016 Modified Files: src/sys/arch/playstation2/dev: emac3var.h Log Message: Use device_t/struct ifnet* for phy callbacks To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2016-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 09:06:28 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: locore_machdep.S Log Message: Convert # line comments to // line to avoid preprocessor confusion To generate a diff of this commit: cvs rdiff

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

2016-03-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 28 10:35:36 UTC 2016 Modified Files: src/sys/arch/playstation2/playstation2: cpu.c Log Message: Add missing include To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2016-03-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 28 10:31:45 UTC 2016 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc Log Message: Simplify now that we have an internal toolchain To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

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

2015-04-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 6 10:49:13 UTC 2015 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc Log Message: Force gcc to pass -msoft-float to the assembler (to make newer binutils happy) To generate a diff of this

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

2015-03-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 22 20:32:08 UTC 2015 Modified Files: src/sys/arch/playstation2/playstation2: locore_machdep.S Log Message: Use ta0 instead of t4 (so at least it compiles for all ABIs) To generate a diff of this commit: cvs rdiff -u

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

2014-07-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 8 13:35:43 UTC 2014 Modified Files: src/sys/arch/playstation2/ee: gsfb.c Log Message: Split softc, fix wsfont_find call. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/playstation2/ee/gsfb.c

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

2014-07-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jul 7 10:12:24 UTC 2014 Modified Files: src/sys/arch/playstation2/dev: emac3.c Log Message: Add missing includes, use new style function declarations. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 07:03:35 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: build.playstation2.sh Log Message: Add missing OBJCOPY To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 07:27:57 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: autoconf.c Log Message: Add missing sys/device.h include To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 07:27:29 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: interrupt.h Log Message: md_imask_update is not an inline function, fix declaration. To generate a diff of this commit: cvs rdiff -u -r1.5

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 07:51:14 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: bus_space.c Log Message: Fix extent_create() call To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 07:59:17 UTC 2014 Modified Files: src/sys/arch/playstation2/include: bus.h Log Message: Use .set arch=r5900 to enable r5900 specific instructions To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 08:09:47 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: clock.c Log Message: Add missing includes, fix C99 struct initialization To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 08:33:08 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: cpu.c Log Message: Adapt to new attach world order To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-07-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jul 4 08:51:15 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: disksubr.c Log Message: Adapt to struct buf changes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2014-07-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 2 12:44:15 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc build.playstation2.sh Log Message: The correct toolchain tuple is mipsel--netbsd (not netbsdelf) To generate a

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

2014-07-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 2 13:27:14 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc Log Message: Add -msoft-float to AFLAGS as well To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

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

2014-06-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 29 11:18:40 UTC 2014 Modified Files: src/sys/arch/playstation2/dev: if_smap.c Log Message: NBPFILTER is no more. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/playstation2/dev/if_smap.c Please

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

2014-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 5 11:15:57 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc build.playstation2.sh Log Message: Try with EXTERNAL_TOOLCHAIN instead of MISSING_TOOLCHAIN. Still fails the same.

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

2014-04-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 1 14:08:50 UTC 2014 Modified Files: src/sys/arch/playstation2/include: param.h Log Message: Rearrange order of includes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-04-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 1 14:09:15 UTC 2014 Modified Files: src/sys/arch/playstation2/include: disklabel.h Log Message: Seems we use MBR labels To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 31 11:41:01 UTC 2014 Modified Files: src/sys/arch/playstation2/include: intr.h param.h vmparam.h Log Message: Adapt to -current To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2014-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 31 11:42:17 UTC 2014 Modified Files: src/sys/arch/playstation2/playstation2: bus_dma.c Log Message: Adapt to current directory layout To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2014-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 31 11:43:53 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc build.playstation2.sh config.playstation2 files.playstation2 std.playstation2 Log Message: Adapt to

CVS commit: src/sys/arch/playstation2

2009-08-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Aug 21 04:03:28 UTC 2009 Modified Files: src/sys/arch/playstation2/conf: files.playstation2 src/sys/arch/playstation2/playstation2: bus_dma.c Log Message: Use bus_dmamem_common. To generate a diff of this commit: