All of lore.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dougg@torque.net>
Cc: Jeff Garzik <jgarzik@pobox.com>,
	linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org,
	htejun@gmail.com
Subject: [PATCH] libata: ATA Information VPD page, minor
Date: Mon, 19 Sep 2005 20:29:58 +1000	[thread overview]
Message-ID: <432E9326.10206@torque.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

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

[-- Attachment #2: libata2614rc1err_ai2.diff --]
[-- Type: text/x-patch, Size: 492 bytes --]

--- 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 */
 

             reply	other threads:[~2005-09-19 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-19 10:29 Douglas Gilbert [this message]
2005-10-04 11:41 ` [PATCH] libata: ATA Information VPD page, minor Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=432E9326.10206@torque.net \
    --to=dougg@torque.net \
    --cc=htejun@gmail.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.