From 0dd84b41dbd173b5ee0999315b762e0e558e641b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Jun 2011 16:54:44 +0000 Subject: [PATCH] Corrected t10_dev_id and usn documentation. git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3502 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scst/README b/scst/README index fdbc5a4ae..3d10dec7d 100644 --- a/scst/README +++ b/scst/README @@ -924,11 +924,13 @@ Each vdisk_fileio's device has the following attributes in identifier for Device Identification VPD page (0x83) of INQUIRY data. By default VDISK handler always generates t10_dev_id for every new created device at creation time based on the device name and - scst_vdisk_ID scst_vdisk.ko module parameter (see below). + scst_vdisk_ID scst_vdisk.ko module parameter for procfs (see below) + or the SCST setup_id when using the sysfs interface (see above). - usn - contains the virtual device's serial number of INQUIRY data. It is created at the device creation time based on the device name and - scst_vdisk_ID scst_vdisk.ko module parameter (see below). + scst_vdisk_ID scst_vdisk.ko module parameter for procfs (see below) + or the SCST setup_id when using the sysfs interface (see above). - type - contains SCSI type of this virtual device.