diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-03 02:44:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-03 02:44:39 +0100 |
commit | 329ad5e5445955b9de3438061303fdfbd03173de (patch) | |
tree | 65c5f3aa76eb93588ac1e826a22e3136ddb8784a /Documentation | |
parent | Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
parent | PCI: Allow release of resources that were never assigned (diff) | |
download | linux-329ad5e5445955b9de3438061303fdfbd03173de.tar.xz linux-329ad5e5445955b9de3438061303fdfbd03173de.zip |
Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fixes from Bjorn Helgaas:
- Update pci.ids location (documentation only) (Randy Dunlap)
- Fix a crash when BIOS didn't assign a BAR and we try to enlarge it
(Christian König)
* tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI: Allow release of resources that were never assigned
PCI: Update location of pci.ids file
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/PCI/pci.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/PCI/pci.txt b/Documentation/PCI/pci.txt index 611a75e4366e..badb26ac33dc 100644 --- a/Documentation/PCI/pci.txt +++ b/Documentation/PCI/pci.txt @@ -570,7 +570,9 @@ your driver if they're helpful, or just use plain hex constants. The device IDs are arbitrary hex numbers (vendor controlled) and normally used only in a single location, the pci_device_id table. -Please DO submit new vendor/device IDs to http://pciids.sourceforge.net/. +Please DO submit new vendor/device IDs to http://pci-ids.ucw.cz/. +There are mirrors of the pci.ids file at http://pciids.sourceforge.net/ +and https://github.com/pciutils/pciids. |