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 Enable snapper(4) and friends. It works...



details:   https://anonhg.NetBSD.org/src/rev/ec6ae94cbc49
branches:  trunk
changeset: 935514:ec6ae94cbc49
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jul 04 12:00:15 2020 +0000

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

diffstat:

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

diffs (26 lines):

diff -r 7d42ec6c6c8c -r ec6ae94cbc49 sys/arch/macppc/conf/POWERMAC_G5_11_2
--- a/sys/arch/macppc/conf/POWERMAC_G5_11_2     Sat Jul 04 11:55:18 2020 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5_11_2     Sat Jul 04 12:00:15 2020 +0000
@@ -118,7 +118,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 ki2c?
 
@@ -129,10 +129,10 @@
 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



Home | Main Index | Thread Index | Old Index