summaryrefslogtreecommitdiffstats
path: root/sys/dev/hpt27xx
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-09-06 18:41:57 +0000
committerdelphij <delphij@FreeBSD.org>2013-09-06 18:41:57 +0000
commit6965cdad6639b93d4b619f8e095c037377cd0d66 (patch)
tree1b4a744bfc723b7e8f84ae66ca85f11c6842509b /sys/dev/hpt27xx
parentcf3713518595a1e12a02ab5ca33b78585ca53076 (diff)
downloadFreeBSD-src-6965cdad6639b93d4b619f8e095c037377cd0d66.zip
FreeBSD-src-6965cdad6639b93d4b619f8e095c037377cd0d66.tar.gz
Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
This change is a 9.2-RELEASE candidate. Approved by: HighPoint Technologies
Diffstat (limited to 'sys/dev/hpt27xx')
-rw-r--r--sys/dev/hpt27xx/hpt27xx_osm_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
index 636906d..3c9f0ac 100644
--- a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
+++ b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
@@ -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);
}
}
}
OpenPOWER on IntegriCloud