When testing a NIC driver on b130, I ran into a problem
where devfs complains after running add_drv:

devfsadm[550]: verbose: no devfs node or mismatched dev_t for /devices/p...@0,0/pci8086,2...@6/pci111d,8...@0/pci111d,8...@2/pci14c1,a...@0:myri10ge0
Driver (myri10ge) installed.


If I look in that directory, I see a strange looking file:

% ls -liF /devices/p...@0,0/pci8086,2...@6/pci111d,8...@0/pci111d,8...@2
total 2
? ?--------- ? ? ? ? ? /devices/p...@0,0/pci8086,2...@6/pci111d,8...@0/pci111d,8...@2/pci14c1,a...@0:myri10ge0
2172125187 drwxr-xr-x 2 root sys 2 Jan 20 11:47 pci14c1,a...@0/


The NIC driver is loaded and working, but I just can't configure it
since the device node is bad.   I'm assuming that bad file
is the result of corruption in some devfs config file.  But
I don't know how to fix it.  I've tried reboot -- r,
as well as rm -rf /etc/devices/*; touch /reconfigure; sync;sync;sync
and pulling the power cord, but the bad file remains.
I've also tried rm'ing the file and mv'ing it aside.

Help!

Thanks,

Drew
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to