Masayuki Murayama ???: >I have the same problems on my ethernet drivers. The driver binaries compiled >and linked on Solaris NV, cause undefined symbol errors on Solaris10. >Would you tell me how you make the binaries independent for Solaris NV. > > > If "the same problems" you mentioned is about pci_config_get8, pci_config_getb, etc, I think using ddi_get8() instead will work, since ddi_get exists in all the versions.
-Brian