Re: Add acpipci(4) on amd64

2018-10-24 Thread Jeremie Courreges-Anglas
On Mon, Oct 22 2018, Mark Kettenis wrote: > Diff below adds an acpipci(4) driver on amd64. For now the main > purpose of this driver is to make the PCI-specific _OSC calls to > advertise the functionality we support. Most notably this advertises > support for PCIE native hotplug as we have some

Re: Add acpipci(4) on amd64

2018-10-24 Thread Paul de Weerd
Hi Mark, On Mon, Oct 22, 2018 at 09:45:06PM +0200, Mark Kettenis wrote: | I'd like to see this tested on a wide range of amd64 hardware, but | especially on laptops. Please reply with a diff of your dmesg before | and after. Make sure you run make config before building a new kernel. Thanks for

Re: Add acpipci(4) on amd64

2018-10-23 Thread Jan Klemkow
Hi Mark, On Tue, Oct 23, 2018 at 07:32:16PM +0200, Mark Kettenis wrote: > > Date: Tue, 23 Oct 2018 18:40:42 +0200 > > From: Jan Klemkow > > On Mon, Oct 22, 2018 at 09:45:06PM +0200, Mark Kettenis wrote: > > > Diff below adds an acpipci(4) driver on amd64. For now the main > > > purpose of this d

Re: Add acpipci(4) on amd64

2018-10-23 Thread Mark Kettenis
> Date: Tue, 23 Oct 2018 18:40:42 +0200 > From: Jan Klemkow > > Hi Mark, > > On Mon, Oct 22, 2018 at 09:45:06PM +0200, Mark Kettenis wrote: > > Diff below adds an acpipci(4) driver on amd64. For now the main > > purpose of this driver is to make the PCI-specific _OSC calls to > > advertise the

Re: Add acpipci(4) on amd64

2018-10-23 Thread Jan Klemkow
Hi Mark, On Mon, Oct 22, 2018 at 09:45:06PM +0200, Mark Kettenis wrote: > Diff below adds an acpipci(4) driver on amd64. For now the main > purpose of this driver is to make the PCI-specific _OSC calls to > advertise the functionality we support. Most notably this advertises > support for PCIE n

Re: Add acpipci(4) on amd64

2018-10-23 Thread Mike Larkin
On Mon, Oct 22, 2018 at 09:45:06PM +0200, Mark Kettenis wrote: > Diff below adds an acpipci(4) driver on amd64. For now the main > purpose of this driver is to make the PCI-specific _OSC calls to > advertise the functionality we support. Most notably this advertises > support for PCIE native hotp

Re: Add acpipci(4) on amd64

2018-10-23 Thread Eric Augé
Hello I just adapted the patch for 6.4 stable (for small failed hunks) and recompiled/rebooted the kernel. Thinkpad X1 Carbon 5th Gen, same changes in dmesg as phessler : ... +acpipci0 at acpi0 PCI0: 0x0010 0x0011 0x ... (let me know if you want both as they're the same as his lapt

Re: Add acpipci(4) on amd64

2018-10-23 Thread Peter Hessler
On 2018 Oct 22 (Mon) at 21:45:06 +0200 (+0200), Mark Kettenis wrote: :Diff below adds an acpipci(4) driver on amd64. For now the main :purpose of this driver is to make the PCI-specific _OSC calls to :advertise the functionality we support. Most notably this advertises :support for PCIE native ho

Add acpipci(4) on amd64

2018-10-22 Thread Mark Kettenis
Diff below adds an acpipci(4) driver on amd64. For now the main purpose of this driver is to make the PCI-specific _OSC calls to advertise the functionality we support. Most notably this advertises support for PCIE native hotplug as we have some indications that this will help Thunderbolt 3 suppo