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

2019-04-13 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 14 04:16:32 UTC 2019

Modified Files:
src/sys/arch/hpcarm/conf: NETBOOKPRO

Log Message:
Fix build error.  size locater is gone.
Thanks mrg@.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcarm/conf/NETBOOKPRO

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/hpcarm/conf/NETBOOKPRO
diff -u src/sys/arch/hpcarm/conf/NETBOOKPRO:1.27 src/sys/arch/hpcarm/conf/NETBOOKPRO:1.28
--- src/sys/arch/hpcarm/conf/NETBOOKPRO:1.27	Sat Apr 13 08:22:59 2019
+++ src/sys/arch/hpcarm/conf/NETBOOKPRO	Sun Apr 14 04:16:32 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: NETBOOKPRO,v 1.27 2019/04/13 08:22:59 isaki Exp $
+#	$NetBSD: NETBOOKPRO,v 1.28 2019/04/14 04:16:32 isaki Exp $
 #
 #	NETBOOKPRO -- Psion Teklogix NETBOOK PRO
 #
@@ -8,7 +8,7 @@ include	"arch/hpcarm/conf/files.netbookp
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.27 $"
+#ident 		"GENERIC-$Revision: 1.28 $"
 
 # estimated number of users
 maxusers	32
@@ -177,7 +177,7 @@ iic*	at nbpiic?
 
 nbppcon* at iic? addr 0x13			# PCon
 r2025rtc* at iic? addr 0x32			# R2025S RTC
-seeprom* at iic? addr 0x53 size 128
+seeprom* at iic? addr 0x53
 
 nbppm* at nbppcon? tag 0x05
 hpcapm* at nbppm?



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

2018-05-14 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon May 14 21:58:15 UTC 2018

Modified Files:
src/sys/arch/hpcarm/conf: NETBOOKPRO

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.22 -r1.23 src/sys/arch/hpcarm/conf/NETBOOKPRO

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/hpcarm/conf/NETBOOKPRO
diff -u src/sys/arch/hpcarm/conf/NETBOOKPRO:1.22 src/sys/arch/hpcarm/conf/NETBOOKPRO:1.23
--- src/sys/arch/hpcarm/conf/NETBOOKPRO:1.22	Thu Sep 14 07:58:41 2017
+++ src/sys/arch/hpcarm/conf/NETBOOKPRO	Mon May 14 21:58:14 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: NETBOOKPRO,v 1.22 2017/09/14 07:58:41 mrg Exp $
+#	$NetBSD: NETBOOKPRO,v 1.23 2018/05/14 21:58:14 thorpej Exp $
 #
 #	NETBOOKPRO -- Psion Teklogix NETBOOK PRO
 #
@@ -8,7 +8,7 @@ include	"arch/hpcarm/conf/files.netbookp
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.22 $"
+#ident 		"GENERIC-$Revision: 1.23 $"
 
 # estimated number of users
 maxusers	32
@@ -175,9 +175,9 @@ spkr*	at audio?		# PC speaker (synthesiz
 nbpiic0	at pxaip? addr 0x4030 intr 18
 iic*	at nbpiic?
 
-nbppcon* at iic? addr 0x13			# PCon
-r2025rtc* at iic? addr 0x32			# R2025S RTC
-seeprom* at iic? addr 0x53 size 128
+nbppcon* at iic0 addr 0x13			# PCon
+r2025rtc* at iic0 addr 0x32			# R2025S RTC
+seeprom* at iic0 addr 0x53 size 128
 
 nbppm* at nbppcon? tag 0x05
 hpcapm* at nbppm?



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

2017-03-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Thu Mar 30 17:40:09 UTC 2017

Modified Files:
src/sys/arch/hpcarm/conf: JORNADA720

