Module Name:    src
Committed By:   sevan
Date:           Tue Mar 24 17:38:33 UTC 2020

Modified Files:
        src/sys/arch/evbarm/conf: MMNET_GENERIC
        src/sys/arch/hpcarm/conf: NETBOOKPRO WZERO3

Log Message:
g/c UGEN_BULK_RA_WB which is not a supported option


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hpcarm/conf/NETBOOKPRO
cvs rdiff -u -r1.51 -r1.52 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/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.48 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.49
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.48	Wed Jan 29 18:39:01 2020
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC	Tue Mar 24 17:38:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.48 2020/01/29 18:39:01 maya Exp $
+# $NetBSD: MMNET_GENERIC,v 1.49 2020/03/24 17:38:33 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/evbarm/conf/std.mmnet"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.48 $"
+#ident 		"GENERIC-$Revision: 1.49 $"
 
 maxusers	32		# estimated number of users
 
@@ -472,8 +472,6 @@ ucom*	at uvscom? portno ?
 
 # USB Generic driver
 #ugen*	at uhub? port ?
-# On ugen bulk endpoints, perform read-ahead and write-behind.
-#options UGEN_BULK_RA_WB
 
 
 # IrDA and Consumer Ir devices

Index: src/sys/arch/hpcarm/conf/NETBOOKPRO
diff -u src/sys/arch/hpcarm/conf/NETBOOKPRO:1.30 src/sys/arch/hpcarm/conf/NETBOOKPRO:1.31
--- src/sys/arch/hpcarm/conf/NETBOOKPRO:1.30	Sun Jan 19 01:25:05 2020
+++ src/sys/arch/hpcarm/conf/NETBOOKPRO	Tue Mar 24 17:38:33 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: NETBOOKPRO,v 1.30 2020/01/19 01:25:05 thorpej Exp $
+#	$NetBSD: NETBOOKPRO,v 1.31 2020/03/24 17:38:33 sevan 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.30 $"
+#ident 		"GENERIC-$Revision: 1.31 $"
 
 # estimated number of users
 maxusers	32
@@ -268,8 +268,6 @@ ubt*	at uhub? port ?
 
 # USB Generic driver
 ugen*	at uhub? port ?
-# On ugen bulk endpoints, perform read-ahead and write-behind.
-options 	UGEN_BULK_RA_WB
 
 # Bluetooth Device Hub
 bthub* at bcsp?

Index: src/sys/arch/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.51 src/sys/arch/hpcarm/conf/WZERO3:1.52
--- src/sys/arch/hpcarm/conf/WZERO3:1.51	Sun Jan 19 01:25:05 2020
+++ src/sys/arch/hpcarm/conf/WZERO3	Tue Mar 24 17:38:33 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.51 2020/01/19 01:25:05 thorpej Exp $
+#	$NetBSD: WZERO3,v 1.52 2020/03/24 17:38:33 sevan 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.51 $"
+#ident 		"GENERIC-$Revision: 1.52 $"
 
 # estimated number of users
 maxusers	32
@@ -271,8 +271,6 @@ uk*	at scsibus? target ? lun ?	# SCSI un
 
 # USB Generic driver
 ugen*	at uhub? port ?
-# On ugen bulk endpoints, perform read-ahead and write-behind.
-#options 	UGEN_BULK_RA_WB
 
 
 # Pseudo-devices

Reply via email to