CVS commit: src/etc/etc.evbmips

2020-08-14 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Sat Aug 15 05:03:06 UTC 2020

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Remove a misleading space in a ".elif".


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.24 src/etc/etc.evbmips/Makefile.inc:1.25
--- src/etc/etc.evbmips/Makefile.inc:1.24	Fri Jul 17 15:16:34 2020
+++ src/etc/etc.evbmips/Makefile.inc	Sat Aug 15 05:03:06 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.24 2020/07/17 15:16:34 jmcneill Exp $
+#	$NetBSD: Makefile.inc,v 1.25 2020/08/15 05:03:06 simonb Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -15,7 +15,7 @@ BUILD_KERNELS=		INSTALL_CI20 INSTALL_OMS
 
 KERNEL_SETS+=		P4032 P5064 P6032
 
-. elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64
 BUILD_KERNELS=		INSTALL_MALTA32 INSTALL_MALTA64
 BUILD_KERNELS+=		INSTALL_XLSATX32 INSTALL_XLSATX64



CVS commit: src/etc/etc.evbmips

2016-12-23 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 24 07:07:06 UTC 2016

Modified Files:
src/etc/etc.evbmips: MAKEDEV.conf

Log Message:
create sysmon nodes, so wdogctl works.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbmips/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/MAKEDEV.conf
diff -u src/etc/etc.evbmips/MAKEDEV.conf:1.6 src/etc/etc.evbmips/MAKEDEV.conf:1.7
--- src/etc/etc.evbmips/MAKEDEV.conf:1.6	Thu Nov  5 16:47:29 2015
+++ src/etc/etc.evbmips/MAKEDEV.conf	Sat Dec 24 07:07:06 2016
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.6 2015/11/05 16:47:29 macallan Exp $
+# $NetBSD: MAKEDEV.conf,v 1.7 2016/12/24 07:07:06 mrg Exp $
 
 all_md)
 	makedev wscons sd0 sd1 sd2 sd3 sd4
@@ -15,7 +15,7 @@ all_md)
 	makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
 	makedev ttyCZ0 ttyCY0
 	makedev pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
-	makedev altq
+	makedev altq sysmon
 	makedev iic0 iic1 iic2 iic3 iic4
 	;;
 



CVS commit: src/etc/etc.evbmips

2016-09-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Sep  5 07:23:43 UTC 2016

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Add ub and elf32 to KERNEL_SUFFIXES


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.20 src/etc/etc.evbmips/Makefile.inc:1.21
--- src/etc/etc.evbmips/Makefile.inc:1.20	Fri May  1 23:55:14 2015
+++ src/etc/etc.evbmips/Makefile.inc	Mon Sep  5 07:23:43 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.20 2015/05/01 23:55:14 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.21 2016/09/05 07:23:43 skrll Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SUFFIXES=	srec
+KERNEL_SUFFIXES=	srec ub elf32
 
 .if ${MACHINE_ARCH} == "mipsel"
 KERNEL_SETS=		ALCHEMY CI20 CPMBR1400 DBAU1500 DBAU1550 GDIUM



CVS commit: src/etc/etc.evbmips

2015-11-05 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Nov  5 16:47:29 UTC 2015

Modified Files:
src/etc/etc.evbmips: MAKEDEV.conf

Log Message:
generate iic* entries


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/etc/etc.evbmips/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/MAKEDEV.conf
diff -u src/etc/etc.evbmips/MAKEDEV.conf:1.5 src/etc/etc.evbmips/MAKEDEV.conf:1.6
--- src/etc/etc.evbmips/MAKEDEV.conf:1.5	Sat Feb 26 18:07:16 2011
+++ src/etc/etc.evbmips/MAKEDEV.conf	Thu Nov  5 16:47:29 2015
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.5 2011/02/26 18:07:16 ahoka Exp $
+# $NetBSD: MAKEDEV.conf,v 1.6 2015/11/05 16:47:29 macallan Exp $
 
 all_md)
 	makedev wscons sd0 sd1 sd2 sd3 sd4
@@ -16,6 +16,7 @@ all_md)
 	makedev ttyCZ0 ttyCY0
 	makedev pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
 	makedev altq
+	makedev iic0 iic1 iic2 iic3 iic4
 	;;
 
 minimal)



CVS commit: src/etc/etc.evbmips

2015-05-01 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri May  1 23:55:14 UTC 2015

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Build ERLITE and INSTALL_ERLITE if mips64eb


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.19 src/etc/etc.evbmips/Makefile.inc:1.20
--- src/etc/etc.evbmips/Makefile.inc:1.19	Mon Apr  6 14:18:08 2015
+++ src/etc/etc.evbmips/Makefile.inc	Fri May  1 23:55:14 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.19 2015/04/06 14:18:08 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.20 2015/05/01 23:55:14 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -25,6 +25,9 @@ KERNEL_SETS+=		P5064-64
 KERNEL_SETS+=		LOONGSON
 BUILD_KERNELS+=		INSTALL_LOONGSON
 KERNEL_SETS+=		GDIUM64