Log Message:
Set the relevant options to build a kernel with the necessary components to
support DTrace on the Jornada 710/720 devices.
- Modular
- Built with DTrace hooks and full symbol table


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/hpcarm/conf/JORNADA720

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/hpcarm/conf/JORNADA720
diff -u src/sys/arch/hpcarm/conf/JORNADA720:1.98 src/sys/arch/hpcarm/conf/JORNADA720:1.99
--- src/sys/arch/hpcarm/conf/JORNADA720:1.98	Wed Mar 22 22:37:41 2017
+++ src/sys/arch/hpcarm/conf/JORNADA720	Thu Mar 30 17:40:09 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: JORNADA720,v 1.98 2017/03/22 22:37:41 sevan Exp $
+#	$NetBSD: JORNADA720,v 1.99 2017/03/30 17:40:09 sevan Exp $
 #
 #	JORNADA -- Windows-CE based jornada 720
 #
@@ -7,7 +7,7 @@ include	"arch/hpcarm/conf/std.sa11x0"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.98 $"
+#ident 		"GENERIC-$Revision: 1.99 $"
 
 # estimated number of users
 maxusers	32
@@ -115,9 +115,11 @@ options 	NFS_BOOT_DHCP
 #options 	DIAGNOSTIC	# internal consistency checks
 #options 	DEBUG		# expensive debugging checks/support
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
+options 	KDTRACE_HOOKS	# kernel DTrace hooks
+options 	MODULAR		# DTrace is a module (load via modules.conf)
 options 	DDB		# in-kernel debugger
 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
-#makeoptions	DEBUG="-g"	# compile full symbol table
+makeoptions	DEBUG="-g"	# compile full symbol table
 
 config		netbsd	root on ? type ?
 #options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0



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

2017-03-22 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Wed Mar 22 22:37:41 UTC 2017

Modified Files:
src/sys/arch/hpcarm/conf: JORNADA720

Log Message:
The the MII/PHY section. It's not technically possible for this hardware to run 
on this system.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/hpcarm/conf/JORNADA720

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/hpcarm/conf/JORNADA720
diff -u src/sys/arch/hpcarm/conf/JORNADA720:1.97 src/sys/arch/hpcarm/conf/JORNADA720:1.98
--- src/sys/arch/hpcarm/conf/JORNADA720:1.97	Wed Aug 12 07:53:57 2015
+++ src/sys/arch/hpcarm/conf/JORNADA720	Wed Mar 22 22:37:41 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: JORNADA720,v 1.97 2015/08/12 07:53:57 maxv Exp $
+#	$NetBSD: JORNADA720,v 1.98 2017/03/22 22:37:41 sevan Exp $
 #
 #	JORNADA -- Windows-CE based jornada 720
 #
@@ -7,7 +7,7 @@ include	"arch/hpcarm/conf/std.sa11x0"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.97 $"
+#ident 		"GENERIC-$Revision: 1.98 $"
 
 # estimated number of users
 maxusers	32
@@ -190,33 +190,6 @@ mhzc*	at pcmcia? function ?		# Megahertz
 com*	at mhzc?
 sm*	at mhzc?
 
-# 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
-ikphy*	at mii? phy ?			# Intel 82563 PHYs
-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 internal 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
-
 # Bluetooth Controller and Device support
 
 # Bluetooth PCMCIA Controllers



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

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

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Added drvctl, putter and PUFFS.


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.37 src/sys/arch/hpcarm/conf/WZERO3:1.38
--- src/sys/arch/hpcarm/conf/WZERO3:1.37	Sat Aug 23 20:26:58 2014
+++ src/sys/arch/hpcarm/conf/WZERO3	Thu Feb  5 14:35:50 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.37 2014/08/23 20:26:58 dholland Exp $
+#	$NetBSD: WZERO3,v 1.38 2015/02/05 14:35:50 nonaka Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -8,7 +8,7 @@ include	arch/hpcarm/conf/files.wzero3
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.37 $
+#ident 		GENERIC-$Revision: 1.38 $
 
 # estimated number of users
 maxusers	32
@@ -48,6 +48,7 @@ file-system	FDESC		# /dev/fd
 file-system	KERNFS		# /kern
 file-system	NULLFS		# loopback file system
 #file-system 	OVERLAY		# overlay filesystem
+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
@@ -308,7 +309,9 @@ pseudo-device	biconsdev 1		# build-in co
 
 pseudo-device	md			# Ramdisk driver
 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
 #pseudo-device	bcsp			# BlueCore Serial Protocol
 #pseudo-device	btuart			# Bluetooth HCI UART (H4)
 



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

