summaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-22 03:41:14 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-22 03:41:14 +0000
commit76b7512247ab3bdfffaa4663ff1cc9b6c29cc915 (patch)
tree170a58f7db6c673c79f71ba7f0ca237a68dc273b /sys/dev/amdtemp
parentc9657073118a0216de5987ebf590896db2c4d62b (diff)
Notes
Diffstat (limited to 'sys/dev/amdtemp')
-rw-r--r--sys/dev/amdtemp/amdtemp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c
index 6d106aed0cb8..53714c6e297f 100644
--- a/sys/dev/amdtemp/amdtemp.c
+++ b/sys/dev/amdtemp/amdtemp.c
@@ -185,9 +185,6 @@ amdtemp_probe(device_t dev)
{
uint32_t family, model;
- if (resource_disabled("amdtemp", 0))
- return (ENXIO);
-
family = CPUID_TO_FAMILY(cpu_id);
model = CPUID_TO_MODEL(cpu_id);