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 Move iic0 at alipm? to iic1...
details: https://anonhg.NetBSD.org/src/rev/1059634cfba4
branches: trunk
changeset: 319054:1059634cfba4
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon May 14 22:11:30 2018 +0000
description:
Move iic0 at alipm? to iic1. Using iic0 will conflict with the
iic0 at tsciic? on the API CS20.
XXX: Enumerate the similar-to-DS20L I2C devices on the CS20, which
IIRC are not all on the tsciic(4) I2C bus, and comment GENERIC
accordingly.
diffstat:
sys/arch/alpha/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 74b1e41d191d -r 1059634cfba4 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Mon May 14 21:50:02 2018 +0000
+++ b/sys/arch/alpha/conf/GENERIC Mon May 14 22:11:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.380 2018/05/14 21:11:39 thorpej Exp $
+# $NetBSD: GENERIC,v 1.381 2018/05/14 22:11:30 jakllsch 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.380 $"
+ident "GENERIC-$Revision: 1.381 $"
maxusers 32
@@ -536,7 +536,7 @@
# Acer Labs M7101 SMBus controller
alipm* at pci? dev ? function ?
-iic0 at alipm?
+iic1 at alipm?
# AlphaServer DS20L i2c devices
#lmenv* at iic0 addr 0x2c
Home |
Main Index |
Thread Index |
Old Index