Added viaenv(4), which no longer crashes the system during attachment since

todays bug fix in the driver.
This commit is contained in:
phx 2010-12-10 21:27:21 +00:00
parent 2022dcaf61
commit 5e554614ee
2 changed files with 10 additions and 4 deletions

View File

@ -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 @@ include "arch/ofppc/conf/std.ofppc"
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 @@ attimer0 at isa? # AT Timer
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

View File

@ -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 @@ include "arch/ofppc/conf/std.ofppc"
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 @@ attimer0 at isa? # AT Timer
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