NetBSD/sys/miscfs/specfs
tsutsui 445e8226bb Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078:
Don't try to load a driver module if the driver is already exist but just
 not attached. [bc]dev_open() could return ENXIO even if the driver exists.

XXX: Maybe this should be handled by helper functions for
XXX: module_autoload() calls on demand.
2009-10-04 06:23:58 +00:00
..
Makefile
spec_vnops.c Put workaround fix for LOCKDEBUG panic mentioned in PR kern/41078: 2009-10-04 06:23:58 +00:00
specdev.h