Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 18:41:58 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255320 - head/sys/dev/hpt27xx
Message-ID:  <201309061841.r86IfwPF097492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Sep  6 18:41:57 2013
New Revision: 255320
URL: http://svnweb.freebsd.org/changeset/base/255320

Log:
  Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
  
  This change is a 9.2-RELEASE candidate.
  
  Approved by:	HighPoint Technologies

Modified:
  head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c

Modified: head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
==============================================================================
--- head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c	Fri Sep  6 17:51:52 2013	(r255319)
+++ head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c	Fri Sep  6 18:41:57 2013	(r255320)
@@ -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);
 			}
 		}
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061841.r86IfwPF097492>