Commit bc3c34ef authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] increase PCI namespace buffer.

Straightforward diff to allow longer names
for PCI devices
parent 14003245
...@@ -371,7 +371,7 @@ struct pci_dev { ...@@ -371,7 +371,7 @@ struct pci_dev {
struct resource dma_resource[DEVICE_COUNT_DMA]; struct resource dma_resource[DEVICE_COUNT_DMA];
struct resource irq_resource[DEVICE_COUNT_IRQ]; struct resource irq_resource[DEVICE_COUNT_IRQ];
char name[80]; /* device name */ char name[90]; /* device name */
char slot_name[8]; /* slot name */ char slot_name[8]; /* slot name */
int active; /* ISAPnP: device is active */ int active; /* ISAPnP: device is active */
int ro; /* ISAPnP: read only */ int ro; /* ISAPnP: read only */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment