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

2020-01-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jan 12 06:41:02 UTC 2020

Modified Files:
src/sys/arch/zaurus/conf: Makefile.zaurus.inc

Log Message:
Revert "Compile with -O2 by default" change in previous rev 1.11.

COPTS is defined properly after sys/arch/arm/conf/Makefile.arm rev 1.53.
See discussion in source-changes-d@ for details:
 https://mail-index.netbsd.org/source-changes-d/2020/01/thread1.html#011984


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

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/zaurus/conf/Makefile.zaurus.inc
diff -u src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.11 src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.12
--- src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.11	Fri Jan  3 10:01:07 2020
+++ src/sys/arch/zaurus/conf/Makefile.zaurus.inc	Sun Jan 12 06:41:02 2020
@@ -1,8 +1,7 @@
-#	$NetBSD: Makefile.zaurus.inc,v 1.11 2020/01/03 10:01:07 martin Exp $
+#	$NetBSD: Makefile.zaurus.inc,v 1.12 2020/01/12 06:41:02 tsutsui Exp $
 
 MACHINE_ARCH?=		arm
 CPPFLAGS+=		-D${MACHINE}
-COPTS?=			-O2
 
 SYSTEM_FIRST_OBJ=	zaurus_start.o
 SYSTEM_FIRST_SFILE=	${THISARM}/zaurus/zaurus_start.S



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

2020-01-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jan  3 10:01:07 UTC 2020

Modified Files:
src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus

Log Message:
Drop CTF sections from this size restricted kernel (especially as the
size check is on the total size of the binary, not any content/sections -
is this a bug?)
Compile with -O2 by default (to shrink the kernel to a usable size again
and unbreak the build)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/conf/Makefile.zaurus.inc
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/zaurus/conf/ldscript.zaurus

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/zaurus/conf/Makefile.zaurus.inc
diff -u src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.10 src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.11
--- src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.10	Sat Oct 26 09:49:13 2019
+++ src/sys/arch/zaurus/conf/Makefile.zaurus.inc	Fri Jan  3 10:01:07 2020
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile.zaurus.inc,v 1.10 2019/10/26 09:49:13 tsutsui Exp $
+#	$NetBSD: Makefile.zaurus.inc,v 1.11 2020/01/03 10:01:07 martin Exp $
 
 MACHINE_ARCH?=		arm
 CPPFLAGS+=		-D${MACHINE}
+COPTS?=			-O2
 
 SYSTEM_FIRST_OBJ=	zaurus_start.o
 SYSTEM_FIRST_SFILE=	${THISARM}/zaurus/zaurus_start.S

Index: src/sys/arch/zaurus/conf/ldscript.zaurus
diff -u src/sys/arch/zaurus/conf/ldscript.zaurus:1.11 src/sys/arch/zaurus/conf/ldscript.zaurus:1.12
--- src/sys/arch/zaurus/conf/ldscript.zaurus:1.11	Sun Aug 23 08:57:25 2015
+++ src/sys/arch/zaurus/conf/ldscript.zaurus	Fri Jan  3 10:01:07 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ldscript.zaurus,v 1.11 2015/08/23 08:57:25 uebayasi Exp $	*/
+/*	$NetBSD: ldscript.zaurus,v 1.12 2020/01/03 10:01:07 martin Exp $	*/
 
 ENTRY(KERNEL_BASE_phys)
 SECTIONS
@@ -72,6 +72,7 @@ SECTIONS
   /DISCARD/ : {
 *(.eh_frame_hdr)
 *(.eh_frame)
+*(.SUNW_ctf)
   }
 }
 SECTIONS



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

2019-03-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 29 21:06:51 UTC 2019

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
bye ddb and we fit again.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.84 src/sys/arch/zaurus/conf/GENERIC:1.85
--- src/sys/arch/zaurus/conf/GENERIC:1.84	Thu Feb  7 16:53:50 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Fri Mar 29 17:06:51 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.84 2019/02/07 21:53:50 rin Exp $
+#	$NetBSD: GENERIC,v 1.85 2019/03/29 21:06:51 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -150,8 +150,8 @@ options 	WSDISPLAY_COMPAT_RAWKBD		# can 
 options 	DIAGNOSTIC		# internal consistency checks
 #options 	DEBUG
 #options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
-options 	DDB			# in-kernel debugger
-options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
+#options 	DDB			# in-kernel debugger
+#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	KGDB
 #makeoptions 	DEBUG="-g"		# compile full symbol table
 makeoptions	COPY_SYMTAB=1



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

2019-02-07 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Feb  7 21:53:50 UTC 2019

Modified Files:
src/sys/arch/zaurus/conf: GENERIC INSTALL_C700

Log Message:
Add commented-out modern USB NICs for users easily finding them out.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.83 src/sys/arch/zaurus/conf/GENERIC:1.84
--- src/sys/arch/zaurus/conf/GENERIC:1.83	Thu Feb  7 21:51:59 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Thu Feb  7 21:53:50 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.83 2019/02/07 21:51:59 rin Exp $
+#	$NetBSD: GENERIC,v 1.84 2019/02/07 21:53:50 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -308,6 +308,7 @@ cd*	at atapibus? drive ?		# ATAPI CD-ROM
 # USB Ethernet adapters
 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
 axe*	at uhub? port ?		# ASIX AX88172 based adapters
+#axen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
 cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
@@ -315,6 +316,8 @@ mue*	at uhub? port ?		# Microchip LAN75x
 udav*	at uhub? port ?		# Davicom DM9601 based adapters
 #ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
 url*	at uhub? port ?		# Realtek RTL8150L based adapters
+#urndis*	at uhub? port ?	# Microsoft RNDIS specification
+#usmsc*	at uhub? port ?		# SMSC95xx based adapters
 
 # Kyocera AIR-EDGE PHONE
 #ukyopon* at uhub? port ?

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.10 src/sys/arch/zaurus/conf/INSTALL_C700:1.11
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.10	Thu Feb  7 21:51:59 2019
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Thu Feb  7 21:53:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.10 2019/02/07 21:51:59 rin Exp $
+# $NetBSD: INSTALL_C700,v 1.11 2019/02/07 21:53:50 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -39,6 +39,7 @@ no cd*
 
 no aue*
 no axe*
+#no axen*
 no cdce*
 no cue*
 no kue*
@@ -46,3 +47,5 @@ no mue*
 no udav*
 #no ure*
 no url*
+#no urndis*
+#no usmsc*



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

2019-02-07 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Feb  7 21:51:59 UTC 2019

Modified Files:
src/sys/arch/zaurus/conf: GENERIC INSTALL_C700

Log Message:
Comment out ure(4) and its PHY drivers for now to unbreak build.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.82 src/sys/arch/zaurus/conf/GENERIC:1.83
--- src/sys/arch/zaurus/conf/GENERIC:1.82	Thu Feb  7 20:56:27 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Thu Feb  7 21:51:59 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.82 2019/02/07 20:56:27 rin Exp $
+#	$NetBSD: GENERIC,v 1.83 2019/02/07 21:51:59 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -313,7 +313,7 @@ cue*	at uhub? port ?		# CATC USB-EL1201A
 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
 mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
 udav*	at uhub? port ?		# Davicom DM9601 based adapters
-ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
+#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
 url*	at uhub? port ?		# Realtek RTL8150L based adapters
 
 # Kyocera AIR-EDGE PHONE
@@ -341,8 +341,8 @@ nsphy*  at mii? phy ?			# NS83840 PHYs
 nsphyter* at mii? phy ?			# NS83843 PHYs
 pnaphy* at mii? phy ?			# generic HomePNA PHYs
 qsphy*  at mii? phy ?			# Quality Semiconductor QS6612 PHYs
-rgephy*  at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
-rlphy*  at mii? phy ?			# Realtek 8139/8201L PHYs
+#rgephy*  at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
+#rlphy*  at mii? phy ?			# Realtek 8139/8201L PHYs
 sqphy*  at mii? phy ?			# Seeq 80220/80221/80223 PHYs
 tlphy*  at mii? phy ?			# ThunderLAN PHYs
 tqphy*  at mii? phy ?			# TDK Semiconductor PHYs

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.9 src/sys/arch/zaurus/conf/INSTALL_C700:1.10
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.9	Thu Feb  7 20:56:27 2019
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Thu Feb  7 21:51:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.9 2019/02/07 20:56:27 rin Exp $
+# $NetBSD: INSTALL_C700,v 1.10 2019/02/07 21:51:59 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -44,5 +44,5 @@ no cue*
 no kue*
 no mue*
 no udav*