2011-01-03 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Jan  4 02:19:32 UTC 2011

Modified Files:
src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 WZERO3

Log Message:
Add options P1003_1B_SEMAPHORE.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hpcarm/conf/IPAQ
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcarm/conf/JORNADA820
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/IPAQ
diff -u src/sys/arch/hpcarm/conf/IPAQ:1.62 src/sys/arch/hpcarm/conf/IPAQ:1.63
--- src/sys/arch/hpcarm/conf/IPAQ:1.62	Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/IPAQ	Tue Jan  4 02:19:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: IPAQ,v 1.62 2010/11/23 11:13:59 hannken Exp $
+#	$NetBSD: IPAQ,v 1.63 2011/01/04 02:19:32 tsutsui Exp $
 #
 #	iPAQ H3600 -- Windows-CE based PDA
 #
@@ -95,6 +95,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
+options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
 # Device options
 

Index: src/sys/arch/hpcarm/conf/JORNADA720
diff -u src/sys/arch/hpcarm/conf/JORNADA720:1.80 src/sys/arch/hpcarm/conf/JORNADA720:1.81
--- src/sys/arch/hpcarm/conf/JORNADA720:1.80	Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/JORNADA720	Tue Jan  4 02:19:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: JORNADA720,v 1.80 2010/11/23 11:13:59 hannken Exp $
+#	$NetBSD: JORNADA720,v 1.81 2011/01/04 02:19:32 tsutsui Exp $
 #
 #	JORNADA -- Windows-CE based jornada 720
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.80 $
+#ident 		GENERIC-$Revision: 1.81 $
 
 # estimated number of users
 maxusers	32
@@ -99,6 +99,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
+options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
 # Device options
 

Index: src/sys/arch/hpcarm/conf/JORNADA820
diff -u src/sys/arch/hpcarm/conf/JORNADA820:1.20 src/sys/arch/hpcarm/conf/JORNADA820:1.21
--- src/sys/arch/hpcarm/conf/JORNADA820:1.20	Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/JORNADA820	Tue Jan  4 02:19:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: JORNADA820,v 1.20 2010/11/23 11:13:59 hannken Exp $
+#	$NetBSD: JORNADA820,v 1.21 2011/01/04 02:19:32 tsutsui Exp $
 #
 #	JORNADA -- Windows-CE based jornada 820
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.20 $
+#ident 		GENERIC-$Revision: 1.21 $
 
 # estimated number of users
 maxusers	32
@@ -97,6 +97,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
+options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
 # Device options
 

Index: src/sys/arch/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.17 src/sys/arch/hpcarm/conf/WZERO3:1.18
--- src/sys/arch/hpcarm/conf/WZERO3:1.17	Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Tue Jan  4 02:19:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.17 2010/11/23 11:13:59 hannken Exp $
+#	$NetBSD: WZERO3,v 1.18 2011/01/04 02:19:32 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.17 $
+#ident 		GENERIC-$Revision: 1.18 $
 
 # estimated number of users
 maxusers	32
@@ -99,7 +99,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
-
+options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
 # Miscellaneous kernel options
 options 	KTRACE		# system call tracing, a la ktrace(1)



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

2010-08-28 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Aug 28 14:50:21 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Enable options COMPAT_16 for old distributed.net client binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.15 src/sys/arch/hpcarm/conf/WZERO3:1.16
--- src/sys/arch/hpcarm/conf/WZERO3:1.15	Thu Aug 12 17:23:23 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Sat Aug 28 14:50:21 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.15 2010/08/12 17:23:23 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.16 2010/08/28 14:50:21 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.15 $
+#ident 		GENERIC-$Revision: 1.16 $
 
 # estimated number of users
 maxusers	32
@@ -83,7 +83,7 @@
 options 	COMPAT_40	# NetBSD 4.0 compatibility.
 options 	COMPAT_30	# NetBSD 3.0 compatibility.
 options 	COMPAT_20	# NetBSD 2.0 compatibility.
-#options 	COMPAT_16	# NetBSD 1.6 compatibility.
+options 	COMPAT_16	# NetBSD 1.6 compatibility.
 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
 #options 	COMPAT_13	# NetBSD 1.3 compatibility.



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

