Importing pci devices in solaris zone
Hello,
I have written a driver for a proprietary PCI card that is plugged in a PCI slot on a SPARC machine.
I have a symbolic link in /dev to the physical path in /devices :
ln -s /devices/...... /dev/pcixxx
I used zonecfg "add device" to import /dev/pcixxx device in a zone but I can't see /dev/pcixxx in the zone after rebooting it.
Is there requirements when writing device drivers so that the corresponding device can be imported in a zone ?
Thanks for answer.