Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Actully, we can STAR the ii...



details:   https://anonhg.NetBSD.org/src/rev/d6ed564c8980
branches:  trunk
changeset: 319057:d6ed564c8980
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue May 15 00:42:35 2018 +0000
description:
Actully, we can STAR the iic instances (the configuration code can
handle pinned pspecs to STAR'd potential parents).

diffstat:

 sys/arch/alpha/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 1c1363e2b61b -r d6ed564c8980 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue May 15 00:28:00 2018 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue May 15 00:42:35 2018 +0000
@@ -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 @@
 
 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 @@
 
 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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index