diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-02-13 03:42:53 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-02-13 03:42:53 +0000 |
commit | 9b2ee8a7a56ebf37f61e8c9208e6219c82af8f78 (patch) | |
tree | f51119d5d40a9daf9c589306223fbd169cdacae2 /share/man/man4/sbp.4 | |
parent | dad13b35df531f1a6c8ab263d69c86a17e46a354 (diff) | |
download | FreeBSD-src-9b2ee8a7a56ebf37f61e8c9208e6219c82af8f78.zip FreeBSD-src-9b2ee8a7a56ebf37f61e8c9208e6219c82af8f78.tar.gz |
Add description about device detaching.
Diffstat (limited to 'share/man/man4/sbp.4')
-rw-r--r-- | share/man/man4/sbp.4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man4/sbp.4 b/share/man/man4/sbp.4 index 72d9241..2b2e6f5 100644 --- a/share/man/man4/sbp.4 +++ b/share/man/man4/sbp.4 @@ -58,6 +58,15 @@ driver provides support for SBP-2 devices that attach to the firewire It should work with SBP-2 devices which CAM layer supports, for example, HDD, CDROM drive and DVD drive. .Pp +Some users familier with +.Xr umass 4 +might wander why the device is not detached at the CAM layer when the device +is unplugged. It's detached only if the device has not been plugged again +during several bus resets. This is for preventing to detach an active filesystem +even when the device cannot be probe correctly for some reason after a bus reset +or when the device is temporary disconnected because the user changes the bus +topology. If you want to force to detach the device, run 'fwcontrol -r' +several times. .Sh SEE ALSO .Xr camcontrol 8 , .Xr firewire 4 , |