Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf add efuse driver



details:   https://anonhg.NetBSD.org/src/rev/d995bd4a35d6
branches:  trunk
changeset: 340887:d995bd4a35d6
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Oct 08 17:58:51 2015 +0000

description:
add efuse driver

diffstat:

 sys/arch/evbmips/conf/CI20 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 220209cbd8ff -r d995bd4a35d6 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Thu Oct 08 17:55:58 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20        Thu Oct 08 17:58:51 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CI20,v 1.16 2015/08/12 07:53:57 maxv Exp $
+#      $NetBSD: CI20,v 1.17 2015/10/08 17:58:51 macallan Exp $
 #
 # MIPS Creator CI20
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "CI20-$Revision: 1.16 $"
+#ident                 "CI20-$Revision: 1.17 $"
 
 maxusers       32
 
@@ -142,6 +142,9 @@
 #wdog0         at mainbus?
 apbus0         at mainbus?
 
+# EFUSE Slave Interface
+efuse*                 at apbus?
+
 # On-chip UARTs
 com*           at apbus?
 



Home | Main Index | Thread Index | Old Index