+.else
+KERNEL_SETS+=		ERLITE
+BUILD_KERNELS+=		INSTALL_ERLITE
 .endif
 .else
 KERNEL_SETS=		ALCHEMY DB120 DBAU1500 DBAU1550 MALTA RB433UAH



CVS commit: src/etc/etc.evbmips

2011-08-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug 24 16:03:34 UTC 2011

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Build the GDIUM64 kernel (since it tests 16KB pages).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.16 src/etc/etc.evbmips/Makefile.inc:1.17
--- src/etc/etc.evbmips/Makefile.inc:1.16	Mon Aug  1 23:18:10 2011
+++ src/etc/etc.evbmips/Makefile.inc	Wed Aug 24 16:03:34 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.16 2011/08/01 23:18:10 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.17 2011/08/24 16:03:34 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -22,6 +22,7 @@
 
 .if ${MACHINE_ARCH} == mips64el
 KERNEL_SETS+=		P5064-64
+KERNEL_SETS+=		GDIUM64
 .endif
 .else
 KERNEL_SETS=		ALCHEMY DB120 DBAU1500 DBAU1550 MALTA RB433UAH



CVS commit: src/etc/etc.evbmips

2011-08-01 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Aug  1 23:18:10 UTC 2011

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Add CPMBR1400 and GDIUM as kernels to be built


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.15 src/etc/etc.evbmips/Makefile.inc:1.16
--- src/etc/etc.evbmips/Makefile.inc:1.15	Thu Jul 14 05:31:16 2011
+++ src/etc/etc.evbmips/Makefile.inc	Mon Aug  1 23:18:10 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.15 2011/07/14 05:31:16 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.16 2011/08/01 23:18:10 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -9,7 +9,8 @@
 KERNEL_SUFFIXES=	srec
 
 .if ${MACHINE_ARCH} == mipsel
-KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
+KERNEL_SETS=		ALCHEMY CPMBR1400 DBAU1500 DBAU1550 GDIUM
+KERNEL_SETS+=		MALTA MTX-1 OMSAL400
 BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
 
 KERNEL_SETS+=		P4032 P5064 P6032



CVS commit: src/etc/etc.evbmips

2011-07-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jul 14 05:31:16 UTC 2011

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Don't build 64bit kernel for evbmips-el


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.14 src/etc/etc.evbmips/Makefile.inc:1.15
--- src/etc/etc.evbmips/Makefile.inc:1.14	Sun Jul 10 23:49:31 2011
+++ src/etc/etc.evbmips/Makefile.inc	Thu Jul 14 05:31:16 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.14 2011/07/10 23:49:31 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.15 2011/07/14 05:31:16 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -12,7 +12,7 @@
 KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
 BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
 
-KERNEL_SETS+=		P4032 P5064-64 P6032
+KERNEL_SETS+=		P4032 P5064 P6032
 
 .elif ${MACHINE_ARCH} == mips64eb || ${MACHINE_ARCH} == mips64el
 KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64



CVS commit: src/etc/etc.evbmips

2011-07-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Jul 10 23:49:31 UTC 2011

Modified Files:
src/etc/etc.evbmips: Makefile.inc

Log Message:
Add algor kernels


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/etc.evbmips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.13 src/etc/etc.evbmips/Makefile.inc:1.14
--- src/etc/etc.evbmips/Makefile.inc:1.13	Sun Feb 20 08:27:32 2011
+++ src/etc/etc.evbmips/Makefile.inc	Sun Jul 10 23:49:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.13 2011/02/20 08:27:32 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2011/07/10 23:49:31 matt Exp $
 #
 #	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
 #
@@ -12,14 +12,19 @@
 KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
 BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
 
+KERNEL_SETS+=		P4032 P5064-64 P6032
+
 .elif ${MACHINE_ARCH} == mips64eb || ${MACHINE_ARCH} == mips64el
 KERNEL_SETS=		MALTA32 MALTA64 XLSATX32 XLSATX64
 BUILD_KERNELS=		INSTALL_MALTA32 INSTALL_MALTA64
 BUILD_KERNELS+=		INSTALL_XLSATX32 INSTALL_XLSATX64
 
+.if ${MACHINE_ARCH} == mips64el
+KERNEL_SETS+=		P5064-64
+.endif
 .else
-KERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA
-BUILD_KERNELS=		INSTALL_OMSAL400 INSTALL_MALTA
+KERNEL_SETS=		ALCHEMY DB120 DBAU1500 DBAU1550 MALTA RB433UAH
+BUILD_KERNELS=		INSTALL_MALTA
 
 .endif