-no ure*
+#no ure*
 no url*



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

2019-02-07 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Feb  7 20:56:27 UTC 2019

Modified Files:
src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700

Log Message:
Oops, revert previous.
Combinations between NICs and PHYs are unpredictable...


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/zaurus/conf/INSTALL
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.81 src/sys/arch/zaurus/conf/GENERIC:1.82
--- src/sys/arch/zaurus/conf/GENERIC:1.81	Thu Feb  7 20:33:44 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Thu Feb  7 20:56:27 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.81 2019/02/07 20:33:44 rin Exp $
+#	$NetBSD: GENERIC,v 1.82 2019/02/07 20:56:27 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -308,7 +308,6 @@ cd*	at atapibus? drive ?		# ATAPI CD-ROM
 # USB Ethernet adapters
 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
 axe*	at uhub? port ?		# ASIX AX88172 based adapters
-axen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
 cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
@@ -316,8 +315,6 @@ mue*	at uhub? port ?		# Microchip LAN75x
 udav*	at uhub? port ?		# Davicom DM9601 based adapters
 ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
 url*	at uhub? port ?		# Realtek RTL8150L based adapters
-urndis*	at uhub? port ?		# Microsoft RNDIS specification
-usmsc*  at uhub? port ?		# SMSC95xx based adapters
 
 # Kyocera AIR-EDGE PHONE
 #ukyopon* at uhub? port ?
@@ -327,11 +324,32 @@ usmsc*  at uhub? port ?		# SMSC95xx base
 ugen*	at uhub? port ?
 
 # MII/PHY support
+acphy*  at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
+amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
+bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
+brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
+dmphy*  at mii? phy ?			# Davicom DM9101 PHYs
+exphy*  at mii? phy ?			# 3Com internal PHYs
+glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
+gphyter* at mii? phy ?			# NS83861 Gig-E PHY
+icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
+inphy*  at mii? phy ?			# Intel 82555 PHYs
+iophy*  at mii? phy ?			# Intel 82553 PHYs
+lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
+makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
+nsphy*  at mii? phy ?			# NS83840 PHYs
+nsphyter* at mii? phy ?			# NS83843 PHYs
+pnaphy* at mii? phy ?			# generic HomePNA PHYs
+qsphy*  at mii? phy ?			# Quality Semiconductor QS6612 PHYs
 rgephy*  at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
 rlphy*  at mii? phy ?			# Realtek 8139/8201L PHYs
+sqphy*  at mii? phy ?			# Seeq 80220/80221/80223 PHYs
+tlphy*  at mii? phy ?			# ThunderLAN PHYs
+tqphy*  at mii? phy ?			# TDK Semiconductor PHYs
 ukphy*  at mii? phy ?			# generic unknown PHYs
 urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
 
+
 # integrated MMC/SD contoller
 pxamci0 at pxaip? addr 0x4110 size 0x48
 sdmmc* at pxamci?

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.38 src/sys/arch/zaurus/conf/INSTALL:1.39
--- src/sys/arch/zaurus/conf/INSTALL:1.38	Thu Feb  7 20:33:44 2019
+++ src/sys/arch/zaurus/conf/INSTALL	Thu Feb  7 20:56:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.38 2019/02/07 20:33:44 rin Exp $
+# $NetBSD: INSTALL,v 1.39 2019/02/07 20:56:27 rin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -78,6 +78,16 @@ no ugen*
 
 no uk* at scsibus?
 
+no acphy*
+no amhphy*
+no bmtphy*
+no glxtphy*
+no gphyter*
+no makphy*
+no tlphy*
+no tqphy*
+no urlphy*
+
 no pseudo-device	vnd
 no options 		VND_COMPRESSION
 no pseudo-device	accf_data

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.8 src/sys/arch/zaurus/conf/INSTALL_C700:1.9
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.8	Thu Feb  7 20:33:44 2019
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Thu Feb  7 20:56:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.8 2019/02/07 20:33:44 rin Exp $
+# $NetBSD: INSTALL_C700,v 1.9 2019/02/07 20:56:27 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -39,7 +39,6 @@ no cd*
 
 no aue*
 no axe*
-no axen*
 no cdce*
 no cue*
 no kue*
@@ -47,5 +46,3 @@ no mue*
 no udav*
 no ure*
 no url*
-no urndis*
-no usmsc*



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

2019-02-07 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Feb  7 20:33:44 UTC 2019

Modified Files:
src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700

Log Message:
Fix kernel size overflow caused by addition of ure(4) and PHY drivers.

Modern USB NICs are useful due to availability in the market, although
they cannot exhibit full performance with ohci(4). Also, some of them
support RX/TX offloading, which can be useful even with ohci(4).

Therefore, rather add modern NICs in usbdevices.config.

Instead, remove PHY drivers that cannot be used with zaurus.

Now, all kernels fits within 5 MiB = 5120 KiB:
- GENERIC   5105K ( 15K free)
- C700  5098K ( 22K free)
- INSTALL   4991K (129K free)
- INSTALL_C700  4681K (439K free)


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/zaurus/conf/INSTALL
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.80 src/sys/arch/zaurus/conf/GENERIC:1.81
--- src/sys/arch/zaurus/conf/GENERIC:1.80	Wed Feb  6 11:58:32 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Thu Feb  7 20:33:44 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.80 2019/02/06 11:58:32 rin Exp $
+#	$NetBSD: GENERIC,v 1.81 2019/02/07 20:33:44 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -308,6 +308,7 @@ cd*	at atapibus? drive ?		# ATAPI CD-ROM
 # USB Ethernet adapters
 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
 axe*	at uhub? port ?		# ASIX AX88172 based adapters
+axen*	at uhub? port ?		# ASIX AX88178a/AX88179 based adapters
 cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
@@ -315,6 +316,8 @@ mue*	at uhub? port ?		# Microchip LAN75x
 udav*	at uhub? port ?		# Davicom DM9601 based adapters
 ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
 url*	at uhub? port ?		# Realtek RTL8150L based adapters
+urndis*	at uhub? port ?		# Microsoft RNDIS specification
+usmsc*  at uhub? port ?		# SMSC95xx based adapters
 
 # Kyocera AIR-EDGE PHONE
 #ukyopon* at uhub? port ?
@@ -324,32 +327,11 @@ url*	at uhub? port ?		# Realtek RTL8150L
 ugen*	at uhub? port ?
 
 # MII/PHY support
-acphy*  at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
-amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
-bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
-brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
-dmphy*  at mii? phy ?			# Davicom DM9101 PHYs
-exphy*  at mii? phy ?			# 3Com internal PHYs
-glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
-gphyter* at mii? phy ?			# NS83861 Gig-E PHY
-icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
-inphy*  at mii? phy ?			# Intel 82555 PHYs
-iophy*  at mii? phy ?			# Intel 82553 PHYs
-lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
-makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
-nsphy*  at mii? phy ?			# NS83840 PHYs
-nsphyter* at mii? phy ?			# NS83843 PHYs
-pnaphy* at mii? phy ?			# generic HomePNA PHYs
-qsphy*  at mii? phy ?			# Quality Semiconductor QS6612 PHYs
 rgephy*  at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
 rlphy*  at mii? phy ?			# Realtek 8139/8201L PHYs
-sqphy*  at mii? phy ?			# Seeq 80220/80221/80223 PHYs
-tlphy*  at mii? phy ?			# ThunderLAN PHYs
-tqphy*  at mii? phy ?			# TDK Semiconductor PHYs
 ukphy*  at mii? phy ?			# generic unknown PHYs
 urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
 
-
 # integrated MMC/SD contoller
 pxamci0 at pxaip? addr 0x4110 size 0x48
 sdmmc* at pxamci?

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.37 src/sys/arch/zaurus/conf/INSTALL:1.38
--- src/sys/arch/zaurus/conf/INSTALL:1.37	Thu Jun  7 13:36:29 2018
+++ src/sys/arch/zaurus/conf/INSTALL	Thu Feb  7 20:33:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.37 2018/06/07 13:36:29 thorpej Exp $
+# $NetBSD: INSTALL,v 1.38 2019/02/07 20:33:44 rin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -78,16 +78,6 @@ no ugen*
 
 no uk* at scsibus?
 
