summaryrefslogtreecommitdiff
path: root/sys/dev/asmc
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/asmc
parentc9657073118a0216de5987ebf590896db2c4d62b (diff)
Notes
Diffstat (limited to 'sys/dev/asmc')
-rw-r--r--sys/dev/asmc/asmc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c
index 5fc8c4128cb5..8c25679e8062 100644
--- a/sys/dev/asmc/asmc.c
+++ b/sys/dev/asmc/asmc.c
@@ -291,8 +291,6 @@ asmc_probe(device_t dev)
{
struct asmc_model *model;
- if (resource_disabled("asmc", 0))
- return (ENXIO);
if (ACPI_ID_PROBE(device_get_parent(dev), dev, asmc_ids) == NULL)
return (ENXIO);