Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2010 01:49:43 +0000 (UTC)
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206029 - head/sys/cam/scsi
Message-ID:  <201004010149.o311nh5I086335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjacob
Date: Thu Apr  1 01:49:43 2010
New Revision: 206029
URL: http://svn.freebsd.org/changeset/base/206029

Log:
  Add a couple missing basic mode page codes.
  
  MFC after:	1 week

Modified:
  head/sys/cam/scsi/scsi_all.h

Modified: head/sys/cam/scsi/scsi_all.h
==============================================================================
--- head/sys/cam/scsi/scsi_all.h	Thu Apr  1 01:27:10 2010	(r206028)
+++ head/sys/cam/scsi/scsi_all.h	Thu Apr  1 01:49:43 2010	(r206029)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004010149.o311nh5I086335>