From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 26 12:10:47 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCA416A415 for ; Wed, 26 Apr 2006 12:10:47 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D661743D46 for ; Wed, 26 Apr 2006 12:10:44 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp215-147.lns1.adl2.internode.on.net [203.122.215.147]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k3QCAdXW043562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Apr 2006 21:40:40 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-hackers@freebsd.org Date: Wed, 26 Apr 2006 21:40:23 +0930 User-Agent: KMail/1.9.1 References: <1146037663$82118$49670145@hongz@promisechina.com> In-Reply-To: <1146037663$82118$49670145@hongz@promisechina.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2222438.ob7xXpjV6P"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200604262140.35941.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: hongz@promisechina.com Subject: Re: Can kldload trigger pci bus rescan? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 12:10:47 -0000 --nextPart2222438.ob7xXpjV6P Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 26 April 2006 17:17, hongz@promisechina.com wrote: > I tried to use kldload to load our HBA driver. But the driver's pci probe > function can not find the HBA card! Does it mean that kldload can not > trigger pci bus rescan? If so, what should I do for triggering pci bus > rescan after loading our pci driver? It will reprobe.. Well, all of the probe functions in the kernel will be called again. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2222438.ob7xXpjV6P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBET2M75ZPcIHs/zowRAiUeAKCHAgk36tiwmZDjRGL+qReBwfa86gCcCAiT wGegtMojweLgEi9sn8gTXZ4= =IK1Z -----END PGP SIGNATURE----- --nextPart2222438.ob7xXpjV6P--