diff options
author | murray <murray@FreeBSD.org> | 2003-04-07 11:26:54 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2003-04-07 11:26:54 +0000 |
commit | ee2d32bb639d4726580b5cbba7d8f5aecd3f2c1e (patch) | |
tree | 7c06ed77434b7ed937496dcaa8c909984978a1e6 /share | |
parent | cd2eac57233a774ef831477fa3679f232543e1c0 (diff) | |
download | FreeBSD-src-ee2d32bb639d4726580b5cbba7d8f5aecd3f2c1e.zip FreeBSD-src-ee2d32bb639d4726580b5cbba7d8f5aecd3f2c1e.tar.gz |
Note that Sitecom CN-300 MultiFlash works with FreeBSD and provide
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
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 |