Module Name:    src
Committed By:   hauke
Date:           Mon Jan 23 13:55:03 UTC 2012

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.296 src/sys/arch/macppc/conf/GENERIC:1.297
--- src/sys/arch/macppc/conf/GENERIC:1.296	Wed Jan 11 17:16:35 2012
+++ src/sys/arch/macppc/conf/GENERIC	Mon Jan 23 13:55:02 2012
@@ -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 @@ include		"arch/macppc/conf/std.macppc"
 
 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	bridge			# simple inter-ne
 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

Reply via email to