Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/conf Added viaenv(4), which no longer crashes...
details: https://anonhg.NetBSD.org/src/rev/68afece369c0
branches: trunk
changeset: 759468:68afece369c0
user: phx <phx%NetBSD.org@localhost>
date: Fri Dec 10 21:27:21 2010 +0000
description:
Added viaenv(4), which no longer crashes the system during attachment since
todays bug fix in the driver.
diffstat:
sys/arch/ofppc/conf/GENERIC | 7 +++++--
sys/arch/ofppc/conf/GENERIC.MP | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r 20a529a77d9e -r 68afece369c0 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC Fri Dec 10 21:20:09 2010 +0000
+++ b/sys/arch/ofppc/conf/GENERIC Fri Dec 10 21:27:21 2010 +0000
@@ -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
diff -r 20a529a77d9e -r 68afece369c0 sys/arch/ofppc/conf/GENERIC.MP
--- a/sys/arch/ofppc/conf/GENERIC.MP Fri Dec 10 21:20:09 2010 +0000
+++ b/sys/arch/ofppc/conf/GENERIC.MP Fri Dec 10 21:27:21 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index