Module Name:    src
Committed By:   macallan
Date:           Wed Sep 27 22:18:15 UTC 2017

Modified Files:
        src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
add obio and some child devices


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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/macppc/conf/POWERMAC_G5_11_2
diff -u src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.4 src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.5
--- src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.4	Fri Sep 22 18:09:48 2017
+++ src/sys/arch/macppc/conf/POWERMAC_G5_11_2	Wed Sep 27 22:18:15 2017
@@ -115,8 +115,6 @@ spdmem* at memory? addr ?
 
 uni_n*	at mainbus?
 ki2c*	at uni_n?			# Keywest I2C
-iic*	at ki2c?
-admtemp* 	at iic?
 
 smu* 		at mainbus?
 #options 	SMU_DEBUG
@@ -131,6 +129,22 @@ pci*	at ppb? bus ?
 pchb*	at pci? dev ? function ?	# PCI-Host bridges
 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
 
+obio0		at pci? dev ? function ?
+zsc*		at obio?
+zstty*		at zsc? channel ?
+#snapper* 	at obio?
+ki2c*		at obio?	# Keywest I2C
+iic*		at ki2c?
+
+admtemp* 	at iic?
+deq* 		at iic?
+
+# Audio support
+#audio*	at audiobus?
+
+#spkr*	at audio?		# PC speaker (synthesized)
+#wsbell* at spkr?
+
 bge*	at pci? dev ? function ?	# gmac ethernet
 brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
 ukphy*	at mii? phy ?			# generic unknown PHYs

Reply via email to