search for: shpc

Displaying 6 results from an estimated 6 matches for "shpc".

Did you mean: hpc
2016 Jul 24
2
Dovecot cannot find mailboxes
Edgar, thank you for your help: I have solved gaining access from a client (Evolution) via IMAP to the server: I can refresh, add folders, and delete folders. But I am still confounded, as IMAP does not see any mailboxes. Neither we from the command line (telnet, openssl, login, select) nor the system can find the mailbox, despite following FindMailLocation: telnet, openssl, login, then b
2012 Mar 01
1
Preventing hotplug devices in HVM guests
...p://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1012225 I don''t seem an option of this in Xen 4.2 yet. How can I override this behavior in Xen? I tried commenting out the following in: tools/ioemu-qemu-xen/hw$ vi pass-through.c /* SHPC Capability List Item reg group */ { .grp_id = PCI_CAP_ID_HOTPLUG, .grp_type = GRP_TYPE_HARDWIRED, .grp_size = 0x08, .size_init = pt_reg_grp_size_init, }, but that didn''t seem to do it. Matt _______________________________________________...
2023 Nov 14
7
[PATCH v3 0/7] Improvements to pcie_bandwidth_available() for eGPUs
The wrong values are reported from pcie_bandwidth_available() which can cause problems for performance of eGPUs. This series overhauls Thunderbolt related device detection and uses the changes to change the behavior of pcie_bandwidth_available(). v2->v3: * Stop lumping all thunderbolt VSEC and USB4 devices together, introduce is_virtual_link instead * Drop unnecessary patches Mario
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
..._devinit quirk_pcie_mch(struct pci_dev *pdev) +static void quirk_pcie_mch(struct pci_dev *pdev) { pci_msi_off(pdev); pdev->no_msi = 1; @@ -1575,7 +1575,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_E7525_MCH, quir * It's possible for the MSI to get corrupted if shpc and acpi * are used together on certain PXH-based systems. */ -static void __devinit quirk_pcie_pxh(struct pci_dev *dev) +static void quirk_pcie_pxh(struct pci_dev *dev) { pci_msi_off(dev); dev->no_msi = 1; @@ -1777,7 +1777,7 @@ DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, PCI_DEVICE_I...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
..._devinit quirk_pcie_mch(struct pci_dev *pdev) +static void quirk_pcie_mch(struct pci_dev *pdev) { pci_msi_off(pdev); pdev->no_msi = 1; @@ -1575,7 +1575,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_E7525_MCH, quir * It's possible for the MSI to get corrupted if shpc and acpi * are used together on certain PXH-based systems. */ -static void __devinit quirk_pcie_pxh(struct pci_dev *dev) +static void quirk_pcie_pxh(struct pci_dev *dev) { pci_msi_off(dev); dev->no_msi = 1; @@ -1777,7 +1777,7 @@ DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, PCI_DEVICE_I...
2012 Jun 24
0
nouveau _BIOS method
.....OPCE[.k..F 0480: 4c 43 48 a0 10 99 46 4c 43 48 00 70 4f 50 43 45 LCH...FLCH.pOPCE 0490: 4f 4d 50 52 70 11 07 0a 04 00 00 00 00 60 5b 13 OMPRp........`[. 04a0: 60 00 01 4f 50 45 4e 5b 13 60 0a 03 0a 02 43 47 `..OPEN[.`....CG 04b0: 43 53 5b 13 60 0a 06 01 53 48 50 43 5b 13 60 0a CS[.`...SHPC[.`. 04c0: 18 0a 03 44 47 50 43 5b 13 60 0a 1b 0a 02 48 44 ...DGPC[.`....HD 04d0: 41 43 70 01 4f 50 45 4e 70 01 53 48 50 43 70 0a ACp.OPENp.SHPCp. 04e0: 02 48 44 41 43 70 01 44 47 50 43 a0 1f 5c 2f 05 .HDACp.DGPC..\/. 04f0: 5f 53 42 5f 50 43 49 30 50 45 47 30 50 45 47 50 _SB_PCI0PEG0PEGP...