Module Name: src
Committed By: phx
Date: Fri Dec 10 21:27:21 UTC 2010
Modified Files:
src/sys/arch/ofppc/conf: GENERIC GENERIC.MP
Log Message:
Added viaenv(4), which no longer crashes the system during attachment since
todays bug fix in the driver.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ofppc/conf/GENERIC.MP
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/ofppc/conf/GENERIC
diff -u src/sys/arch/ofppc/conf/GENERIC:1.131 src/sys/arch/ofppc/conf/GENERIC:1.132
--- src/sys/arch/ofppc/conf/GENERIC:1.131 Tue Nov 23 11:14:04 2010
+++ src/sys/arch/ofppc/conf/GENERIC Fri Dec 10 21:27:21 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.131 2010/11/23 11:14:04 hannken Exp $
+# $NetBSD: GENERIC,v 1.132 2010/12/10 21:27:21 phx Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.131 $"
+#ident "GENERIC-$Revision: 1.132 $"
maxusers 32
@@ -215,6 +215,9 @@
pcppi0 at isa? # PC prog. periph. interface
# FIX ISABEEP LATER
+# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
+viaenv* at pci? dev ? function ?
+
# Serial Devices
# ISA serial interfaces
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
Index: src/sys/arch/ofppc/conf/GENERIC.MP
diff -u src/sys/arch/ofppc/conf/GENERIC.MP:1.12 src/sys/arch/ofppc/conf/GENERIC.MP:1.13
--- src/sys/arch/ofppc/conf/GENERIC.MP:1.12 Tue Nov 23 11:14:04 2010
+++ src/sys/arch/ofppc/conf/GENERIC.MP Fri Dec 10 21:27:21 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.MP,v 1.12 2010/11/23 11:14:04 hannken Exp $
+# $NetBSD: GENERIC.MP,v 1.13 2010/12/10 21:27:21 phx Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.12 $"
+#ident "GENERIC-$Revision: 1.13 $"
maxusers 32
@@ -216,6 +216,9 @@
pcppi0 at isa? # PC prog. periph. interface
# FIX ISABEEP LATER
+# VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
+viaenv* at pci? dev ? function ?
+
# Serial Devices
# ISA serial interfaces
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports