Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/conf Add the MI software watchdog to GENERIC...



details:   https://anonhg.NetBSD.org/src/rev/1be8c602abbe
branches:  trunk
changeset: 770105:1be8c602abbe
user:      hauke <hauke%NetBSD.org@localhost>
date:      Mon Oct 03 19:22:59 2011 +0000

description:
Add the MI software watchdog to GENERIC (not to SMALLRAM, as usual).

diffstat:

 sys/arch/mac68k/conf/GENERIC       |  5 +++--
 sys/arch/mac68k/conf/SMALLRAM      |  3 ++-
 sys/arch/mac68k/conf/majors.mac68k |  3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 8b44b3c03040 -r 1be8c602abbe sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Mon Oct 03 19:18:55 2011 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Mon Oct 03 19:22:59 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.201 2011/06/30 20:09:32 wiz Exp $
+# $NetBSD: GENERIC,v 1.202 2011/10/03 19:22:59 hauke Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.201 $"
+#ident                 "GENERIC-$Revision: 1.202 $"
 
 maxusers       16              # estimated number of users
 
@@ -350,6 +350,7 @@
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  putter                  # for puffs and pud
+pseudo-device  swwdog                  # software watchdog driver
 
 # random number generator pseudo-device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
diff -r 8b44b3c03040 -r 1be8c602abbe sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM     Mon Oct 03 19:18:55 2011 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM     Mon Oct 03 19:22:59 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALLRAM,v 1.38 2011/03/06 17:08:27 bouyer Exp $
+#      $NetBSD: SMALLRAM,v 1.39 2011/10/03 19:22:59 hauke Exp $
 #
 # This is an example of how to configure a small, efficient kernel for
 # a system with limited RAM. Even so it's capable of doing quite a
@@ -133,4 +133,5 @@
 no pseudo-device       accf_data
 no pseudo-device       accf_http
 no pseudo-device       putter
+no pseudo-device       swwdog
 no pseudo-device       ksyms
diff -r 8b44b3c03040 -r 1be8c602abbe sys/arch/mac68k/conf/majors.mac68k
--- a/sys/arch/mac68k/conf/majors.mac68k        Mon Oct 03 19:18:55 2011 +0000
+++ b/sys/arch/mac68k/conf/majors.mac68k        Mon Oct 03 19:22:59 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.mac68k,v 1.22 2011/06/30 20:09:32 wiz Exp $
+#      $NetBSD: majors.mac68k,v 1.23 2011/10/03 19:22:59 hauke Exp $
 #
 # Device majors for mac68k
 #
@@ -49,6 +49,7 @@
 device-major   ksyms           char 52                 ksyms
 device-major   wsfont          char 53                 wsfont
 device-major   cpi             char 54                 cpi
+device-major   sysmon          char 55                 sysmon_wdog
 
 device-major   nsmb            char 98                 nsmb
 



Home | Main Index | Thread Index | Old Index