Module Name:    src
Committed By:   macallan
Date:           Mon Mar  1 06:14:17 UTC 2010

Modified Files:
        src/sys/arch/sparc/conf: GENERIC INSTALL

Log Message:
enable PNOZZ_USE_LATCH in case we run into some hardware which needs it


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sparc/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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.219 src/sys/arch/sparc/conf/GENERIC:1.220
--- src/sys/arch/sparc/conf/GENERIC:1.219	Fri Jan 15 20:57:12 2010
+++ src/sys/arch/sparc/conf/GENERIC	Mon Mar  1 06:14:17 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.219 2010/01/15 20:57:12 bouyer Exp $
+# $NetBSD: GENERIC,v 1.220 2010/03/01 06:14:17 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.219 $"
+#ident 		"GENERIC-$Revision: 1.220 $"
 
 maxusers	32
 
@@ -693,6 +693,10 @@
 
 # P9100-based display on Tadpole SPARCbook 3.
 pnozz0		at sbus? slot ? offset ?
+# the SPARCbook 3 hardware docs say that accesses to P9100 registers need to be
+# 'latched in' but at least my 3GX works happily without
+# Enable it by default since we don't know which hardware really needs it.
+options PNOZZ_USE_LATCH
 
 # Sun ZX/Leo 24-bit framebuffer
 zx*		at sbus? slot ? offset ?

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.72 src/sys/arch/sparc/conf/INSTALL:1.73
--- src/sys/arch/sparc/conf/INSTALL:1.72	Sat Dec  5 20:11:17 2009
+++ src/sys/arch/sparc/conf/INSTALL	Mon Mar  1 06:14:17 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.72 2009/12/05 20:11:17 pooka Exp $
+#	$NetBSD: INSTALL,v 1.73 2010/03/01 06:14:17 macallan Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -561,6 +561,10 @@
 
 # P9100-based display on Tadpole SPARCbook 3.
 pnozz0		at sbus? slot ? offset ?
+# the SPARCbook 3 hardware docs say that accesses to P9100 registers need to be
+# 'latched in' but at least my 3GX works happily without
+# Enable it by default since we don't know which hardware really needs it.
+options PNOZZ_USE_LATCH
 
 # Sun ZX/Leo 24-bit framebuffer
 zx*		at sbus? slot ? offset ?

Reply via email to