diff options
author | Francesco Ruggeri <fruggeri@arista.com> | 2014-09-24 13:12:41 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-09-24 13:52:09 -0400 |
commit | 94e57fea62020dbf6e5d0093eabcd28366e86044 (patch) | |
tree | a1e34adb05df56c48397a5ec5de7cf4a5f3088f8 | |
parent | 63ddc0b8fe5ebbac88e2ac84b489470bf3a22965 (diff) |
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
Move PCI_VENDOR_ID_VMWARE from device-specific files to pci_ids.h.
It is useful to always have access to it, especially when accessing
subsystem_vendor_id on emulated devices.
[bhelgaas: keep pci_ids.h sorted and use lower-case hex]
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/gpu/drm/vmwgfx/svga_reg.h | 1 | ||||
-rw-r--r-- | drivers/misc/vmw_vmci/vmci_guest.c | 1 | ||||
-rw-r--r-- | drivers/net/vmxnet3/vmxnet3_int.h | 1 | ||||
-rw-r--r-- | drivers/scsi/vmw_pvscsi.h | 1 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 2 |
5 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/vmwgfx/svga_reg.h b/drivers/gpu/drm/vmwgfx/svga_reg.h index 11323dd5196f..e4259c2c1acc 100644 --- a/drivers/gpu/drm/vmwgfx/svga_reg.h +++ b/drivers/gpu/drm/vmwgfx/svga_reg.h | |||
@@ -35,7 +35,6 @@ | |||
35 | /* | 35 | /* |
36 | * PCI device IDs. | 36 | * PCI device IDs. |
37 | */ | 37 | */ |
38 | #define PCI_VENDOR_ID_VMWARE 0x15AD | ||
39 | #define PCI_DEVICE_ID_VMWARE_SVGA2 0x0405 | 38 | #define PCI_DEVICE_ID_VMWARE_SVGA2 0x0405 |
40 | 39 | ||
41 | /* | 40 | /* |
diff --git a/drivers/misc/vmw_vmci/vmci_guest.c b/drivers/misc/vmw_vmci/vmci_guest.c index 248399a881af..189b32519748 100644 --- a/drivers/misc/vmw_vmci/vmci_guest.c +++ b/drivers/misc/vmw_vmci/vmci_guest.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include "vmci_driver.h" | 35 | #include "vmci_driver.h" |
36 | #include "vmci_event.h" | 36 | #include "vmci_event.h" |
37 | 37 | ||
38 | #define PCI_VENDOR_ID_VMWARE 0x15AD | ||
39 | #define PCI_DEVICE_ID_VMWARE_VMCI 0x0740 | 38 | #define PCI_DEVICE_ID_VMWARE_VMCI 0x0740 |
40 | 39 | ||
41 | #define VMCI_UTIL_NUM_RESOURCES 1 | 40 | #define VMCI_UTIL_NUM_RESOURCES 1 |
diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h index 29ee77f2c97f..c388ef509d66 100644 --- a/drivers/net/vmxnet3/vmxnet3_int.h +++ b/drivers/net/vmxnet3/vmxnet3_int.h | |||
@@ -117,7 +117,6 @@ enum { | |||
117 | /* | 117 | /* |
118 | * PCI vendor and device IDs. | 118 | * PCI vendor and device IDs. |
119 | */ | 119 | */ |
120 | #define PCI_VENDOR_ID_VMWARE 0x15AD | ||
121 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0 | 120 | #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0 |
122 | #define MAX_ETHERNET_CARDS 10 | 121 | #define MAX_ETHERNET_CARDS 10 |
123 | #define MAX_PCI_PASSTHRU_DEVICE 6 | 122 | #define MAX_PCI_PASSTHRU_DEVICE 6 |
diff --git a/drivers/scsi/vmw_pvscsi.h b/drivers/scsi/vmw_pvscsi.h index ce4588851274..ee16f0c5c47d 100644 --- a/drivers/scsi/vmw_pvscsi.h +++ b/drivers/scsi/vmw_pvscsi.h | |||
@@ -32,7 +32,6 @@ | |||
32 | 32 | ||
33 | #define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ | 33 | #define MASK(n) ((1 << (n)) - 1) /* make an n-bit mask */ |
34 | 34 | ||
35 | #define PCI_VENDOR_ID_VMWARE 0x15AD | ||
36 | #define PCI_DEVICE_ID_VMWARE_PVSCSI 0x07C0 | 35 | #define PCI_DEVICE_ID_VMWARE_PVSCSI 0x07C0 |
37 | 36 | ||
38 | /* | 37 | /* |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 6ed0bb73a864..da9e6f753196 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2245,6 +2245,8 @@ | |||
2245 | #define PCI_VENDOR_ID_MORETON 0x15aa | 2245 | #define PCI_VENDOR_ID_MORETON 0x15aa |
2246 | #define PCI_DEVICE_ID_RASTEL_2PORT 0x2000 | 2246 | #define PCI_DEVICE_ID_RASTEL_2PORT 0x2000 |
2247 | 2247 | ||
2248 | #define PCI_VENDOR_ID_VMWARE 0x15ad | ||
2249 | |||
2248 | #define PCI_VENDOR_ID_ZOLTRIX 0x15b0 | 2250 | #define PCI_VENDOR_ID_ZOLTRIX 0x15b0 |
2249 | #define PCI_DEVICE_ID_ZOLTRIX_2BD0 0x2bd0 | 2251 | #define PCI_DEVICE_ID_ZOLTRIX_2BD0 0x2bd0 |
2250 | 2252 | ||