CVS commit: [netbsd-8] src/sys/arch/evbarm/conf

2018-11-02 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  2 15:31:26 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: RPI_INSTALL

Log Message:
Bump size for ramdisk.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/sys/arch/evbarm/conf/RPI_INSTALL

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

Modified files:

Index: src/sys/arch/evbarm/conf/RPI_INSTALL
diff -u src/sys/arch/evbarm/conf/RPI_INSTALL:1.9 src/sys/arch/evbarm/conf/RPI_INSTALL:1.9.8.1
--- src/sys/arch/evbarm/conf/RPI_INSTALL:1.9	Thu Dec 29 20:51:26 2016
+++ src/sys/arch/evbarm/conf/RPI_INSTALL	Fri Nov  2 15:31:26 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: RPI_INSTALL,v 1.9 2016/12/29 20:51:26 skrll Exp $
+#	$NetBSD: RPI_INSTALL,v 1.9.8.1 2018/11/02 15:31:26 martin Exp $
 #
 #	RPI_INSTALL -- RPI kernel with installation-sized
 #	ramdisk
@@ -8,7 +8,7 @@ include "arch/evbarm/conf/RPI"
 include "arch/evbarm/conf/INSTALL"
 
 no options	MEMORY_DISK_ROOT_SIZE
-options 	MEMORY_DISK_ROOT_SIZE=49152
+options 	MEMORY_DISK_ROOT_SIZE=56000
 
 makeoptions	RAMDISKNAME=sshramdisk
 no makeoptions	DEBUG



CVS commit: [netbsd-8] src/sys/arch/evbarm/conf

2017-08-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Aug 14 23:53:20 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: GENERIC.common

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #207):
sys/arch/evbarm/conf/GENERIC.common: revision 1.20
enable 'options NTP'


To generate a diff of this commit:
cvs rdiff -u -r1.18.6.1 -r1.18.6.2 src/sys/arch/evbarm/conf/GENERIC.common

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

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.18.6.1 src/sys/arch/evbarm/conf/GENERIC.common:1.18.6.2
--- src/sys/arch/evbarm/conf/GENERIC.common:1.18.6.1	Wed Jul  5 13:58:48 2017
+++ src/sys/arch/evbarm/conf/GENERIC.common	Mon Aug 14 23:53:20 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.18.6.1 2017/07/05 13:58:48 martin Exp $
+#	$NetBSD: GENERIC.common,v 1.18.6.2 2017/08/14 23:53:20 snj Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -11,7 +11,7 @@ maxusers	32
 # Standard system options
 
 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
-#options 	NTP		# NTP phase/frequency locked loop
+options 	NTP		# NTP phase/frequency locked loop
 
 # CPU options
 options 	PMAPCOUNTERS



CVS commit: [netbsd-8] src/sys/arch/evbarm/conf

2017-07-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jul  5 20:11:18 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: files.integrator