-no acphy*
-no amhphy*
-no bmtphy*
-no glxtphy*
-no gphyter*
-no makphy*
-no tlphy*
-no tqphy*
-no urlphy*
-
 no pseudo-device	vnd
 no options 		VND_COMPRESSION
 no pseudo-device	accf_data

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.7 src/sys/arch/zaurus/conf/INSTALL_C700:1.8
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.7	Wed Feb  6 11:58:32 2019
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Thu Feb  7 20:33:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.7 2019/02/06 11:58:32 rin Exp $
+# $NetBSD: INSTALL_C700,v 1.8 2019/02/07 20:33:44 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -

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

2018-08-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Aug 26 23:30:29 UTC 2018

Modified Files:
src/sys/arch/zaurus/conf: INSTALL_C700

Log Message:
Disable mue(4) for INSTALL_C70 like other USB NICs.
Should fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.4 src/sys/arch/zaurus/conf/INSTALL_C700:1.5
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.4	Thu Jun  7 13:36:29 2018
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Sun Aug 26 23:30:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.4 2018/06/07 13:36:29 thorpej Exp $
+# $NetBSD: INSTALL_C700,v 1.5 2018/08/26 23:30:29 rin Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -43,5 +43,6 @@ no axe*
 no cdce*
 no cue*
 no kue*
+no mue*
 no udav*
 no url*



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

2018-05-14 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Tue May 15 00:44:56 UTC 2018

Modified Files:
src/sys/arch/zaurus/conf: GENERIC INSTALL INSTALL_C700

Log Message:
Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/zaurus/conf/INSTALL
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.75 src/sys/arch/zaurus/conf/GENERIC:1.76
--- src/sys/arch/zaurus/conf/GENERIC:1.75	Thu Sep 14 07:58:44 2017
+++ src/sys/arch/zaurus/conf/GENERIC	Tue May 15 00:44:56 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.75 2017/09/14 07:58:44 mrg Exp $
+#	$NetBSD: GENERIC,v 1.76 2018/05/15 00:44:56 thorpej Exp $
 #
 # GENERIC machine description file
 #
@@ -192,7 +192,7 @@ scoop0 at pxaip?
 scoop1 at pxaip?
 
 # alternate GPIO contoller for SL-C1000
-ioexp0 at iic? addr 0x18
+ioexp0 at iic0 addr 0x18
 
 # ADC, touchpad, backlight
 zssp0 at pxaip?
@@ -218,7 +218,7 @@ wsdisplay* at w100lcd? console ?
 lcdctl0 at zssp0
 
 # WM8750 Audio
-zaudio0 at iic? addr 0x1b
+zaudio0 at iic0 addr 0x1b
 audio* at zaudio?
 #options 	ZAUDIO_VOLUME_STRIDE=8
 

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.35 src/sys/arch/zaurus/conf/INSTALL:1.36
--- src/sys/arch/zaurus/conf/INSTALL:1.35	Sun Jan 28 01:09:58 2018
+++ src/sys/arch/zaurus/conf/INSTALL	Tue May 15 00:44:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.35 2018/01/28 01:09:58 rin Exp $
+# $NetBSD: INSTALL,v 1.36 2018/05/15 00:44:56 thorpej Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -68,7 +68,7 @@ no zrc0 at pxaip?
 no ztp0 at zssp?
 no wsmouse* at ztp?
 
-no zaudio0 at iic?
+no zaudio0 at iic0
 no audio* at zaudio?
 no spkr* at audio?
 

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.2 src/sys/arch/zaurus/conf/INSTALL_C700:1.3
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.2	Fri Aug 12 09:26:35 2016
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Tue May 15 00:44:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.2 2016/08/12 09:26:35 nonaka Exp $
+# $NetBSD: INSTALL_C700,v 1.3 2018/05/15 00:44:56 thorpej Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -15,7 +15,7 @@ no makeoptions	LOADADDRESS
 makeoptions	LOADADDRESS="0xc040"
 
 no scoop1 at pxaip?
-no ioexp0 at iic?
+no ioexp0 at iic0
 
 no lcd0 at pxaip?
 no wsdisplay* at lcd?



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

2018-03-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  9 17:15:14 UTC 2018

Modified Files:
src/sys/arch/zaurus/conf: files.zaurus

Log Message:
revert previous; this was no typo.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/zaurus/conf/files.zaurus

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/zaurus/conf/files.zaurus
diff -u src/sys/arch/zaurus/conf/files.zaurus:1.14 src/sys/arch/zaurus/conf/files.zaurus:1.15
--- src/sys/arch/zaurus/conf/files.zaurus:1.14	Tue Mar  6 17:21:01 2018
+++ src/sys/arch/zaurus/conf/files.zaurus	Fri Mar  9 12:15:14 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.zaurus,v 1.14 2018/03/06 22:21:01 christos Exp $
+#	$NetBSD: files.zaurus,v 1.15 2018/03/09 17:15:14 christos Exp $
 #
 # Sharp Zaurus specific configuration info
 #
@@ -92,7 +92,7 @@ attach ztp at zssp
 file arch/zaurus/dev/ztp.c		ztp
 
 # WM8750 audio
-device zaudio: audiobus, auconv, mulaw, aurateconv, pxaiic
+device zaudio: audiobus, auconv, mulaw, aurateconv, pxaiis
 attach zaudio at iic
 file arch/zaurus/dev/zaudio.c		zaudio
 file arch/zaurus/dev/wm8731_zaudio.c	zaudio & cpu_xscale_pxa250



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

2018-03-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar  6 22:21:01 UTC 2018

Modified Files:
src/sys/arch/zaurus/conf: files.zaurus

Log Message:
fix typo (thanks gcc-6). There is no "pxaiis"


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/zaurus/conf/files.zaurus

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/zaurus/conf/files.zaurus
diff -u src/sys/arch/zaurus/conf/files.zaurus:1.13 src/sys/arch/zaurus/conf/files.zaurus:1.14
--- src/sys/arch/zaurus/conf/files.zaurus:1.13	Tue Aug 11 09:12:25 2015
+++ src/sys/arch/zaurus/conf/files.zaurus	Tue Mar  6 17:21:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.zaurus,v 1.13 2015/08/11 13:12:25 nonaka Exp $
+#	$NetBSD: files.zaurus,v 1.14 2018/03/06 22:21:01 christos Exp $
 #
 # Sharp Zaurus specific configuration info
 #
@@ -92,7 +92,7 @@ attach ztp at zssp
 file arch/zaurus/dev/ztp.c		ztp
 
 # WM8750 audio
-device zaudio: audiobus, auconv, mulaw, aurateconv, pxaiis
+device zaudio: audiobus, auconv, mulaw, aurateconv, pxaiic
 attach zaudio at iic
 file arch/zaurus/dev/zaudio.c		zaudio
 file arch/zaurus/dev/wm8731_zaudio.c	zaudio & cpu_xscale_pxa250



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

2017-12-20 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Dec 20 08:10:13 UTC 2017

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Disable compat stuffs that are accidentally accidentally added to rev 1.33.
Now INSTALL kernel fits within 5MB again.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.33 src/sys/arch/zaurus/conf/INSTALL:1.34
--- src/sys/arch/zaurus/conf/INSTALL:1.33	Thu Sep 14 07:58:44 2017
+++ src/sys/arch/zaurus/conf/INSTALL	Wed Dec 20 08:10:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.33 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: INSTALL,v 1.34 2017/12/20 08:10:13 rin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -35,8 +35,10 @@ no file-system		TMPFS
 
 no options 		WAPBL
 
-include 		"conf/compat_netbsd14.config"
 no options 		COMPAT_NETBSD32
+no options 		COMPAT_13
+no options 		COMPAT_43
+no options 		COMPAT_44
 
 no options 		COMPAT_OSSAUDIO
 



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

2017-04-02 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Apr  3 00:11:45 UTC 2017

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Drop NOPORTALGO option which was introduce in r1.69.No other reference exists 
in src or
history in CVS. The introductory commit was related to sound so assuming it
crept in by mistake.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.72 src/sys/arch/zaurus/conf/GENERIC:1.73
--- src/sys/arch/zaurus/conf/GENERIC:1.72	Sun Feb 26 12:03:15 2017
+++ src/sys/arch/zaurus/conf/GENERIC	Mon Apr  3 00:11:45 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.72 2017/02/26 12:03:15 rin Exp $
+#	$NetBSD: GENERIC,v 1.73 2017/04/03 00:11:45 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -137,7 +137,6 @@ options 	SYSVSHM		# System V-like memory
 #options 	USERCONF	# userconf(4) support
 #options 	PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
-options		NOPORTALGO
 
 #
 # wscons options



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