2010-08-12 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Aug 12 17:23:23 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add acphy(4), which can be found with aue(4).


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.14 src/sys/arch/hpcarm/conf/WZERO3:1.15
--- src/sys/arch/hpcarm/conf/WZERO3:1.14	Sun Aug  8 11:25:53 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Thu Aug 12 17:23:23 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.14 2010/08/08 11:25:53 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.15 2010/08/12 17:23:23 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.14 $
+#ident 		GENERIC-$Revision: 1.15 $
 
 # estimated number of users
 maxusers	32
@@ -242,6 +242,7 @@
 udav*	at uhub? port ?	 	# Davicom DM9601 based adapters
 url*	at uhub? port ?		# Realtek RTL8150L based adapters
 
+acphy*	at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
 rlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
 ukphy*  at mii? phy ?		# generic unknown PHYs
 urlphy* at mii? phy ?		# Realtek RTL8150L internal PHYs



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

2010-07-31 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jul 31 16:02:11 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add atapibus and atapi devices. My USB DVD multi drive requires them.


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.12 src/sys/arch/hpcarm/conf/WZERO3:1.13
--- src/sys/arch/hpcarm/conf/WZERO3:1.12	Sat Jul 31 15:57:30 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Sat Jul 31 16:02:11 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.12 2010/07/31 15:57:30 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.13 2010/07/31 16:02:11 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.12 $
+#ident 		GENERIC-$Revision: 1.13 $
 
 # estimated number of users
 maxusers	32
@@ -252,6 +252,16 @@
 upgt*	at uhub? port ?		# Intersil PrismGT
 zyd*	at uhub? port ?		# Zydas ZD1211
 
+# ATAPI bus support
+atapibus* at atapi?
+
+# ATAPI devices
+# flags have the same meaning as for IDE drives.
+cd*	at atapibus? drive ? flags 0x	# ATAPI CD-ROM drives
+sd*	at atapibus? drive ? flags 0x	# ATAPI disk drives
+#st*	at atapibus? drive ? flags 0x	# ATAPI tape drives
+uk*	at atapibus? drive ? flags 0x	# ATAPI unknown
+
 # SCSI bus support
 scsibus* at scsi?
 



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

2010-07-05 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jul  5 14:30:00 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add upgt(4) for WS003SH/WS004SH internal WLAN.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.9 src/sys/arch/hpcarm/conf/WZERO3:1.10
--- src/sys/arch/hpcarm/conf/WZERO3:1.9	Sat Jun 26 00:25:02 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Mon Jul  5 14:30:00 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.9 2010/06/26 00:25:02 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.10 2010/07/05 14:30:00 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.9 $
+#ident 		GENERIC-$Revision: 1.10 $
 
 # estimated number of users
 maxusers	32
@@ -243,6 +243,7 @@
 atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
 #ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
 rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
+upgt*	at uhub? port ?		# Intersil PrismGT
 zyd*	at uhub? port ?		# Zydas ZD1211
 
 # SCSI bus support



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

2010-06-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jun 26 16:34:47 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: IPAQ

Log Message:
Comment out options RTC_OFFSET so that bootinfo-timezone passed by
hpcboot will be used by default.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/hpcarm/conf/IPAQ

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/hpcarm/conf/IPAQ
diff -u src/sys/arch/hpcarm/conf/IPAQ:1.60 src/sys/arch/hpcarm/conf/IPAQ:1.61
--- src/sys/arch/hpcarm/conf/IPAQ:1.60	Sat Apr 17 13:36:21 2010
+++ src/sys/arch/hpcarm/conf/IPAQ	Sat Jun 26 16:34:47 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: IPAQ,v 1.60 2010/04/17 13:36:21 nonaka Exp $
+#	$NetBSD: IPAQ,v 1.61 2010/06/26 16:34:47 tsutsui Exp $
 #
 #	iPAQ H3600 -- Windows-CE based PDA
 #
@@ -12,7 +12,8 @@
 
 # Standard system options
 
