Module Name:    src
Committed By:   thorpej
Date:           Tue May 15 00:42:35 UTC 2018

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

Log Message:
Actully, we can STAR the iic instances (the configuration code can
handle pinned pspecs to STAR'd potential parents).


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 src/sys/arch/alpha/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/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.381 src/sys/arch/alpha/conf/GENERIC:1.382
--- src/sys/arch/alpha/conf/GENERIC:1.381	Mon May 14 22:11:30 2018
+++ src/sys/arch/alpha/conf/GENERIC	Tue May 15 00:42:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.381 2018/05/14 22:11:30 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.382 2018/05/15 00:42:35 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.381 $"
+ident		"GENERIC-$Revision: 1.382 $"
 
 maxusers 32
 
@@ -210,7 +210,7 @@ mcmem*	at	mcbus? mid ?
 
 tsc*	at	mainbus0
 tsciic* 	at	tsc?
-iic0 	at	tsciic?
+iic* 	at	tsciic?
 
 # DECpc AXP150 (Jensen) internal bus support
 jensenio* at	mainbus0
@@ -536,7 +536,7 @@ ld*	at	mlx? unit ?
 
 # Acer Labs M7101 SMBus controller
 alipm* 	at pci? dev ? function ?
-iic1 	at alipm?
+iic* 	at alipm?
 
 # AlphaServer DS20L i2c devices
 #lmenv* 	at iic0 addr 0x2c

Reply via email to