2017-01-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Jan 30 02:41:12 UTC 2017

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
reduce install kernel size.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.30 src/sys/arch/zaurus/conf/INSTALL:1.31
--- src/sys/arch/zaurus/conf/INSTALL:1.30	Tue Dec 13 20:42:21 2016
+++ src/sys/arch/zaurus/conf/INSTALL	Mon Jan 30 02:41:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.30 2016/12/13 20:42:21 christos Exp $
+# $NetBSD: INSTALL,v 1.31 2017/01/30 02:41:12 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -69,6 +69,8 @@ no options 		DDB
 no options 		DDB_HISTORY_SIZE
 no makeoptions	COPY_SYMTAB
 
+no options 		PXA2X0_DMAC_DMOVER_CONCURRENCY
+
 no zrc0 at pxaip?
 
 no ztp0 at zssp?



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

2016-08-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Aug 12 09:26:35 UTC 2016

Modified Files:
src/sys/arch/zaurus/conf: INSTALL INSTALL_C700

Log Message:
remove some phy(4) from zaurus INSTALL kernel.

avoid kernel size limit...


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/zaurus/conf/INSTALL
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/zaurus/conf/INSTALL_C700

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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.27 src/sys/arch/zaurus/conf/INSTALL:1.28
--- src/sys/arch/zaurus/conf/INSTALL:1.27	Tue Feb 16 05:14:31 2016
+++ src/sys/arch/zaurus/conf/INSTALL	Fri Aug 12 09:26:35 2016
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27 2016/02/16 05:14:31 nonaka Exp $
+# $NetBSD: INSTALL,v 1.28 2016/08/12 09:26:35 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -83,6 +83,16 @@ no ugen*
 
 no uk* at scsibus?
 
+no acphy*
+no amhphy*
+no bmtphy*
+no glxtphy*
+no gphyter*
+no makphy*
+no tlphy*
+no tqphy*
+no urlphy*
+
 no pseudo-device	vnd
 no options 		VND_COMPRESSION
 no pseudo-device	accf_data

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u src/sys/arch/zaurus/conf/INSTALL_C700:1.1 src/sys/arch/zaurus/conf/INSTALL_C700:1.2
--- src/sys/arch/zaurus/conf/INSTALL_C700:1.1	Thu Feb  2 15:57:39 2012
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Fri Aug 12 09:26:35 2016
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_C700,v 1.1 2012/02/02 15:57:39 tsutsui Exp $
+# $NetBSD: INSTALL_C700,v 1.2 2016/08/12 09:26:35 nonaka Exp $
 #
 # INSTALL config file (C700 with memory disk root)
 #
@@ -45,13 +45,3 @@ no cue*
 no kue*
 no udav*
 no url*
-
-no acphy*
-no amhphy*
-no bmtphy*
-no glxtphy*
-no gphyter*
-no makphy*
-no tlphy*
-no tqphy*
-no urlphy*



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

2016-02-15 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Feb 16 05:14:31 UTC 2016

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Reduced INSTALL kernel size.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.26 src/sys/arch/zaurus/conf/INSTALL:1.27
--- src/sys/arch/zaurus/conf/INSTALL:1.26	Sun Jul 19 09:26:50 2015
+++ src/sys/arch/zaurus/conf/INSTALL	Tue Feb 16 05:14:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.26 2015/07/19 09:26:50 martin Exp $
+# $NetBSD: INSTALL,v 1.27 2016/02/16 05:14:31 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -28,12 +28,14 @@ no options 		INSECURE
 
 no file-system		KERNFS
 no file-system		NULLFS
+no file-system		PUFFS
 no file-system		PROCFS
 no file-system		PTYFS
 no file-system		TMPFS
 
 no options 		WAPBL
 
+no options		COMPAT_NETBSD32
 no options		COMPAT_13
 no options		COMPAT_14
 no options		COMPAT_15
@@ -88,3 +90,6 @@ no pseudo-device	accf_http
 no pseudo-device	ksyms
 no pseudo-device	wsfont
 options 	NO_DEV_PTM
+no pseudo-device	clockctl
+no pseudo-device	drvctl
+no pseudo-device	putter



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

2015-08-20 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Fri Aug 21 03:36:32 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: ldscript.zaurus

Log Message:
Simplify this by deciding load address at one place.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/conf/ldscript.zaurus

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/zaurus/conf/ldscript.zaurus
diff -u src/sys/arch/zaurus/conf/ldscript.zaurus:1.7 src/sys/arch/zaurus/conf/ldscript.zaurus:1.8
--- src/sys/arch/zaurus/conf/ldscript.zaurus:1.7	Thu Aug 20 07:00:49 2015
+++ src/sys/arch/zaurus/conf/ldscript.zaurus	Fri Aug 21 03:36:32 2015
@@ -1,28 +1,24 @@
-/*	$NetBSD: ldscript.zaurus,v 1.7 2015/08/20 07:00:49 uebayasi Exp $	*/
+/*	$NetBSD: ldscript.zaurus,v 1.8 2015/08/21 03:36:32 uebayasi Exp $	*/
 
 OUTPUT_ARCH(arm)
 ENTRY(KERNEL_BASE_phys)
 SECTIONS
 {
-  KERNEL_BASE_phys = @KERNEL_BASE_PHYS@;
-  KERNEL_BASE_virt = @KERNEL_BASE_VIRT@;
-
   /* Kernel start: */
-  .start (KERNEL_BASE_phys) :
+  .start :
   {
 *(.start)
-  } =0
+  }
 
   /* Read-only sections, merged into text segment: */
-  .text (KERNEL_BASE_virt + SIZEOF(.start)) :
-  AT (LOADADDR(.start) + SIZEOF(.start))
+  .text :
   {
 *(.text)
 *(.text.*)
 *(.stub)
 *(.glue_7t) *(.glue_7)
 *(.rodata) *(.rodata.*)
-  } =0
+  }
   .ARM.extab   : { *(.ARM.extab* .gnu.linkonce.armextab.*) }
   PROVIDE (__exidx_start = .);
   .ARM.exidx   : { *(.ARM.exidx* .gnu.linkonce.armexidx.*) }
@@ -34,14 +30,12 @@ SECTIONS
  boundary.  */
   . = ALIGN(0x8000);
   .data:
-  AT (LOADADDR(.text) + (ADDR(.data) - ADDR(.text)))
   {
 __data_start = . ;
 *(.data)
 *(.data.*)
   }
   .sdata :
-  AT (LOADADDR(.data) + (ADDR(.sdata) - ADDR(.data)))
   {
 *(.sdata)
 *(.sdata.*)
@@ -87,3 +81,19 @@ SECTIONS
 *(.rela.eh_frame)
   }
 }
+SECTIONS
+{
+  KERNEL_BASE_phys = @KERNEL_BASE_PHYS@;
+  KERNEL_BASE_virt = @KERNEL_BASE_VIRT@;
+
+  .start (KERNEL_BASE_phys) :
+  {
+*(.start)
+  } =0
+
+  .text (KERNEL_BASE_virt + SIZEOF(.start)) :
+  AT (LOADADDR(.start) + SIZEOF(.start))
+  {
+*(.text)
+  } =0
+}



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

2015-08-18 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 19 04:33:00 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: Makefile.zaurus.inc

Log Message:
Use ${KERNLDSCRIPT} so it is added to ${SYSTEM_DEP}.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

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/zaurus/conf/Makefile.zaurus.inc
diff -u src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.6 src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.7
--- src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.6	Sat Nov 15 13:34:30 2014
+++ src/sys/arch/zaurus/conf/Makefile.zaurus.inc	Wed Aug 19 04:33:00 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.zaurus.inc,v 1.6 2014/11/15 13:34:30 uebayasi Exp $
+#	$NetBSD: Makefile.zaurus.inc,v 1.7 2015/08/19 04:33:00 uebayasi Exp $
 
 MACHINE_ARCH?=		arm
 CPPFLAGS+=		-D${MACHINE}
@@ -19,12 +19,11 @@ SYSTEM_LD_TAIL_EXTRA+=; \
 
 KERNEL_BASE_VIRT=	$(LOADADDRESS)
 
-LINKSCRIPT=		-T ldscript
+KERNLDSCRIPT=		ldscript
+LINKSCRIPT=		-T ${KERNLDSCRIPT}
 
 EXTRA_CLEAN+=		netbsd.map assym.d ldscript tmp
 
