In message: <[EMAIL PROTECTED]@promisechina.com>
            <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to