After reading the information for the nfo driver more carefully, I saw the instructions for recompiling the nfo driver with GLDv3 support. http://homepage2.nifty.com/mrym3/taiyodo/eng/
I installed the gcc-dev package and followed the instructions that came with the driver. I was getting an error during compilation and I found the a thread were the problem was discusses and solved. http://opensolaris.org/jive/thread.jspa?threadID=60123&tstart=195 I downloaded the mac.h and mac_ether.h files from http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/sys/. I put them in a sys directory in the same directory where I extracted the driver source. Then I modified the Makefile.config_gld3 file in two locations. #ONUTSDIR = /home/mrym/opensolaris/usr/src/uts ONUTSDIR = /export/home/me/Documents/nfo-2.6.0 and #ONUTSDIR = /home/mrym/opensolaris/usr/src/uts ONUTSDIR = /export/home/me/Documents/nfo-2.6.0 This allowed me to compile and install the driver. After doing this I am able to use /usr/lib/vna to create a virtual nic. And as the search never ends, I am now attempting to learn to delete the vnic. (C: This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
