Module Name:    src
Committed By:   rin
Date:           Sat Jul  4 12:00:15 UTC 2020

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

Log Message:
Enable snapper(4) and friends. It works just fine.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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_11_2
diff -u src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.16 src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.17
--- src/sys/arch/macppc/conf/POWERMAC_G5_11_2:1.16	Sat Apr  4 15:56:25 2020
+++ src/sys/arch/macppc/conf/POWERMAC_G5_11_2	Sat Jul  4 12:00:15 2020
@@ -118,7 +118,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 ki2c?
 
@@ -129,10 +129,10 @@ smusat* 	at iic?
 deq* 		at iic?
 
 # 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?
 
 bge*	at pci? dev ? function ?	# gmac ethernet
 brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs

Reply via email to