Disable the coretemp and nvram on pc98.

This commit is contained in:
Yoshihiro Takahashi 2007-10-26 13:42:17 +00:00
parent b493fda6e0
commit c2a6fe6133
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173021

View File

@ -371,7 +371,6 @@ _cardbus= cardbus
_cbb= cbb
_ce= ce
_coff= coff
_coretemp= coretemp
_cp= cp
_cpufreq= cpufreq
_cs= cs
@ -399,7 +398,6 @@ _mse= mse
_ncp= ncp
.endif
_ncv= ncv
_nvram= nvram
_ndis= ndis
_nsp= nsp
.if ${MK_NCP} != "no"
@ -439,6 +437,7 @@ _asr= asr
_bios= bios
_ciss= ciss
_cm= cm
_coretemp= coretemp
_ctau= ctau
_cx= cx
_dpt= dpt
@ -460,6 +459,7 @@ _ixgb= ixgb
_mly= mly
_nfe= nfe
_nve= nve
_nvram= nvram
_nxge= nxge
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
.if exists(${.CURDIR}/../crypto/via)