Instead of creating a node, you could install your driver as a pseudo driver, 
by creating a /kernel/drv/ipmi_lpc.conf (or whatever's you driver name) file 
containing the line:

name="ipmi_lpc" parent="pseudo" instance=0;

The system will load the driver even if there isn't a hardware node for it. 
Then access any I/O address you like, considering that *you know* that no other 
driver on the system accesses (or at least doesn't write or 
reads-with-side-effect) this same address.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to