-netbsd:	ldscript	# XXX
-
 # generate ldscript from common template
 ldscript: ${THISARM}/conf/ldscript.zaurus ${THISARM}/conf/Makefile.zaurus.inc Makefile
 	${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \



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

2015-08-11 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue Aug 11 13:12:25 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: files.zaurus

Log Message:
armfpe is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/zaurus/conf/files.zaurus

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/zaurus/conf/files.zaurus
diff -u src/sys/arch/zaurus/conf/files.zaurus:1.12 src/sys/arch/zaurus/conf/files.zaurus:1.13
--- src/sys/arch/zaurus/conf/files.zaurus:1.12	Tue Sep 23 14:49:46 2014
+++ src/sys/arch/zaurus/conf/files.zaurus	Tue Aug 11 13:12:25 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: files.zaurus,v 1.12 2014/09/23 14:49:46 nonaka Exp $
+#	$NetBSD: files.zaurus,v 1.13 2015/08/11 13:12:25 nonaka Exp $
 #
 # Sharp Zaurus specific configuration info
 #
@@ -39,11 +39,6 @@ file	dev/kloader.ckloader
 file	arch/zaurus/zaurus/kloader_machdep.c	kloader
 file	arch/zaurus/zaurus/kloader_zaurus.S	kloader
 
-# ARM FPE
-file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
-file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
-file	arch/arm32/fpe-arm/armfpe.s		armfpe
-
 # Include Intel XScale PXA2x0 config definitions.
 include "arch/arm/xscale/files.pxa2x0"
 



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

2015-07-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jul 19 09:26:50 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Backout previous, it does not work.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.25 src/sys/arch/zaurus/conf/INSTALL:1.26
--- src/sys/arch/zaurus/conf/INSTALL:1.25	Fri Jul 17 19:32:24 2015
+++ src/sys/arch/zaurus/conf/INSTALL	Sun Jul 19 09:26:50 2015
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.25 2015/07/17 19:32:24 martin Exp $
+# $NetBSD: INSTALL,v 1.26 2015/07/19 09:26:50 martin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@ include 	"arch/zaurus/conf/GENERIC"
 options 	MEMORY_DISK_HOOKS	# enable root ramdisk
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=4710	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4516	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # for reduce kernel size.



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

2015-07-17 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jul 17 19:32:24 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Provide a bit more space for the ram disk image


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.24 src/sys/arch/zaurus/conf/INSTALL:1.25
--- src/sys/arch/zaurus/conf/INSTALL:1.24	Sun Aug 17 21:17:44 2014
+++ src/sys/arch/zaurus/conf/INSTALL	Fri Jul 17 19:32:24 2015
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.24 2014/08/17 21:17:44 joerg Exp $
+# $NetBSD: INSTALL,v 1.25 2015/07/17 19:32:24 martin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@ include 	"arch/zaurus/conf/GENERIC"
 options 	MEMORY_DISK_HOOKS	# enable root ramdisk
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=4516	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4710	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # for reduce kernel size.



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

2015-02-05 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Feb  5 14:32:31 UTC 2015

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Added drvctl, putter and PUFFS.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.65 src/sys/arch/zaurus/conf/GENERIC:1.66
--- src/sys/arch/zaurus/conf/GENERIC:1.65	Sun Nov 16 16:01:43 2014
+++ src/sys/arch/zaurus/conf/GENERIC	Thu Feb  5 14:32:31 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.65 2014/11/16 16:01:43 manu Exp $
+#	$NetBSD: GENERIC,v 1.66 2015/02/05 14:32:31 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -60,6 +60,7 @@ file-system	MSDOSFS		# MS-DOS file syste
 file-system	KERNFS		# /kern
 file-system	NULLFS		# loopback file system
 #file-system	OVERLAY		# overlay file system
+file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system	PROCFS		# /proc
 #file-system	UMAPFS		# NULLFS + uid and gid remapping
 #file-system	UNION		# union file system
@@ -392,7 +393,9 @@ pseudo-device	accf_http		# "httpready" a
 pseudo-device	pty			# pseudo-terminals
 #pseudo-device	sequencer		# MIDI sequencer
 pseudo-device	clockctl		# user control of clock subsystem
+pseudo-device	drvctl			# user control of drive subsystem
 pseudo-device	ksyms			# /dev/ksyms
+pseudo-device	putter			# for puffs and pud
 
 # a pseudo device needed for Coda	# also needs CODA (above)
 #pseudo-device	vcoda			# coda minicache <-> venus comm.



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

2014-11-15 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Nov 15 13:34:30 UTC 2014

Modified Files:
src/sys/arch/zaurus/conf: Makefile.zaurus.inc

Log Message:
Use LINKSCRIPT.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

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/zaurus/conf/Makefile.zaurus.inc
diff -u src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.5 src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.6
--- src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.5	Sun Mar  2 16:18:41 2014
+++ src/sys/arch/zaurus/conf/Makefile.zaurus.inc	Sat Nov 15 13:34:30 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.zaurus.inc,v 1.5 2014/03/02 16:18:41 joerg Exp $
+#	$NetBSD: Makefile.zaurus.inc,v 1.6 2014/11/15 13:34:30 uebayasi Exp $
 
 MACHINE_ARCH?=		arm
 CPPFLAGS+=		-D${MACHINE}
@@ -19,7 +19,7 @@ SYSTEM_LD_TAIL_EXTRA+=; \
 
 KERNEL_BASE_VIRT=	$(LOADADDRESS)
 
-LINKFLAGS=		-T ldscript
+LINKSCRIPT=		-T ldscript
 
 EXTRA_CLEAN+=		netbsd.map assym.d ldscript tmp
 



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

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 20:59:19 UTC 2014

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Adapt to increased ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.21 src/sys/arch/zaurus/conf/INSTALL:1.22
--- src/sys/arch/zaurus/conf/INSTALL:1.21	Sat Mar  1 12:40:50 2014
+++ src/sys/arch/zaurus/conf/INSTALL	Mon Aug  4 20:59:19 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.21 2014/03/01 12:40:50 joerg Exp $
+# $NetBSD: INSTALL,v 1.22 2014/08/04 20:59:19 martin Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@ include 	"arch/zaurus/conf/GENERIC"
 options 	MEMORY_DISK_HOOKS	# enable root ramdisk
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=4424	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=4516	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # for reduce kernel size.



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

2014-03-02 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Mar  2 16:18:41 UTC 2014

Modified Files:
src/sys/arch/zaurus/conf: Makefile.zaurus.inc

Log Message:
Don't overwrite MACHINE_ARCH if it is already set.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/zaurus/conf/Makefile.zaurus.inc

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/zaurus/conf/Makefile.zaurus.inc
diff -u src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.4 src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.5
--- src/sys/arch/zaurus/conf/Makefile.zaurus.inc:1.4	Fri Jan 20 15:00:27 2012
+++ src/sys/arch/zaurus/conf/Makefile.zaurus.inc	Sun Mar  2 16:18:41 2014
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile.zaurus.inc,v 1.4 2012/01/20 15:00:27 nonaka Exp $
+#	$NetBSD: Makefile.zaurus.inc,v 1.5 2014/03/02 16:18:41 joerg Exp $
 
-MACHINE_ARCH=		arm
+MACHINE_ARCH?=		arm
 CPPFLAGS+=		-D${MACHINE}
 
 SYSTEM_FIRST_OBJ=	zaurus_start.o



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

2014-03-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar  1 12:40:50 UTC 2014

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.20 src/sys/arch/zaurus/conf/INSTALL:1.21
--- src/sys/arch/zaurus/conf/INSTALL:1.20	Fri Sep 13 15:00:47 2013
+++ src/sys/arch/zaurus/conf/INSTALL	Sat Mar  1 12:40:50 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.20 2013/09/13 15:00:47 christos Exp $
+# $NetBSD: INSTALL,v 1.21 2014/03/01 12:40:50 joerg Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -13,7 +13,7 @@ options 	MEMORY_DISK_ROOT_SIZE=4424	# si
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 # for reduce kernel size.
-# kernei size must be less than 5MB.
+# kernel size must be less than 5MB.
 # - see src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c:bsdimage[]
 
 makeoptions		COPTS="-Os"



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

2013-10-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct  3 23:48:34 UTC 2013

Modified Files:
src/sys/arch/zaurus/conf: ldscript.zaurus

Log Message:
delete eh_frame gunk, which hopefully will make the kernel small enough to boot.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/zaurus/conf/ldscript.zaurus

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/zaurus/conf/ldscript.zaurus
diff -u src/sys/arch/zaurus/conf/ldscript.zaurus:1.3 src/sys/arch/zaurus/conf/ldscript.zaurus:1.4
--- src/sys/arch/zaurus/conf/ldscript.zaurus:1.3	Fri Jan 20 10:00:27 2012
+++ src/sys/arch/zaurus/conf/ldscript.zaurus	Thu Oct  3 19:48:34 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ldscript.zaurus,v 1.3 2012/01/20 15:00:27 nonaka Exp $	*/
+/*	$NetBSD: ldscript.zaurus,v 1.4 2013/10/03 23:48:34 christos Exp $	*/
 
 OUTPUT_ARCH(arm)
 ENTRY(KERNEL_BASE_phys)
@@ -76,4 +76,10 @@ SECTIONS
   {
 KEEP(*(.note.netbsd.ident));
   }
+  /DISCARD/ : {
+*(.eh_frame_hdr)
+*(.eh_frame)
+*(.rel.eh_frame)
+*(.rela.eh_frame)
+  }
 }



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

