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 In the light of PR kern/29702, add swwd...



details:   https://anonhg.NetBSD.org/src/rev/80a824b44309
branches:  trunk
changeset: 772990:80a824b44309
user:      hauke <hauke%NetBSD.org@localhost>
date:      Mon Jan 23 13:55:02 2012 +0000

description:
In the light of PR kern/29702, add swwdog(4) pseudo device.

diffstat:

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

diffs (28 lines):

diff -r 39276b842f80 -r 80a824b44309 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Jan 23 12:08:31 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jan 23 13:55:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.296 2012/01/11 17:16:35 macallan Exp $
+# $NetBSD: GENERIC,v 1.297 2012/01/23 13:55:02 hauke Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.296 $"
+#ident                 "GENERIC-$Revision: 1.297 $"
 
 maxusers       32
 
@@ -605,7 +605,8 @@
 pseudo-device  agr                     # IEEE 802.3ad link aggregation
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  openfirm                # /dev/openfirm
-pseudo-device  wsmux                   # mouse and keyboard multiplexor
+pseudo-device  wsmux                   # mouse and keyboard multiplexer
+pseudo-device  swwdog                  # software watchdog driver - swwdog(4)
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  nsmb                    # SMB requester



Home | Main Index | Thread Index | Old Index