diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/umass.4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man4/umass.4 b/share/man/man4/umass.4 index 6a90eaa..f2ef3d5 100644 --- a/share/man/man4/umass.4 +++ b/share/man/man4/umass.4 @@ -65,6 +65,8 @@ Among the supported models are: SanDisk SDDR-31 (Compact Flash) .It SanDisk SDDR-75 (only Compact Flash port works) +.It +Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) .El .Pp .Nm usb @@ -92,6 +94,16 @@ Rescan a Zip drive that was added after boot. The command above assumes that the Zip drive is the first SCSI bus in the system. .Pp +.Dl camcontrol rescan 0:0:0 +.Dl camcontrol rescan 0:0:1 +.Dl camcontrol rescan 0:0:2 +.Dl camcontrol rescan 0:0:3 +.Pp +Rescan all slots on a multi-slot flash reader, where the slots map to separate +LUNs on a single SCSI ID. Typically only the first slot will be enabled at +boot time. Again, this assumes that the flash reader is the first SCSI bus in +the system. +.Pp .Dl disklabel -w -r da0 zip100 .Dl newfs da0c .Dl mount -t ufs /dev/da0c /mnt |