Module Name:    src
Committed By:   jdc
Date:           Tue Sep 24 18:12:59 UTC 2013

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

Log Message:
Remove spdmem entries for indirect configuration on SPARCle.  This is now
handled in sparc64/autoconf.c (since r1.192).


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.168 src/sys/arch/sparc64/conf/GENERIC:1.169
--- src/sys/arch/sparc64/conf/GENERIC:1.168	Sun Jun 30 21:38:59 2013
+++ src/sys/arch/sparc64/conf/GENERIC	Tue Sep 24 18:12:59 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.168 2013/06/30 21:38:59 rmind Exp $
+# $NetBSD: GENERIC,v 1.169 2013/09/24 18:12:59 jdc Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.168 $"
+#ident 		"GENERIC-$Revision: 1.169 $"
 
 maxusers	64
 
@@ -942,10 +942,6 @@ lom*		at ebus?		# LOMlite lights out man
 alipm*		at pci?
 iic*		at alipm?
 
-# I2C devices
-spdmem*		at iic? addr 0x50	# SPARCle memory
-spdmem*		at iic? addr 0x51	# SPARCle memory
-
 spdmem*		at iic? addr?
 admtemp*	at iic? addr?
 ecadc*		at iic? addr?	# envctrl/envctrltwo on E250/E450

Reply via email to