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 audio works now, so enable it



details:   https://anonhg.NetBSD.org/src/rev/932fd6167057
branches:  trunk
changeset: 831420:932fd6167057
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Mar 29 19:11:17 2018 +0000

description:
audio works now, so enable it

diffstat:

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

diffs (30 lines):

diff -r 06ea2d41a685 -r 932fd6167057 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Thu Mar 29 18:54:48 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Thu Mar 29 19:11:17 2018 +0000
@@ -138,7 +138,7 @@
 obio0          at pci? dev ? function ?
 zsc*           at obio?
 zstty*         at zsc? channel ?
-#snapper*      at obio?
+snapper*       at obio?
 ki2c*          at obio?        # Keywest I2C
 iic*           at i2cbus?
 
@@ -152,13 +152,13 @@
 pmu*           at obio?        # Apple PMU
 
 # Audio support
-#audio*        at audiobus?
+audio* at audiobus?
 
-#spkr* at audio?               # PC speaker (synthesized)
-#wsbell* at spkr?
+spkr*  at audio?               # PC speaker (synthesized)
+wsbell* at spkr?
 
 gem*   at pci? dev ? function ?        # gmac ethernet
-options        GEM_DEBUG
+#options       GEM_DEBUG
 bge*   at pci? dev ? function ?        # borgcom ethernet
 bmtphy*        at mii? phy ?                   # Broadcom BCM5201/BCM5202 PHYs
 brgphy*        at mii? phy ?                   # Broadcom BCM5400 PHYs



Home | Main Index | Thread Index | Old Index