Skip to content

Commit 16bbbc8

Browse files
committed
PCI: Replace lkml.org, spinics, gmane with lore.kernel.org
The lkml.org, spinics.net, and gmane.org archives are not very reliable and, in some cases, not even easily accessible. Replace links to them with links to lore.kernel.org, the archives hosted by kernel.org. I found the gmane items via the Wayback Machine archive at https://web.archive.org/. Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 7ecd4a8 commit 16bbbc8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Documentation/PCI/pci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ the PCI device by calling pci_enable_device(). This will:
214214
problem and unlikely to get fixed soon.
215215

216216
This has been discussed before but not changed as of 2.6.19:
217-
http://lkml.org/lkml/2006/3/2/194
217+
https://lore.kernel.org/r/[email protected]/
218218

219219

220220
pci_set_master() will enable DMA by setting the bus master bit

drivers/pci/quirks.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,7 +3549,7 @@ static void quirk_no_bus_reset(struct pci_dev *dev)
35493549
* The device will throw a Link Down error on AER-capable systems and
35503550
* regardless of AER, config space of the device is never accessible again
35513551
* and typically causes the system to hang or reset when access is attempted.
3552-
* http://www.spinics.net/lists/linux-pci/msg34797.html
3552+
* https://lore.kernel.org/r/[email protected]/
35533553
*/
35543554
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0030, quirk_no_bus_reset);
35553555
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0032, quirk_no_bus_reset);
@@ -4378,9 +4378,9 @@ static int pci_acs_ctrl_enabled(u16 acs_ctrl_req, u16 acs_ctrl_ena)
43784378
* redirect (CR) since all transactions are redirected to the upstream
43794379
* root complex.
43804380
*
4381-
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94086
4382-
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94102
4383-
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/99402
4381+
* https://lore.kernel.org/r/[email protected]/
4382+
* https://lore.kernel.org/r/[email protected]/
4383+
* https://lore.kernel.org/r/[email protected]/
43844384
*
43854385
* 1002:4385 SBx00 SMBus Controller
43864386
* 1002:439c SB7x0/SB8x0/SB9x0 IDE Controller

drivers/pci/setup-res.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ static void pci_std_update_resource(struct pci_dev *dev, int resno)
7373
/*
7474
* Apparently some Matrox devices have ROM BARs that read
7575
* as zero when disabled, so don't update ROM BARs unless
76-
* they're enabled. See https://lkml.org/lkml/2005/8/30/138.
76+
* they're enabled. See
77+
* https://lore.kernel.org/r/[email protected]/
7778
*/
7879
if (!(res->flags & IORESOURCE_ROM_ENABLE))
7980
return;

0 commit comments

Comments
 (0)