2013-09-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Sep 13 15:00:47 UTC 2013

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
disable more stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.19 src/sys/arch/zaurus/conf/INSTALL:1.20
--- src/sys/arch/zaurus/conf/INSTALL:1.19	Fri Jun 28 15:24:28 2013
+++ src/sys/arch/zaurus/conf/INSTALL	Fri Sep 13 11:00:47 2013
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.19 2013/06/28 19:24:28 he Exp $
+# $NetBSD: INSTALL,v 1.20 2013/09/13 15:00:47 christos Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -32,6 +32,8 @@ no file-system		PROCFS
 no file-system		PTYFS
 no file-system		TMPFS
 
+no options 		WAPBL
+
 no options		COMPAT_13
 no options		COMPAT_14
 no options		COMPAT_15
@@ -45,6 +47,8 @@ no options		COMPAT_43
 
 no options 		COMPAT_OSSAUDIO
 
+no options		DKWEDGE_AUTODISCOVER
+
 no options 		SYSVMSG
 no options 		SYSVSEM
 no options 		SYSVSHM



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

2012-04-07 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Apr  7 09:09:43 UTC 2012

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
bump up SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.52 src/sys/arch/zaurus/conf/GENERIC:1.53
--- src/sys/arch/zaurus/conf/GENERIC:1.52	Sat Mar 10 21:51:57 2012
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Apr  7 09:09:43 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.52 2012/03/10 21:51:57 joerg Exp $
+#	$NetBSD: GENERIC,v 1.53 2012/04/07 09:09:43 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -164,7 +164,7 @@ options 	DDB			# in-kernel debugger
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	KGDB
 #makeoptions 	DEBUG="-g"		# compile full symbol table
-options 	SYMTAB_SPACE=512000
+options 	SYMTAB_SPACE=64
 
 
 # Kernel root file system and dump configuration.



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

2012-02-02 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Feb  2 15:57:39 UTC 2012

Added Files:
src/sys/arch/zaurus/conf: INSTALL_C700

Log Message:
Add INSTALL kernel config for SL-C700.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/zaurus/conf/INSTALL_C700

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

Added files:

Index: src/sys/arch/zaurus/conf/INSTALL_C700
diff -u /dev/null src/sys/arch/zaurus/conf/INSTALL_C700:1.1
--- /dev/null	Thu Feb  2 15:57:39 2012
+++ src/sys/arch/zaurus/conf/INSTALL_C700	Thu Feb  2 15:57:39 2012
@@ -0,0 +1,57 @@
+# $NetBSD: INSTALL_C700,v 1.1 2012/02/02 15:57:39 tsutsui Exp $
+#
+# INSTALL config file (C700 with memory disk root)
+#
+# Note: C700 seems to have more size restriction.
+#
+
+include 	"arch/zaurus/conf/INSTALL"
+
+no options 	CPU_XSCALE_PXA270
+
+no makeoptions	KERNEL_BASE_PHYS
+makeoptions	KERNEL_BASE_PHYS="0xa040"
+no makeoptions	LOADADDRESS
+makeoptions	LOADADDRESS="0xc040"
+
+no scoop1 at pxaip?
+no ioexp0 at iic?
+
+no lcd0 at pxaip?
+no wsdisplay* at lcd?
+
+no zusb*
+no ohci0
+no usb*
+no uhub* 
+
+no uhidev*
+no ukbd*
+no wskbd* at ukbd?
+no uhid*
+
+no umass*
+no wd* at umass?
+
+no scsibus*
+no atapibus*
+no sd*
+no cd*
+
+no aue*
+no axe*
+no cdce*
+no cue*
+no kue*
+no udav*
+no url*
+
+no acphy*
+no amhphy*
+no bmtphy*
+no glxtphy*
+no gphyter*
+no makphy*
+no tlphy*
+no tqphy*
+no urlphy*



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

2012-02-02 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Feb  2 15:55:55 UTC 2012

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Try to shrink INSTALL kernel a bit.
Loading INSTALL kernel on SL-C1000 running Zaurus Linux still sometimes
fails (due to its size), but at least it works on maintenance kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.12 src/sys/arch/zaurus/conf/INSTALL:1.13
--- src/sys/arch/zaurus/conf/INSTALL:1.12	Wed Jan 25 16:51:17 2012
+++ src/sys/arch/zaurus/conf/INSTALL	Thu Feb  2 15:55:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.12 2012/01/25 16:51:17 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.13 2012/02/02 15:55:55 tsutsui Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -18,6 +18,10 @@ options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	#
 
 makeoptions		COPTS="-Os"
 
+no options		EXEC_AOUT
+no options		RFC2292
+no options		PTRACE
+
 no options 		KLOADER
 
 no options 		INSECURE
@@ -28,6 +32,16 @@ no file-system		PROCFS
 no file-system		PTYFS
 no file-system		TMPFS
 
+no options		COMPAT_13
+no options		COMPAT_14
+no options		COMPAT_15
+no options		COMPAT_16
+no options		COMPAT_20
+no options		COMPAT_30
+no options		COMPAT_40
+no options		COMPAT_50
+no options		COMPAT_43
+
 no options 		COMPAT_OSSAUDIO
 
 no options 		SYSVMSG
@@ -57,6 +71,7 @@ no audio* at zaudio?
 
 no ums* at uhidev?
 no wsmouse* at ums?
+no ugen*
 
 no uk* at scsibus?
 
@@ -66,3 +81,4 @@ no pseudo-device	accf_data
 no pseudo-device	accf_http
 no pseudo-device	ksyms
 no pseudo-device	wsfont
+options 	NO_DEV_PTM



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

2012-01-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jan 25 17:18:47 UTC 2012

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
- TAB/space cleanup
- add a comment


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.49 src/sys/arch/zaurus/conf/GENERIC:1.50
--- src/sys/arch/zaurus/conf/GENERIC:1.49	Wed Jan 25 16:51:17 2012
+++ src/sys/arch/zaurus/conf/GENERIC	Wed Jan 25 17:18:47 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.49 2012/01/25 16:51:17 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.50 2012/01/25 17:18:47 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -27,8 +27,8 @@ maxusers	32			# estimated number of user
 # CPU options
 
 # For XScale systems
-#options 	CPU_XSCALE_PXA250# Support the XScale PXA25x core
-options 	CPU_XSCALE_PXA270# Support the XScale PXA27x core
+#options 	CPU_XSCALE_PXA250	# Support the XScale PXA25x core
+options 	CPU_XSCALE_PXA270	# Support the XScale PXA27x core
 makeoptions	CPUFLAGS="-mcpu=xscale"
 
 # Architecture options
@@ -123,14 +123,14 @@ options 	P1003_1B_SEMAPHORE	# p1003.1b s
 # Device options
 
 # Miscellaneous kernel options
-#options 	KTRACE  # system call tracing via ktrace(1)
-#options 	KMEMSTATS   # kernel memory statistics
-#options 	SCSIVERBOSE # Verbose SCSI errors
-#options 	MIIVERBOSE  # Verbose MII autoconfuration messages
-#options 	USBVERBOSE  # verbose USB device autoconfig messages
-#options 	USERCONF# userconf(4) support
+#options 	KTRACE		# system call tracing via ktrace(1)
+#options 	KMEMSTATS	# kernel memory statistics
+#options 	SCSIVERBOSE	# Verbose SCSI errors
+#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
+#options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	USERCONF	# userconf(4) support
 #options 	PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-#options 	SYSCTL_INCLUDE_DESCR# Include sysctl descriptions in kernel
+#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
 #
 # wscons options
