svn commit: r206402 - stable/7/sys/cam/scsi

Matt Jacob mjacob at FreeBSD.org
Thu Apr 8 18:38:51 UTC 2010


Author: mjacob
Date: Thu Apr  8 18:38:50 2010
New Revision: 206402
URL: http://svn.freebsd.org/changeset/base/206402

Log:
  This is an MFC of 206029
  Add a couple missing basic mode page codes.

Modified:
  stable/7/sys/cam/scsi/scsi_all.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/cam/scsi/scsi_all.h
==============================================================================
--- stable/7/sys/cam/scsi/scsi_all.h	Thu Apr  8 18:33:35 2010	(r206401)
+++ stable/7/sys/cam/scsi/scsi_all.h	Thu Apr  8 18:38:50 2010	(r206402)
@@ -170,6 +170,8 @@ struct scsi_mode_sense_6
 #define	SMS_PAGE_CODE 			0x3F
 #define SMS_VENDOR_SPECIFIC_PAGE	0x00
 #define SMS_DISCONNECT_RECONNECT_PAGE	0x02
+#define SMS_FORMAT_DEVICE_PAGE		0x03
+#define SMS_GEOMETRY_PAGE		0x04
 #define SMS_CACHE_PAGE			0x08
 #define SMS_PERIPHERAL_DEVICE_PAGE	0x09
 #define SMS_CONTROL_MODE_PAGE		0x0A


More information about the svn-src-all mailing list