* [PATCH] libata: ATA Information VPD page, minor
@ 2005-09-19 10:29 Douglas Gilbert
2005-10-04 11:41 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Douglas Gilbert @ 2005-09-19 10:29 UTC (permalink / raw)
Cc: Jeff Garzik, linux-scsi, linux-ide, htejun
[-- 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 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libata: ATA Information VPD page, minor
2005-09-19 10:29 [PATCH] libata: ATA Information VPD page, minor Douglas Gilbert
@ 2005-10-04 11:41 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-10-04 11:41 UTC (permalink / raw)
To: dougg; +Cc: linux-scsi, linux-ide, htejun
Douglas Gilbert wrote:
> 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]
Obviously OK. Please incorporate this into the previous ATA Info VPD
page patch.
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-04 11:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-19 10:29 [PATCH] libata: ATA Information VPD page, minor Douglas Gilbert
2005-10-04 11:41 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).