@@ -158,13 +158,13 @@ options 	WSDISPLAY_COMPAT_RAWKBD		# can 
 
 # Development and Debugging options
 
-options 	DIAGNOSTIC  # internal consistency checks
+options 	DIAGNOSTIC		# internal consistency checks
 #options 	DEBUG
-#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
-options 	DDB # in-kernel debugger
-options 	DDB_HISTORY_SIZE=100# Enable history editing in DDB
+#options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
+options 	DDB			# in-kernel debugger
+options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #options 	KGDB
-#makeoptions 	DEBUG="-g"  # compile full symbol table
+#makeoptions 	DEBUG="-g"		# compile full symbol table
 options 	SYMTAB_SPACE=512000
 
 
@@ -187,8 +187,8 @@ pxartc0 at pxaip? addr 0x4090 size 0
 
 # DMAC support
 pxadmac0 at pxaip? addr 0x4000 intr 25
-options		PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
-#options	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
+options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
+#options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
 
 # I2C support
 ziic0 at pxaip?
@@ -221,7 +221,7 @@ zrc0 at pxaip?
 wskbd* at zrc? mux 1
 
 # LCD
-lcd0 at pxaip?
+lcd0 at pxaip?# PXA2x0 integrated LCD Controller
 options 	PXA2X0_LCD_WRITETHROUGH
 wsdisplay* at lcd? console ?
 lcdctl0 at zssp0
@@ -314,44 +314,44 @@ cd*	at atapibus? drive ?		# ATAPI CD-ROM
 #uaudio* at uhub? port ? configuration ?
 
 # USB Ethernet adapters
-aue*at uhub? port ? # ADMtek AN986 Pegasus based adapters
-axe*at uhub? port ? # ASIX AX88172 based adapters
-cdce*   at uhub? port ? # CDC, Ethernet Networking Control Model
-cue*at uhub? port ? # CATC USB-EL1201A based adapters
-kue*at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
-udav*   at uhub? port ? # Davicom DM9601 based adapters
-url*at uhub? port ? # Realtek RTL8150L based adapters
+aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
+axe*	at uhub? port ?		# ASIX AX88172 based adapters
+cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
+cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
+kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
+udav*	at uhub? port ?		# Davicom DM9601 based adapters
+url*	at uhub? port ?		# Realtek RTL8150L based adapters
 
 # Kyocera AIR-EDGE PHONE
 #ukyopon* at uhub? port ?
 #ucom* at ukyopon? portno ?
 
 # USB Generic driver
-ugen*   at uhub? port ?
+ugen*	at uhub? port ?
 
 # MII/PHY support
-acphy*  at mii? phy ?   # DAltima AC101 and AMD Am79c874 PHYs
-amhphy* at mii? phy ?   # AMD 79c901 Eth

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

2011-11-19 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Nov 19 17:17:42 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
disable kloader(4).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.10 src/sys/arch/zaurus/conf/INSTALL:1.11
--- src/sys/arch/zaurus/conf/INSTALL:1.10	Sun Jun 19 16:20:09 2011
+++ src/sys/arch/zaurus/conf/INSTALL	Sat Nov 19 17:17:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.10 2011/06/19 16:20:09 nonaka Exp $
+# $NetBSD: INSTALL,v 1.11 2011/11/19 17:17:41 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -18,6 +18,8 @@ options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	#
 
 makeoptions		COPTS="-Os"
 
+no options 		KLOADER
+
 no options 		INSECURE
 
 no file-system		KERNFS



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

2011-11-19 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Nov 19 17:15:58 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
enable kloader(4).


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.45 src/sys/arch/zaurus/conf/GENERIC:1.46
--- src/sys/arch/zaurus/conf/GENERIC:1.45	Fri Jul 15 13:47:12 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Nov 19 17:15:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.45 2011/07/15 13:47:12 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.46 2011/11/19 17:15:58 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -36,7 +36,7 @@ options 	XSCALE_CACHE_READ_WRITE_ALLOCAT
 options 	PXAGPIO_HAS_GPION_INTRS
 
 # in-kernel bootloader, see kloader(4)
-#options 	KLOADER
+options 	KLOADER
 #options 	KLOADER_KERNEL_PATH="\"/netbsd\""
 #options 	KLOADER_DEBUG
 



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

2011-07-15 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Jul 15 13:47:12 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
cinclude GENERIC.local


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.44 src/sys/arch/zaurus/conf/GENERIC:1.45
--- src/sys/arch/zaurus/conf/GENERIC:1.44	Thu Jun 30 20:09:38 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri Jul 15 13:47:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.44 2011/06/30 20:09:38 wiz Exp $
+#	$NetBSD: GENERIC,v 1.45 2011/07/15 13:47:12 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -362,6 +362,9 @@
 
 ld* at sdmmc?# MMC/SD/SDHC card
 
+# Pull in optional local configuration
+cinclude "arch/zaurus/conf/GENERIC.local"
+
 
 # Pseudo-Devices
 



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

2011-05-20 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri May 20 21:56:46 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Uncommented out "file-system CD9660".


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.41 src/sys/arch/zaurus/conf/GENERIC:1.42
--- src/sys/arch/zaurus/conf/GENERIC:1.41	Fri May 20 09:25:15 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 21:56:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.41 2011/05/20 09:25:15 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.42 2011/05/20 21:56:46 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -54,7 +54,7 @@
 file-system	MFS		# memory file system
 file-system	NFS		# Network File System client
 #file-system	NTFS		# Windows/NT file system (experimental)
-#file-system	CD9660		# ISO 9660 + Rock Ridge file system
+file-system	CD9660		# ISO 9660 + Rock Ridge file system
 file-system	MSDOSFS		# MS-DOS file system
 #file-system	FDESC		# /dev/fd
 file-system	KERNFS		# /kern



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

2011-05-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 09:25:15 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Add (commented out) options MODULAR.  Just works fine as other arm ports.

This will be mandatory because zbsdmod.o loader has size (5MB) restriction.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.40 src/sys/arch/zaurus/conf/GENERIC:1.41
--- src/sys/arch/zaurus/conf/GENERIC:1.40	Fri May 20 09:06:02 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 09:25:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.40 2011/05/20 09:06:02 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.41 2011/05/20 09:25:15 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -117,6 +117,9 @@
 options 	SYSVSHM		# System V-like memory sharing
 options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
+# Loadable kernel module support
+#options 	MODULAR		# new style module(7) framework
+
 # Device options
 
 # Miscellaneous kernel options



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

2011-05-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 09:06:02 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Remove unnecessary count arguments from some pseudo-devices.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.39 src/sys/arch/zaurus/conf/GENERIC:1.40
--- src/sys/arch/zaurus/conf/GENERIC:1.39	Fri May 20 09:01:39 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 09:06:02 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.39 2011/05/20 09:01:39 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.40 2011/05/20 09:06:02 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -356,7 +356,7 @@
 
 # disk/mass storage pseudo-devices
 pseudo-device	md			# memory disk device (ramdisk)
-pseudo-device	vnd		4	# disk-like interface to files
+pseudo-device	vnd			# disk-like interface to files
 options 	VND_COMPRESSION		# compressed vnd(4)
 
 # network pseudo-devices
@@ -382,7 +382,7 @@
 #pseudo-device	nsmb			# experimental - SMB requester
 
 # a pseudo device needed for verified exec
-#pseudo-device  veriexec1
+#pseudo-device  veriexec
 
 # wscons pseudo-devices
 pseudo-device	wsmux			# mouse & keyboard multiplexor



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

2011-05-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 09:01:39 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Move pseudo-device bpfilter to proper place.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.38 src/sys/arch/zaurus/conf/GENERIC:1.39
--- src/sys/arch/zaurus/conf/GENERIC:1.38	Fri May 20 07:49:31 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 09:01:39 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.38 2011/05/20 07:49:31 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.39 2011/05/20 09:01:39 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -360,6 +360,7 @@
 options 	VND_COMPRESSION		# compressed vnd(4)
 
 # network pseudo-devices
+pseudo-device   bpfilter# Berkeley packet filter
 pseudo-device	loop			# network loopback
 
 #
@@ -386,4 +387,3 @@
 # wscons pseudo-devices
 pseudo-device	wsmux			# mouse & keyboard multiplexor
 pseudo-device	wsfont
-pseudo-device   bpfilter# Berkeley packet filter



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

