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 add obio and some child devices



details:   https://anonhg.NetBSD.org/src/rev/58401daccdcb
branches:  trunk
changeset: 826761:58401daccdcb
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Sep 27 22:18:15 2017 +0000

description:
add obio and some child devices

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5_11_2 |  18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r e9c858979954 -r 58401daccdcb sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2     Wed Sep 27 22:11:31 2017 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2     Wed Sep 27 22:18:15 2017 +0000
@@ -115,8 +115,6 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index