diff options
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index cdf2f3c0ab14..a8ded1a8bd62 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt | |||
@@ -163,9 +163,9 @@ echo "vendor device subvendor subdevice class class_mask driver_data" > \ | |||
163 | /sys/bus/pci/drivers/{driver}/new_id | 163 | /sys/bus/pci/drivers/{driver}/new_id |
164 | 164 | ||
165 | All fields are passed in as hexadecimal values (no leading 0x). | 165 | All fields are passed in as hexadecimal values (no leading 0x). |
166 | Users need pass only as many fields as necessary: | 166 | The vendor and device fields are mandatory, the others are optional. Users |
167 | o vendor, device, subvendor, and subdevice fields default | 167 | need pass only as many optional fields as necessary: |
168 | to PCI_ANY_ID (FFFFFFFF), | 168 | o subvendor and subdevice fields default to PCI_ANY_ID (FFFFFFFF) |
169 | o class and classmask fields default to 0 | 169 | o class and classmask fields default to 0 |
170 | o driver_data defaults to 0UL. | 170 | o driver_data defaults to 0UL. |
171 | 171 | ||