Hi,

I hope someone can help me with this query on devfs..

When device node instances are created in the device tree, there is an empty 
nexus directory created for each of these instances..

brw-------   1 root     sys      221, 96 Apr 20 10:37 [EMAIL PROTECTED]:a,blk
crw-------   1 root     sys      221, 96 Apr 20 10:37 [EMAIL PROTECTED]:a,raw
brw-------   1 root     sys      221, 97 Apr 20 10:37 [EMAIL PROTECTED]:b,blk
crw-------   1 root     sys      221, 97 Apr 20 10:37 [EMAIL PROTECTED]:b,raw
..
[EMAIL PROTECTED]:
total 0

I want to remove this driver instance from the kernel with the module loaded..I 
have tried using ddi_remove_minor_node which only gets rid of the minor nodes 
leaving the directory in the devfs..Also tried using devfs_clean with the dip 
of the driver instance which did not work..Is there any way this can be done 
without a reboot or a kernel api that can be used to remove the instance 
cleanly..Thanks..
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to