Date: Fri, 8 Oct 2004 00:28:54 -0700 From: Bruce M Simpson <bms@spc.org> To: freebsd-scsi@FreeBSD.org Cc: ken@FreeBSD.org Subject: [PATCH] Add UFI related mode pages to scsi_modes Message-ID: <20041008072854.GC718@empiric.icir.org>
next in thread | raw e-mail | index | archive | help
--a2FkP9tdjPU2nyhF Content-Type: multipart/mixed; boundary="6zdv2QT/q3FMhpsV" Content-Disposition: inline --6zdv2QT/q3FMhpsV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Please Cc: me as I am not subscribed to -scsi] Any objections to my committing this patch to HEAD? Most of the details herein come from the USB Mass Storage UFI Spec. Regards, BMS --6zdv2QT/q3FMhpsV Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="scsi_modes.diff" Content-Transfer-Encoding: quoted-printable --- /usr/src/share/misc/scsi_modes Sun Feb 24 05:27:57 2002 +++ scsi_modes Fri Oct 8 00:26:13 2004 @@ -291,6 +291,28 @@ {Reserved} *i4 } =20 +# Removable devices +0x1b "Removable Block Access Capacities Page" { + {System Floppy Type Device} t1 + {Supports Reporting Format Progress} t1 + {Reserved} *t6 + {Non CD Optical Device} t1 + {Single or Multiple LUN Supported} t1 + {Reserved} *t3 + {Total Logical Units Supported} t3 + {Reserved} *i8 +} + +0x1c "Timer and Protect Page" { + {Reserved} *i1 + {Reserved} *t4 + {Inactivity Time Multiplier} t4 + {Reserved} *t6 + {Disable Media Access until Power Cycle} t1 + {Software Write Protect until Power Cycle} t1 + {Reserved} *i3 +} + # CD-ROM (and CD-R[W]) devices 0x2a "CD capabilities and mechanical status page" { {Reserved} *t4 --6zdv2QT/q3FMhpsV-- --a2FkP9tdjPU2nyhF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFBZkG1ueUpAYYNtTsRAoLOAKCMbMTwIgeYX7ePTLiRsVe0dqx45wCZARSg IwEKd0xfYfJegefBEZSJMwg= =6FzX -----END PGP SIGNATURE----- --a2FkP9tdjPU2nyhF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041008072854.GC718>