Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf all i2c controllers support direct conf...
details: https://anonhg.NetBSD.org/src/rev/9f625e09d4f9
branches: trunk
changeset: 356387:9f625e09d4f9
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Sep 22 04:09:06 2017 +0000
description:
all i2c controllers support direct config now, so get rid of hard wired
i2c buses and addresses
diffstat:
sys/arch/macppc/conf/GENERIC | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diffs (75 lines):
diff -r ef0e3b6d0a4c -r 9f625e09d4f9 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Fri Sep 22 04:07:34 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC Fri Sep 22 04:09:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.335 2017/09/22 03:15:08 macallan Exp $
+# $NetBSD: GENERIC,v 1.336 2017/09/22 04:09:06 macallan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.335 $"
+#ident "GENERIC-$Revision: 1.336 $"
maxusers 32
@@ -371,26 +371,23 @@
# the new, improved ADB subsystem
-cuda* at obio? # CUDA, for Old World PowerMacs
-pmu* at obio? # PMU, *Books and newer PowerMacs
-nadb* at adb_bus? # ADB bus enumerator, at cuda or pmu
-adbkbd* at nadb? # ADB keyboard
-adbms* at nadb? # ADB mice and touchpads
-adbbt* at nadb? # button device found on *Books
+cuda* at obio? # CUDA, for Old World PowerMacs
+iic* at cuda? # CUDA's IIC bus
+
+pmu* at obio? # PMU, *Books and newer PowerMacs
+nadb* at adb_bus? # ADB bus enumerator, at cuda or pmu
+adbkbd* at nadb? # ADB keyboard
+adbms* at nadb? # ADB mice and touchpads
+adbbt* at nadb? # button device found on *Books
wskbd* at wskbddev? console ?
wsmouse* at wsmousedev?
-battery* at pmu? # legacy battery, for ohare-based PowerBooks
-smartbat* at pmu? # Smart battery, found in newer *Books
+battery* at pmu? # legacy battery, for ohare-based PowerBooks
+smartbat* at pmu? # Smart battery, found in newer *Books
iic* at pmu? # some PMUs have IIC
-iic0 at cuda0 # CUDA's IIC bus
-# these are hardwired because there are no OF nodes for them:
-videopll0 at iic0 addr 0x50 # for valkyriefb
-sgsmix0 at iic0 addr 0x8a # Additional mixer found in beige G3
- # use with awacs.
zsc* at obio?
zstty* at zsc? channel ?
mediabay* at obio?
@@ -404,13 +401,16 @@
ki2c* at uni_n? # Keywest I2C
iic* at ki2c?
-# I2C devices configured per OF
+# I2C devices
dbcool* at iic? # dbCool thermal monitor & fan control
deq* at iic? # mixer/equalizer, used by snapper
admtemp* at iic? # temperature sensor found in Mini, G5
+videopll* at iic? # for valkyriefb
+sgsmix* at iic? # Additional mixer found in beige G3
+ # use with awacs.
-wi* at obio? # AirMac
-snapper* at obio? # Snapper audio device
+wi* at obio? # AirMac
+snapper* at obio? # Snapper audio device
cardslot* at cbb?
cardbus* at cardslot?
Home |
Main Index |
Thread Index |
Old Index