diff options
author | Grant Coady <gcoady@gmail.com> | 2005-10-19 19:55:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 18:37:02 -0400 |
commit | 2f028234f2c7f31dc0ff0784e20f14be11f7035c (patch) | |
tree | 8aa60f015a1bc8d4579bbfa4b7ba6066bfdd4990 /include/linux/pci_ids.h | |
parent | 8f7020d36374dda9366fee1343f8eacfe8f5e641 (diff) |
[PATCH] pci_ids: cleanup comments
pci_ids.h cleanup: convert // comment to /* comment */
Signed-off-by: Grant Coady <gcoady@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 611e48a4e679..7d300f7469e3 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -444,7 +444,7 @@ | |||
444 | #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0x0251 | 444 | #define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0x0251 |
445 | #define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252 | 445 | #define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252 |
446 | 446 | ||
447 | #define PCI_VENDOR_ID_COMPEX2 0x101a // pci.ids says "AT&T GIS (NCR)" | 447 | #define PCI_VENDOR_ID_COMPEX2 0x101a /* pci.ids says "AT&T GIS (NCR)" */ |
448 | #define PCI_DEVICE_ID_COMPEX2_100VG 0x0005 | 448 | #define PCI_DEVICE_ID_COMPEX2_100VG 0x0005 |
449 | 449 | ||
450 | #define PCI_VENDOR_ID_WD 0x101c | 450 | #define PCI_VENDOR_ID_WD 0x101c |
@@ -1158,10 +1158,10 @@ | |||
1158 | 1158 | ||
1159 | #define PCI_VENDOR_ID_INIT 0x1101 | 1159 | #define PCI_VENDOR_ID_INIT 0x1101 |
1160 | 1160 | ||
1161 | #define PCI_VENDOR_ID_CREATIVE 0x1102 // duplicate: ECTIVA | 1161 | #define PCI_VENDOR_ID_CREATIVE 0x1102 /* duplicate: ECTIVA */ |
1162 | #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002 | 1162 | #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002 |
1163 | 1163 | ||
1164 | #define PCI_VENDOR_ID_ECTIVA 0x1102 // duplicate: CREATIVE | 1164 | #define PCI_VENDOR_ID_ECTIVA 0x1102 /* duplicate: CREATIVE */ |
1165 | #define PCI_DEVICE_ID_ECTIVA_EV1938 0x8938 | 1165 | #define PCI_DEVICE_ID_ECTIVA_EV1938 0x8938 |
1166 | 1166 | ||
1167 | #define PCI_VENDOR_ID_TTI 0x1103 | 1167 | #define PCI_VENDOR_ID_TTI 0x1103 |
@@ -1171,7 +1171,7 @@ | |||
1171 | #define PCI_DEVICE_ID_TTI_HPT302 0x0006 | 1171 | #define PCI_DEVICE_ID_TTI_HPT302 0x0006 |
1172 | #define PCI_DEVICE_ID_TTI_HPT371 0x0007 | 1172 | #define PCI_DEVICE_ID_TTI_HPT371 0x0007 |
1173 | #define PCI_DEVICE_ID_TTI_HPT374 0x0008 | 1173 | #define PCI_DEVICE_ID_TTI_HPT374 0x0008 |
1174 | #define PCI_DEVICE_ID_TTI_HPT372N 0x0009 // apparently a 372N variant? | 1174 | #define PCI_DEVICE_ID_TTI_HPT372N 0x0009 /* apparently a 372N variant? */ |
1175 | 1175 | ||
1176 | #define PCI_VENDOR_ID_VIA 0x1106 | 1176 | #define PCI_VENDOR_ID_VIA 0x1106 |
1177 | #define PCI_DEVICE_ID_VIA_8763_0 0x0198 | 1177 | #define PCI_DEVICE_ID_VIA_8763_0 0x0198 |