aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-22 04:18:17 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-22 04:18:17 +0000
commitc39df7897f7f8b7bf596935e54d85faabe936ddb (patch)
tree1e72fdb2ca1cab12a2360f255e8d19f0fa7e9e1e /sys/dev/mpt
parent2beb708522f9bfc63fdcacebaa16ec8434f1bfde (diff)
Notes
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index cd55b4b2f110..f1fb018a660e 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -268,11 +268,6 @@ mpt_set_options(struct mpt_softc *mpt)
tval = 0;
if (resource_int_value(device_get_name(mpt->dev),
- device_get_unit(mpt->dev), "disable", &tval) == 0 && tval != 0) {
- mpt->disabled = 1;
- }
- tval = 0;
- if (resource_int_value(device_get_name(mpt->dev),
device_get_unit(mpt->dev), "debug", &tval) == 0 && tval != 0) {
mpt->verbose = tval;
}