Add and enable piixpm. Confirmed working under VMware Fusion.
This commit is contained in:
parent
ab591ccf7c
commit
14b3c39f2a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.194 2007/12/31 15:31:47 ad Exp $
|
||||
# $NetBSD: GENERIC,v 1.195 2008/01/01 10:48:36 jmmv Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.194 $"
|
||||
#ident "GENERIC-$Revision: 1.195 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -413,6 +413,10 @@ nfsmbc* at pci? dev ? function ?
|
|||
nfsmb* at nfsmbc?
|
||||
iic* at nfsmb?
|
||||
|
||||
# Intel PIIX4 power management controllers
|
||||
piixpm* at pci? dev ? function ? # PIIX4 compatible PM controller
|
||||
iic* at piixpm? # SMBus on PIIX4
|
||||
|
||||
# Intel Core's on-die Thermal sensor
|
||||
options INTEL_CORETEMP
|
||||
|
||||
|
|
Loading…
Reference in New Issue