Module Name:    src
Committed By:   macallan
Date:           Thu Mar 29 19:11:17 UTC 2018

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

Log Message:
audio works now, so enable it


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sys/arch/macppc/conf/POWERMAC_G5:1.37
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.36	Fri Mar  9 20:19:25 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5	Thu Mar 29 19:11:17 2018
@@ -138,7 +138,7 @@ ppb*	at pci? dev ? function ?	# PCI-PCI 
 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 @@ deq* 		at iic?
 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

Reply via email to