freebsd-dev/sys/geom/nop
Pawel Jakub Dawidek 969ff54d70 - Fix unloading by the same way it is done in my other classes:
set gp->softc to NULL and return ENXIO when it is NULL, so GEOM
  will not panic or hang, but unload one device on every 'unload'.
  This make 'unload' command usable, but it have to be executed
  <number of devices> + 1 times.
- Made use of 'pp' variable.
2004-08-02 00:37:40 +00:00
..
g_nop.c - Fix unloading by the same way it is done in my other classes: 2004-08-02 00:37:40 +00:00
g_nop.h - Add '-S' option, which allow to specify sector size for transparent 2004-07-30 08:19:22 +00:00