From mboxrd@z Thu Jan 1 00:00:00 1970 From: Douglas Gilbert Subject: [PATCH] libata: ATA Information VPD page, minor Date: Mon, 19 Sep 2005 20:29:58 +1000 Message-ID: <432E9326.10206@torque.net> Reply-To: dougg@torque.net Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030002050908060907020703" Return-path: Sender: linux-scsi-owner@vger.kernel.org Cc: Jeff Garzik , linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, htejun@gmail.com List-Id: linux-ide@vger.kernel.org This is a multi-part message in MIME format. --------------030002050908060907020703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Jeff, Here is a small followup patch for the ATA Information VPD page. Changelog: - add entry for ATA information VPD page [0x89] in the Supported VPD pages VPD page [0x0] Doug Gilbert --------------030002050908060907020703 Content-Type: text/x-patch; name="libata2614rc1err_ai2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libata2614rc1err_ai2.diff" --- linux/drivers/scsi/libata-scsi.c 2005-09-19 20:14:15.000000000 +1000 +++ linux/drivers/scsi/libata-scsi.c2614rc1err_ai2 2005-09-19 20:12:34.000000000 +1000 @@ -1065,7 +1065,8 @@ const u8 pages[] = { 0x00, /* page 0x00, this page */ 0x80, /* page 0x80, unit serial no page */ - 0x83 /* page 0x83, device ident page */ + 0x83, /* page 0x83, device ident page */ + 0x89, /* page 0x89, ATA Information page */ }; rbuf[3] = sizeof(pages); /* number of supported EVPD pages */ --------------030002050908060907020703--