2011-05-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 07:49:31 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Enable cd* at atapibus? for some USB CD/DVD drives.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.37 src/sys/arch/zaurus/conf/GENERIC:1.38
--- src/sys/arch/zaurus/conf/GENERIC:1.37	Fri May 20 06:26:58 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 07:49:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.37 2011/05/20 06:26:58 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.38 2011/05/20 07:49:31 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -289,6 +289,15 @@
 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
 uk*	at scsibus? target ? lun ?	# SCSI unknown
 
+# ATAPI bus support
+atapibus* at atapi?
+
+# ATAPI devices
+cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
+#sd*	at atapibus? drive ?		# ATAPI disk drives
+#st*	at atapibus? drive ?		# ATAPI tape drives
+#uk*	at atapibus? drive ?		# ATAPI unknown
+
 # USB audio
 #uaudio* at uhub? port ? configuration ?
 



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

2011-05-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 07:47:53 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
Shrink INSTALL kerenl more:
 - disable KERNFS (install ramdisk uses /sbin/dmesg directly)
 - disable mice, audio, uk(4), and wsfont(4)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.7 src/sys/arch/zaurus/conf/INSTALL:1.8
--- src/sys/arch/zaurus/conf/INSTALL:1.7	Thu May  5 09:07:59 2011
+++ src/sys/arch/zaurus/conf/INSTALL	Fri May 20 07:47:53 2011
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2011/05/05 09:07:59 nonaka Exp $
+# $NetBSD: INSTALL,v 1.8 2011/05/20 07:47:53 tsutsui Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -20,6 +20,7 @@
 
 no options 		INSECURE
 
+no file-system		KERNFS
 no file-system		NULLFS
 no file-system		PROCFS
 no file-system		PTYFS
@@ -43,8 +44,20 @@
 no options 		DDB_HISTORY_SIZE
 no options 		SYMTAB_SPACE
 
+no ztp0 at pxaip?
+no wsmouse* at ztp?
+
+no zaudio0 at pxaip?
+no audio* at zaudio?
+
+no ums* at uhidev?
+no wsmouse* at ums?
+
+no uk* at scsibus?
+
 no pseudo-device	vnd
 no options 		VND_COMPRESSION
 no pseudo-device	accf_data
 no pseudo-device	accf_http
 no pseudo-device	ksyms
+no pseudo-device	wsfont



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

2011-05-19 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 20 06:26:58 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.36 src/sys/arch/zaurus/conf/GENERIC:1.37
--- src/sys/arch/zaurus/conf/GENERIC:1.36	Sat May 14 15:02:29 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 06:26:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.36 2011/05/14 15:02:29 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.37 2011/05/20 06:26:58 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -85,10 +85,10 @@
 options 	INET6		# IPv6
 
 # Compatibility options
-options 	COMPAT_09	# NetBSD 0.9,
-options 	COMPAT_10	# NetBSD 1.0,
-options 	COMPAT_11	# NetBSD 1.1,
-options 	COMPAT_12	# NetBSD 1.2,
+#options 	COMPAT_09	# NetBSD 0.9,
+#options 	COMPAT_10	# NetBSD 1.0,
+#options 	COMPAT_11	# NetBSD 1.1,
+#options 	COMPAT_12	# NetBSD 1.2,
 options 	COMPAT_13	# NetBSD 1.3,
 options 	COMPAT_14	# NetBSD 1.4,
 options 	COMPAT_15	# NetBSD 1.5,



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

2011-05-14 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat May 14 15:02:29 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Use PXA250 compat. rtc.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.35 src/sys/arch/zaurus/conf/GENERIC:1.36
--- src/sys/arch/zaurus/conf/GENERIC:1.35	Thu May  5 09:07:59 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Sat May 14 15:02:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.35 2011/05/05 09:07:59 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.36 2011/05/14 15:02:29 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -178,9 +178,9 @@
 # integrated peripherals
 pxaip0 at mainbus?
 
-pxaintc0 at pxaip?			# interrupt controller
-pxagpio0 at pxaip?			# GPIO
-pxartc0 at pxaip? addr 0x4090	# RTC
+pxaintc0 at pxaip?# interrupt controller
+pxagpio0 at pxaip?# GPIO
+pxartc0 at pxaip? addr 0x4090 size 0x10	# RTC
 
 # DMAC support
 pxadmac0 at pxaip? addr 0x4000 intr 25



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

2011-02-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Feb 13 14:28:29 UTC 2011

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
Add options PXA2X0_LCD_WRITETHROUGH that improves console speed.
Tested on SL-C1000.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.32 src/sys/arch/zaurus/conf/GENERIC:1.33
--- src/sys/arch/zaurus/conf/GENERIC:1.32	Sun Feb 13 05:36:34 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Sun Feb 13 14:28:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.32 2011/02/13 05:36:34 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.33 2011/02/13 14:28:29 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -204,6 +204,7 @@
 
 # LCD
 lcd0 at pxaip?
+options 	PXA2X0_LCD_WRITETHROUGH
 wsdisplay* at lcd? console ?
 
 # Audio



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

2009-12-21 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Mon Dec 21 11:20:07 UTC 2009

Modified Files:
src/sys/arch/zaurus/conf: INSTALL

Log Message:
comment out KLOADER.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/conf/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/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.5 src/sys/arch/zaurus/conf/INSTALL:1.6
--- src/sys/arch/zaurus/conf/INSTALL:1.5	Wed Mar 11 09:02:04 2009
+++ src/sys/arch/zaurus/conf/INSTALL	Mon Dec 21 11:20:07 2009
@@ -1,11 +1,11 @@
-# $NetBSD: INSTALL,v 1.5 2009/03/11 09:02:04 nonaka Exp $
+# $NetBSD: INSTALL,v 1.6 2009/12/21 11:20:07 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
 
 include 	"arch/zaurus/conf/GENERIC"
 
-no options 	KLOADER
+#no options 	KLOADER
 
 # Enable the hooks used for initializing the root memory-disk.
 options 	MEMORY_DISK_HOOKS



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

2009-12-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sun Dec 13 04:36:03 UTC 2009

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
comment out KLOADER.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.28 src/sys/arch/zaurus/conf/GENERIC:1.29
--- src/sys/arch/zaurus/conf/GENERIC:1.28	Sat Dec  5 20:11:17 2009
+++ src/sys/arch/zaurus/conf/GENERIC	Sun Dec 13 04:36:02 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.28 2009/12/05 20:11:17 pooka Exp $
+#	$NetBSD: GENERIC,v 1.29 2009/12/13 04:36:02 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -36,7 +36,7 @@
 options 	PXAGPIO_HAS_GPION_INTRS
 
 # in-kernel bootloader, see kloader(4)
-options 	KLOADER
+#options 	KLOADER
 #options 	KLOADER_KERNEL_PATH="\"/netbsd\""
 #options 	KLOADER_DEBUG
 



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

2009-12-05 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Dec  5 14:55:13 UTC 2009

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
enable WSDISPLAY_COMPAT_RAWKBD option.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.26 src/sys/arch/zaurus/conf/GENERIC:1.27
--- src/sys/arch/zaurus/conf/GENERIC:1.26	Sat Nov 28 08:16:00 2009
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Dec  5 14:55:13 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.26 2009/11/28 08:16:00 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.27 2009/12/05 14:55:13 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -144,7 +144,7 @@
 # compatibility to other console drivers
 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
 options 	WSDISPLAY_COMPAT_USL		# VT handling
-#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
+options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 
 # Development and Debugging options
 



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

2009-11-28 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Nov 28 08:16:00 UTC 2009

Modified Files:
src/sys/arch/zaurus/conf: GENERIC

Log Message:
pxartc(4) must set the device address.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/zaurus/conf/GENERIC

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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.25 src/sys/arch/zaurus/conf/GENERIC:1.26
--- src/sys/arch/zaurus/conf/GENERIC:1.25	Sun Aug  9 06:12:34 2009
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Nov 28 08:16:00 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.25 2009/08/09 06:12:34 kiyohara Exp $
+#	$NetBSD: GENERIC,v 1.26 2009/11/28 08:16:00 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -171,9 +171,9 @@
 # integrated peripherals
 pxaip0 at mainbus?
 
-pxaintc0 at pxaip?	# interrupt controller
-pxagpio0 at pxaip?	# GPIO
-pxartc0 at pxaip?	# RTC
+pxaintc0 at pxaip?			# interrupt controller
+pxagpio0 at pxaip?			# GPIO
+pxartc0 at pxaip? addr 0x4090	# RTC
 
 # DMAC support
 pxadmac0 at pxaip? addr 0x4000 intr 25