Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.

This change is a 9.2-RELEASE candidate.

Approved by:	HighPoint Technologies
This commit is contained in:
Xin LI 2013-09-06 18:41:57 +00:00
parent 2ee9b44cae
commit 7acd42244e

View File

@ -52,7 +52,7 @@ static int hpt_probe(device_t dev)
memset(hba, 0, sizeof(HBA));
hba->ext_type = EXT_TYPE_HBA;
hba->ldm_adapter.him = him;
return 0;
return (BUS_PROBE_DEFAULT);
}
}
}