Module Name:    src
Committed By:   macallan
Date:           Sat Aug  8 22:41:14 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/arch/macppc/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.369 src/sys/arch/macppc/conf/GENERIC:1.370
--- src/sys/arch/macppc/conf/GENERIC:1.369	Sat Aug  1 08:20:50 2020
+++ src/sys/arch/macppc/conf/GENERIC	Sat Aug  8 22:41:14 2020
@@ -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 @@ include		"arch/macppc/conf/std.macppc"
 
 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 @@ deq* 		at iic?		# mixer/equalizer, used 
 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?

Reply via email to