Date: Wed, 26 Apr 2006 10:34:50 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: hongz@promisechina.com Cc: freebsd-hackers@freebsd.org Subject: Re: Can kldload trigger pci bus rescan? Message-ID: <20060426.103450.46658198.imp@bsdimp.com> In-Reply-To: <1146037663$82118$49670145@hongz@promisechina.com> References: <1146037663$82118$49670145@hongz@promisechina.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <1146037663$82118$49670145@hongz@promisechina.com> <hongz@promisechina.com> writes: : 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? kldload of a driver with a pci attachment will cause all pci busses to reprobe/attach their unattached children automatically. When you say that the driver's probe function can not find the HBA card, what do you mean? That none of the devices presented to it are accepted? Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060426.103450.46658198.imp>