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 smusat attaches to iic now



details:   https://anonhg.NetBSD.org/src/rev/987363529f31
branches:  trunk
changeset: 323001:987363529f31
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon May 28 05:21:53 2018 +0000

description:
smusat attaches to iic now

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cdd8a012b829 -r 987363529f31 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Mon May 28 02:28:05 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Mon May 28 05:21:53 2018 +0000
@@ -126,7 +126,8 @@
 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 @@
 dstemp*        at iic?
 adadc*                 at iic?
 fcu*           at iic?
+smusat*        at iic?
 deq*           at iic?
 
 pmu*           at obio?        # Apple PMU



Home | Main Index | Thread Index | Old Index