* Improving sata_vsc PCI ID usage...
@ 2006-06-27 0:54 Jeff Garzik
2006-06-27 4:28 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2006-06-27 0:54 UTC (permalink / raw)
To: linux-ide@vger.kernel.org; +Cc: bcasavan, jes, akpm, gregkh
[-- Attachment #1: Type: text/plain, Size: 71 bytes --]
FYI, I just committed the attached patch to libata-dev.git...
Jeff
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1972 bytes --]
commit 438bc9c3dec27ab37f0ff78471d0b8b91addd2dd
Author: Jeff Garzik <jeff@garzik.org>
Date: Mon Jun 26 20:52:17 2006 -0400
[libata] sata_vsc: partially revert a PCI ID-related commit
Partially revert 74d0a988d3aa359b6b8a8536c8cb92cce02ca5d5:
[PATCH] PCI: Move various PCI IDs to header file
libata policy is to avoid use of named PCI device ID constants.
These are often single-use constants, which have little value over
direct numeric constants save for constant include/linux/pci_ids.h
patching/merging headaches.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/sata_vsc.c | 10 +++-------
include/linux/pci_ids.h | 1 -
2 files changed, 3 insertions(+), 8 deletions(-)
438bc9c3dec27ab37f0ff78471d0b8b91addd2dd
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c
index 01893a0..616fd96 100644
--- a/drivers/scsi/sata_vsc.c
+++ b/drivers/scsi/sata_vsc.c
@@ -443,16 +443,12 @@ err_out:
}
-/*
- * Intel 31244 is supposed to be identical.
- * Compatibility is untested as of yet.
- */
static const struct pci_device_id vsc_sata_pci_tbl[] = {
- { PCI_VENDOR_ID_VITESSE, PCI_DEVICE_ID_VITESSE_VSC7174,
+ { PCI_VENDOR_ID_VITESSE, 0x7174,
PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 },
- { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_GD31244,
+ { PCI_VENDOR_ID_INTEL, 0x3200,
PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 },
- { }
+ { } /* terminate list */
};
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index c2fd2d1..6abd276 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2170,7 +2170,6 @@ #define PCI_DEVICE_ID_INTEL_ICH8_3 0x281
#define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815
#define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e
#define PCI_DEVICE_ID_INTEL_ICH8_6 0x2850
-#define PCI_DEVICE_ID_INTEL_GD31244 0x3200
#define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340
#define PCI_DEVICE_ID_INTEL_82830_HB 0x3575
#define PCI_DEVICE_ID_INTEL_82830_CGC 0x3577
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Improving sata_vsc PCI ID usage...
2006-06-27 0:54 Improving sata_vsc PCI ID usage Jeff Garzik
@ 2006-06-27 4:28 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2006-06-27 4:28 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, bcasavan, jes, akpm
On Mon, Jun 26, 2006 at 08:54:45PM -0400, Jeff Garzik wrote:
> FYI, I just committed the attached patch to libata-dev.git...
>
> Jeff
>
>
> commit 438bc9c3dec27ab37f0ff78471d0b8b91addd2dd
> Author: Jeff Garzik <jeff@garzik.org>
> Date: Mon Jun 26 20:52:17 2006 -0400
>
> [libata] sata_vsc: partially revert a PCI ID-related commit
>
> Partially revert 74d0a988d3aa359b6b8a8536c8cb92cce02ca5d5:
>
> [PATCH] PCI: Move various PCI IDs to header file
>
> libata policy is to avoid use of named PCI device ID constants.
> These are often single-use constants, which have little value over
> direct numeric constants save for constant include/linux/pci_ids.h
> patching/merging headaches.
>
> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-27 4:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 0:54 Improving sata_vsc PCI ID usage Jeff Garzik
2006-06-27 4:28 ` Greg KH
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).