Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf add toastersensors device



details:   https://anonhg.NetBSD.org/src/rev/dcab843b5e4b
branches:  trunk
changeset: 583603:dcab843b5e4b
user:      joff <joff%NetBSD.org@localhost>
date:      Sun Aug 14 04:33:49 2005 +0000

description:
add toastersensors device

diffstat:

 sys/arch/evbarm/conf/files.tsarm |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 7f3c697d94ff -r dcab843b5e4b sys/arch/evbarm/conf/files.tsarm
--- a/sys/arch/evbarm/conf/files.tsarm  Sun Aug 14 04:30:08 2005 +0000
+++ b/sys/arch/evbarm/conf/files.tsarm  Sun Aug 14 04:33:49 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.tsarm,v 1.7 2005/02/04 06:02:36 joff Exp $
+#      $NetBSD: files.tsarm,v 1.8 2005/08/14 04:33:49 joff Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -39,6 +39,10 @@
 attach tskp at tspldbus
 file   arch/evbarm/tsarm/tskp.c                tskp
 
+device  toastersensors: matrixkp, wskbddev
+attach toastersensors at tspldbus
+file   arch/evbarm/tsarm/toastersensors.c              toastersensors
+
 # XXXX pcic here because it needs to be late.  The catch: pcic needs
 # to be late, so devices which attach to it are attached late.  But it
 # needs to be before its isa and pci attachments.  This answer is



Home | Main Index | Thread Index | Old Index