Date: Wed, 25 Jan 2017 11:47:16 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312750 - head/share/misc Message-ID: <201701251147.v0PBlGd0079109@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Wed Jan 25 11:47:16 2017 New Revision: 312750 URL: https://svnweb.freebsd.org/changeset/base/312750 Log: Add Timeout and Protect mode page description from MMC-6. MFC after: 2 weeks Modified: head/share/misc/scsi_modes Modified: head/share/misc/scsi_modes ============================================================================== --- head/share/misc/scsi_modes Wed Jan 25 10:34:37 2017 (r312749) +++ head/share/misc/scsi_modes Wed Jan 25 11:47:16 2017 (r312750) @@ -478,4 +478,17 @@ {Current Write Speed Supported (kBps)} i2 }; +0x1d "Timeout and Protect" { + {Reserved} *i2 + {Reserved} *t4 + {G3Enable} t1 + {TMOE} t1 + {DISP} t1 + {SWPP} t1 + {Reserved} *i1 + {Group 1 Minimum Timeout} i2 + {Group 2 Minimum Timeout} i2 + {Group 3 Timeout} i2 +}; + 0x00 "Vendor-Specific";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251147.v0PBlGd0079109>