aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/slot.c')
-rw-r--r--drivers/pci/slot.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/pci/slot.c b/drivers/pci/slot.c
index 6f6b8d24786a..c7260d4e339b 100644
--- a/drivers/pci/slot.c
+++ b/drivers/pci/slot.c
@@ -61,11 +61,11 @@ static char *pci_bus_speed_strings[] = {
61 "66 MHz PCI-X 266", /* 0x09 */ 61 "66 MHz PCI-X 266", /* 0x09 */
62 "100 MHz PCI-X 266", /* 0x0a */ 62 "100 MHz PCI-X 266", /* 0x0a */
63 "133 MHz PCI-X 266", /* 0x0b */ 63 "133 MHz PCI-X 266", /* 0x0b */
64 NULL, /* 0x0c */ 64 "Unknown AGP", /* 0x0c */
65 NULL, /* 0x0d */ 65 "1x AGP", /* 0x0d */
66 NULL, /* 0x0e */ 66 "2x AGP", /* 0x0e */
67 NULL, /* 0x0f */ 67 "4x AGP", /* 0x0f */
68 NULL, /* 0x10 */ 68 "8x AGP", /* 0x10 */
69 "66 MHz PCI-X 533", /* 0x11 */ 69 "66 MHz PCI-X 533", /* 0x11 */
70 "100 MHz PCI-X 533", /* 0x12 */ 70 "100 MHz PCI-X 533", /* 0x12 */
71 "133 MHz PCI-X 533", /* 0x13 */ 71 "133 MHz PCI-X 533", /* 0x13 */