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 move i2c devices to iic, add valkyriefb...
details: https://anonhg.NetBSD.org/src/rev/c093902b4532
branches: trunk
changeset: 356383:c093902b4532
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Sep 22 03:15:08 2017 +0000
description:
move i2c devices to iic, add valkyriefb and videopll
diffstat:
sys/arch/macppc/conf/GENERIC | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
diffs (60 lines):
diff -r 35d130c69f4d -r c093902b4532 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Fri Sep 22 03:11:43 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC Fri Sep 22 03:15:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.334 2017/09/14 07:58:42 mrg Exp $
+# $NetBSD: GENERIC,v 1.335 2017/09/22 03:15:08 macallan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.334 $"
+#ident "GENERIC-$Revision: 1.335 $"
maxusers 32
@@ -204,6 +204,8 @@
memory* at mainbus?
spdmem* at memory? addr ?
+valkyriefb0 at mainbus0 # Performa 6360 onboard video
+
pci* at bandit? bus ?
pci* at grackle? bus ?
pci* at uninorth? bus ?
@@ -383,13 +385,12 @@
smartbat* at pmu? # Smart battery, found in newer *Books
iic* at pmu? # some PMUs have IIC
-admtemp* at iic? # found on Mini
-iic0 at cuda0 # CUDA's IIC bus
-sgsmix0 at iic0 addr 0x8a # Additional mixer found in beige G3
- # use with awacs. Hardwired because there is
- # no OF node for it.
-
+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?
@@ -402,8 +403,11 @@
ki2c* at obio? # Keywest I2C
ki2c* at uni_n? # Keywest I2C
iic* at ki2c?
-dbcool* at ki2c? # dbCool thermal monitor & fan control
-deq* at ki2c? # mixer/equalizer, needed by snapper
+
+# I2C devices configured per OF
+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
wi* at obio? # AirMac
snapper* at obio? # Snapper audio device
Home |
Main Index |
Thread Index |
Old Index