Module Name:    src
Committed By:   macallan
Date:           Mon May 28 05:21:53 UTC 2018

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

Log Message:
smusat attaches to iic now


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/macppc/conf/POWERMAC_G5

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
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.37 src/sys/arch/macppc/conf/POWERMAC_G5:1.38
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.37	Thu Mar 29 19:11:17 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5	Mon May 28 05:21:53 2018
@@ -126,7 +126,8 @@ uninorth* 	at mainbus?
 smu* 		at mainbus?
 #options 	SMU_DEBUG
 smuiic* 	at smu?
-smusat* 	at smuiic?
+iic* 		at smuiic?
+
 
 pci*	at ibmcpc? bus ?
 pci*	at uninorth? bus ?
@@ -147,6 +148,7 @@ lmtemp* 	at iic?
 dstemp* 	at iic?
 adadc* 		at iic?
 fcu* 		at iic?
+smusat* 	at iic?
 deq* 		at iic?
 
 pmu* 		at obio?	# Apple PMU

Reply via email to