X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fscsi_id%2Fscsi_id.config;h=d2a10a5f7b3a6009b3e807ab449766632348f1ef;hb=0c0b3f97cad4c34140dda3aa85a9bc74badb4b16;hp=f3fc4b3fdac4a0359a3cbe92f4a0691eb099934e;hpb=e996d97835c8d0728a9d4880e9e1f8f285cadf4b;p=elogind.git diff --git a/extras/scsi_id/scsi_id.config b/extras/scsi_id/scsi_id.config index f3fc4b3fd..d2a10a5f7 100644 --- a/extras/scsi_id/scsi_id.config +++ b/extras/scsi_id/scsi_id.config @@ -1,43 +1,17 @@ # -# Informational and example scsi_id.config file for use with scsi_id. +# scsi_id configuration # - -# General syntax is: -# -# lower or upper case has no affect on the left side. Quotes (") are -# required if you need spaces in values. Model is the same as the SCSI +# lower or upper case has no effect on the left side. Quotes (") are +# required for spaces in values. Model is the same as the SCSI # INQUIRY product identification field. Per the SCSI INQUIRY, the vendor # is limited to 8 bytes, model to 16 bytes. # -# The first maching line found is used. Short matches match longer ones, +# The first matching line found is used. Short matches match longer ones, # if you do not want such a match space fill the extra bytes. If no model # is specified, only the vendor string need match. # -# The "option" line is searched when scsi_id first starts up (for use with -# hotplug during boot). -# # options= -# # vendor=string[,model=string],options= -# -# If you normally don't need scsi id's, or might be attaching devices of -# an unknown functionality, black list everyone. This is the default -# behaviour (if no -b or -g is specified). -# -options=-b - -# -# Then white list devices on your system that have correct and useful id's: -# -vendor=someone, model=nicedrive, options=-g - -# If you all the scsi devices are your system support valid id's, remove -# the -b line above, and mark all devices as good: - -## options=-g - -# Then black list any offenders. Missing entries here could be dangerous -# if you rely on the id for naming or multi-path configuration! - -## vendor=ELBONIA, model=borken, options=-b +# some libata drives require vpd page 0x80 +vendor="ATA",options=-p 0x80