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 commented out entries for onewire a...



details:   https://anonhg.NetBSD.org/src/rev/dd8ad308d510
branches:  trunk
changeset: 936913:dd8ad308d510
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Aug 08 22:41:14 2020 +0000

description:
add commented out entries for onewire at snapper, and document what they're for

diffstat:

 sys/arch/macppc/conf/GENERIC |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 9741d6349e87 -r dd8ad308d510 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sat Aug 08 22:37:19 2020 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sat Aug 08 22:41:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.369 2020/08/01 08:20:50 maxv Exp $
+# $NetBSD: GENERIC,v 1.370 2020/08/08 22:41:14 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.369 $"
+#ident                 "GENERIC-$Revision: 1.370 $"
 
 maxusers       32
 
@@ -385,6 +385,11 @@
 wi*            at obio?        # AirMac
 snapper*       at obio?        # Snapper audio device
 
+# this is for talking to the onewire-EEPROM hiding in Apple Pro speakers.
+# or other onewire devices you may want to hook up to it
+#onewire*      at snapper?
+#oweeprom*     at onewire?
+
 cardslot* at cbb?
 cardbus* at cardslot?
 pcmcia*        at cardslot?



Home | Main Index | Thread Index | Old Index