FreeBSD Bugzilla – Attachment 173071 Details for
Bug 211081
LSI MegaRAID SAS 9271-8i not detected after upgrade to 11; card doesn't attach to bus on 11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pci_hp_tunable.patch
file_211081.txt (text/plain), 657 bytes, created by
John Baldwin
on 2016-07-28 15:02:13 UTC
(
hide
)
Description:
pci_hp_tunable.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2016-07-28 15:02:13 UTC
Size:
657 bytes
patch
obsolete
>Index: pci_pci.c >=================================================================== >--- pci_pci.c (revision 303397) >+++ pci_pci.c (working copy) >@@ -907,11 +907,19 @@ pcib_set_mem_decode(struct pcib_softc *sc) > /* > * PCI-express HotPlug support. > */ >+static int pci_enable_pcie_hp = 1; >+SYSCTL_INT(_hw_pci, OID_AUTO, enable_pcie_hp, CTLFLAG_RDTUN, >+ &pci_enable_pcie_hp, 0, >+ "Enable support for native PCI-express HotPlug."); >+ > static void > pcib_probe_hotplug(struct pcib_softc *sc) > { > device_t dev; > >+ if (!pci_enable_pcie_hp) >+ return; >+ > dev = sc->dev; > if (pci_find_cap(dev, PCIY_EXPRESS, NULL) != 0) > return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211081
:
172494
|
172495
|
172496
|
172498
|
172545
| 173071