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 sudden motion sensor 'driver'.



details:   https://anonhg.NetBSD.org/src/rev/b10d78e8fcbb
branches:  trunk
changeset: 931227:b10d78e8fcbb
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Apr 24 12:40:25 2020 +0000

description:
add sudden motion sensor 'driver'.

diffstat:

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

diffs (34 lines):

diff -r 32b035688045 -r b10d78e8fcbb sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Apr 24 12:38:31 2020 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Apr 24 12:40:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.366 2020/03/28 08:35:36 isaki Exp $
+# $NetBSD: GENERIC,v 1.367 2020/04/24 12:40:25 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.366 $"
+#ident                 "GENERIC-$Revision: 1.367 $"
 
 maxusers       32
 
@@ -373,13 +373,14 @@
 # I2C devices
 dbcool*        at iic?         # dbCool thermal monitor & fan control
 lmtemp*        at iic?         # temperature sensor, found in PowerBook5,6
-deq*           at iic?         # mixer/equalizer, used by snapper
 admtemp*       at iic?         # temperature sensor found in Mini, G5
 psoc*          at iic?         # fan controller found in TiBooks
 lmu*           at iic?         # ambient / keyboard lights
+asms*          at iic?         # sudden motion sensor, various later *Books
 videopll*      at iic?         # for valkyriefb
 sgsmix*        at iic?         # Additional mixer found in beige G3
                                # use with awacs.
+deq*           at iic?         # mixer/equalizer, used by snapper
 
 wi*            at obio?        # AirMac
 snapper*       at obio?        # Snapper audio device



Home | Main Index | Thread Index | Old Index