Steven Stallion wrote: > All, > > I am looking at implementing a nexus driver which would potentially > maintain leaf nodes associated with one or more PCI/PCIe/PCI-X devices. > Looking through sunndi.h, promif.h, etc. I do not see any specific > functions for searching the device tree for a given device/vendor ID.
I probably hit "Send" too quickly... My question has more to do with finding dev_info_t handles. Since these are devices hanging off of the PCI bus, dev_info_t's should already exist (somewhere). Essentially, I would like to hand off matching dev_info_t's elsewhere for driver setup rather than making use of attach(9E). Unfortunately I cannot be any more specific other than this has something to do with non-MPxIO multi-pathing). HTH, Steve _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
