Re: Can kldload trigger pci bus rescan?
- From: "M. Warner Losh" <imp@xxxxxxxxxx>
- Date: Wed, 26 Apr 2006 10:34:50 -0600 (MDT)
In message: <1146037663$82118$49670145@hongz@promisechina.com>
<hongz@xxxxxxxxxxxxxxxx> 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
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- Can kldload trigger pci bus rescan?
- From: hongz
- Can kldload trigger pci bus rescan?
- Prev by Date: Re: [ANN] unionfs patchset-11 release
- Next by Date: Need some help on a pivot_root() syscall implementation
- Previous by thread: Re: Can kldload trigger pci bus rescan?
- Next by thread: Re: Can kldload trigger pci bus rescan?
- Index(es):
Relevant Pages
|