From owner-svn-src-all@FreeBSD.ORG Thu Apr 8 18:38:51 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A61C106564A; Thu, 8 Apr 2010 18:38:51 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 68A8F8FC1A; Thu, 8 Apr 2010 18:38:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o38Icpmj000987; Thu, 8 Apr 2010 18:38:51 GMT (envelope-from mjacob@svn.freebsd.org) Received: (from mjacob@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o38Icp2e000985; Thu, 8 Apr 2010 18:38:51 GMT (envelope-from mjacob@svn.freebsd.org) Message-Id: <201004081838.o38Icp2e000985@svn.freebsd.org> From: Matt Jacob Date: Thu, 8 Apr 2010 18:38:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r206402 - stable/7/sys/cam/scsi X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 18:38:51 -0000 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