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
This commit is contained in:
parent
cd2eac5723
commit
ee2d32bb63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user