-options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+# (default timezone is passed from hpcboot)
 #options 	NTP		# NTP phase/frequency locked loop
 
 # CPU options



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

2010-06-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jun 25 17:40:33 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Set options RTC_OFFSET=-540 since Windows Mobile stores localtime
into the RTC and we can assume most W-ZERO3 users live in JST timezone.

XXX: Probably it would be better to allow a kernel getting RTC_OFFSET value
XXX: via bootinfo set by boot(8) or boot.cfg(5).


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.5 src/sys/arch/hpcarm/conf/WZERO3:1.6
--- src/sys/arch/hpcarm/conf/WZERO3:1.5	Sun May 30 10:00:27 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Fri Jun 25 17:40:32 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.5 2010/05/30 10:00:27 nonaka Exp $
+#	$NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,14 +7,14 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.5 $
+#ident 		GENERIC-$Revision: 1.6 $
 
 # estimated number of users
 maxusers	32
 
 # Standard system options
 
-options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
+options 	RTC_OFFSET=-540	# hardware clock is this many mins. west of GMT
 #options 	NTP		# NTP phase/frequency locked loop
 
 # CPU options



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

2010-06-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jun 25 17:42:02 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Enable options DDB, which is enabled in other kernels.


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.6 src/sys/arch/hpcarm/conf/WZERO3:1.7
--- src/sys/arch/hpcarm/conf/WZERO3:1.6	Fri Jun 25 17:40:32 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Fri Jun 25 17:42:02 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.7 2010/06/25 17:42:02 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.6 $
+#ident 		GENERIC-$Revision: 1.7 $
 
 # estimated number of users
 maxusers	32
@@ -138,7 +138,7 @@
 options 	DIAGNOSTIC	# internal consistency checks
 #options 	DEBUG		# expensive debugging checks/support
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
-#options 	DDB		# in-kernel debugger
+options 	DDB		# in-kernel debugger
 #options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #makeoptions	DEBUG=-g	# compile full symbol table
 



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

2010-06-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jun 25 17:53:28 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add several USB Ethernet devices.


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

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.7 src/sys/arch/hpcarm/conf/WZERO3:1.8
--- src/sys/arch/hpcarm/conf/WZERO3:1.7	Fri Jun 25 17:42:02 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Fri Jun 25 17:53:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.7 2010/06/25 17:42:02 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.8 2010/06/25 17:53:28 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.7 $
+#ident 		GENERIC-$Revision: 1.8 $
 
 # estimated number of users
 maxusers	32
@@ -225,6 +225,25 @@
 umass* at uhub? port ? configuration ? interface ?
 wd* at umass?
 
+# 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
+
+rlphy*	at mii? phy ?		# Realtek 8139/8201L PHYs
+ukphy*  at mii? phy ?		# generic unknown PHYs
+urlphy* at mii? phy ?		# Realtek RTL8150L internal PHYs
+
+# USB 802.11 adapters
+atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
+#ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
+rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
+zyd*	at uhub? port ?		# Zydas ZD1211
+
 # SCSI bus support
 scsibus* at scsi?
 



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

2010-05-08 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sun May  9 02:03:35 UTC 2010

Modified Files:
src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Added 2 options for X.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.2 src/sys/arch/hpcarm/conf/WZERO3:1.3
--- src/sys/arch/hpcarm/conf/WZERO3:1.2	Sat Apr 24 21:52:34 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Sun May  9 02:03:35 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.2 2010/04/24 21:52:34 nonaka Exp $
+#	$NetBSD: WZERO3,v 1.3 2010/05/09 02:03:35 nonaka Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		GENERIC-$Revision: 1.2 $
+#ident 		GENERIC-$Revision: 1.3 $
 
 # estimated number of users
 maxusers	32
@@ -117,7 +117,9 @@
 options 	WSEMUL_VT100
 # allocate a number of virtual screens at autoconfiguration time
 #options 	WSDISPLAY_DEFAULTSCREENS=2
-
+# The X server requires theses two options
+options 	WSDISPLAY_COMPAT_USL
+options 	WSDISPLAY_COMPAT_RAWKBD
 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
 #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
 #options 	WS_DEFAULT_FG=WSCOL_WHITE