Log Message:
Pull up following revision(s) (requested by christos in ticket #94):
sys/arch/evbarm/conf/files.integrator: 1.12, 1.13
we don't support 'no device' so re-define it; it will get both file attachments
but that is not an error.
--
XXX: fix conflict with plrtc in sys/conf/files by re-defining.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.10.1 src/sys/arch/evbarm/conf/files.integrator

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

Modified files:

Index: src/sys/arch/evbarm/conf/files.integrator
diff -u src/sys/arch/evbarm/conf/files.integrator:1.11 src/sys/arch/evbarm/conf/files.integrator:1.11.10.1
--- src/sys/arch/evbarm/conf/files.integrator:1.11	Tue Jan 27 16:35:47 2015
+++ src/sys/arch/evbarm/conf/files.integrator	Wed Jul  5 20:11:18 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: files.integrator,v 1.11 2015/01/27 16:35:47 jmcneill Exp $
+#	$NetBSD: files.integrator,v 1.11.10.1 2017/07/05 20:11:18 snj Exp $
 #
 # ARM, Ltd. Integrator evaluation board configuraiton info
 #
@@ -29,7 +29,7 @@ attach	plmmc at ifpga with plmmc_ifpga
 file	arch/evbarm/ifpga/plmmc_ifpga.c		plmmc_ifpga
 
 # Integrator real-time clock
-device plrtc
+# XXX: dev/ic/pl031.c
 attach plrtc at ifpga
 file	arch/evbarm/ifpga/pl030_rtc.c		plrtc
 



CVS commit: [netbsd-8] src/sys/arch/evbarm/conf

2017-07-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jul  5 19:57:46 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: std.tegra

Log Message:
Pull up following revision(s) (requested by skrll in ticket #87):
sys/arch/evbarm/conf/std.tegra: revision 1.14
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP to make use of the idlelwp stacks
created by arm32_kvminit.c


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/arch/evbarm/conf/std.tegra

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

Modified files:

Index: src/sys/arch/evbarm/conf/std.tegra
diff -u src/sys/arch/evbarm/conf/std.tegra:1.13 src/sys/arch/evbarm/conf/std.tegra:1.13.2.1
--- src/sys/arch/evbarm/conf/std.tegra:1.13	Tue May 30 22:00:25 2017
+++ src/sys/arch/evbarm/conf/std.tegra	Wed Jul  5 19:57:46 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: std.tegra,v 1.13 2017/05/30 22:00:25 jmcneill Exp $
+#	$NetBSD: std.tegra,v 1.13.2.1 2017/07/05 19:57:46 snj Exp $
 #
 
 machine	evbarm arm
@@ -12,6 +12,7 @@ options 	MODULAR_DEFAULT_AUTOLOAD
 options 	__HAVE_CPU_COUNTER
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	ARM_HAS_VBAR
+options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
 #options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #options 	PMAP_NEED_ALLOC_POOLPAGE
 options 	TPIDRPRW_IS_CURCPU



CVS commit: [netbsd-8] src/sys/arch/evbarm/conf

2017-07-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jul  1 08:49:29 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [netbsd-8]: BCM5301X BCM56340 BEAGLEBOARDXM
BEAGLEBONE GEMINI GEMINI_MASTER GEMINI_SLAVE GOLDENGATE N900
PANDABOARD

Log Message:
Pull up following revision(s) (requested by sevan in ticket #72):
sys/arch/evbarm/conf/GEMINI_SLAVE: revision 1.35
sys/arch/evbarm/conf/N900: revision 1.24
sys/arch/evbarm/conf/GOLDENGATE: revision 1.14
sys/arch/evbarm/conf/GEMINI_MASTER: revision 1.34
sys/arch/evbarm/conf/BEAGLEBONE: revision 1.43
sys/arch/evbarm/conf/BCM56340: revision 1.12
sys/arch/evbarm/conf/GEMINI: revision 1.34
sys/arch/evbarm/conf/BEAGLEBOARDXM: revision 1.24
sys/arch/evbarm/conf/BCM5301X: revision 1.27
sys/arch/evbarm/conf/PANDABOARD: revision 1.22
Add a heading to describe the class of device axe(4) is.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.6.1 src/sys/arch/evbarm/conf/BCM5301X
cvs rdiff -u -r1.11 -r1.11.6.1 src/sys/arch/evbarm/conf/BCM56340
cvs rdiff -u -r1.23 -r1.23.6.1 src/sys/arch/evbarm/conf/BEAGLEBOARDXM \
src/sys/arch/evbarm/conf/N900
cvs rdiff -u -r1.42 -r1.42.2.1 src/sys/arch/evbarm/conf/BEAGLEBONE
cvs rdiff -u -r1.33 -r1.33.6.1 src/sys/arch/evbarm/conf/GEMINI \
src/sys/arch/evbarm/conf/GEMINI_MASTER
cvs rdiff -u -r1.34 -r1.34.6.1 src/sys/arch/evbarm/conf/GEMINI_SLAVE
cvs rdiff -u -r1.13 -r1.13.6.1 src/sys/arch/evbarm/conf/GOLDENGATE
cvs rdiff -u -r1.21 -r1.21.6.1 src/sys/arch/evbarm/conf/PANDABOARD

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

Modified files:

Index: src/sys/arch/evbarm/conf/BCM5301X
diff -u src/sys/arch/evbarm/conf/BCM5301X:1.26 src/sys/arch/evbarm/conf/BCM5301X:1.26.6.1
--- src/sys/arch/evbarm/conf/BCM5301X:1.26	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbarm/conf/BCM5301X	Sat Jul  1 08:49:28 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BCM5301X,v 1.26 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: BCM5301X,v 1.26.6.1 2017/07/01 08:49:28 snj Exp $
 #
 #	BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -265,6 +265,7 @@ scsibus*	at scsi?
 sd*		at scsibus? target ? lun ?
 #wd*		at umass?
 
+# USB Ethernet adapters
 axe*		at uhub? port ? configuration ? interface ?
 
 # Hardware clocking and power management

Index: src/sys/arch/evbarm/conf/BCM56340
diff -u src/sys/arch/evbarm/conf/BCM56340:1.11 src/sys/arch/evbarm/conf/BCM56340:1.11.6.1
--- src/sys/arch/evbarm/conf/BCM56340:1.11	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbarm/conf/BCM56340	Sat Jul  1 08:49:28 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BCM56340,v 1.11 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: BCM56340,v 1.11.6.1 2017/07/01 08:49:28 snj Exp $
 #
 #	BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -265,6 +265,7 @@ scsibus*	at scsi?
 sd*		at scsibus? target ? lun ?
 #wd*		at umass?
 
+# USB Ethernet adapters
 axe*		at uhub? port ? configuration ? interface ?
 
 # Hardware clocking and power management

Index: src/sys/arch/evbarm/conf/BEAGLEBOARDXM
diff -u src/sys/arch/evbarm/conf/BEAGLEBOARDXM:1.23 src/sys/arch/evbarm/conf/BEAGLEBOARDXM:1.23.6.1
--- src/sys/arch/evbarm/conf/BEAGLEBOARDXM:1.23	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbarm/conf/BEAGLEBOARDXM	Sat Jul  1 08:49:28 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BEAGLEBOARDXM,v 1.23 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: BEAGLEBOARDXM,v 1.23.6.1 2017/07/01 08:49:28 snj Exp $
 #
 #	BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -264,6 +264,7 @@ prcm*		at obio1 addr 0x48306000 size 0x2
 #wskbd*		at ukbd?
 #wsmouse*	at ums?
 
+# USB Ethernet adapters
 #axe*		at uhub? port ? configuration ? interface ?
 
 # Hardware clocking and power management
Index: src/sys/arch/evbarm/conf/N900
diff -u src/sys/arch/evbarm/conf/N900:1.23 src/sys/arch/evbarm/conf/N900:1.23.6.1
--- src/sys/arch/evbarm/conf/N900:1.23	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbarm/conf/N900	Sat Jul  1 08:49:28 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: N900,v 1.23 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: N900,v 1.23.6.1 2017/07/01 08:49:28 snj Exp $
 #
 #	N900 -- Nokia N900 Kernel
 #
@@ -312,6 +312,7 @@ prcm*		at obio1 addr 0x48306000 size 0x2
 #wskbd*		at ukbd?
 #wsmouse*	at ums?
 
+# USB Ethernet adapters
 #axe*		at uhub? port ? configuration ? interface ?
 
 # Hardware clocking and power management

Index: src/sys/arch/evbarm/conf/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.42 src/sys/arch/evbarm/conf/BEAGLEBONE:1.42.2.1
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.42	Tue May  9 01:57:04 2017
+++ src/sys/arch/evbarm/conf/BEAGLEBONE	Sat Jul  1 08:49:28 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BEAGLEBONE,v 1.42 2017/05/09 01:57:04 sevan Exp $
+#	$NetBSD: BEAGLEBONE,v 1.42.2.1 2017/07/01 08:49:28 snj Exp $
 #
 #	BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -211,6 +211,7 @@ scsibus*	at scsi?
 # SCSI devices
 sd*		at scsibus? target ? lun ?  # SCSI disk drives
 
+# U