Re: Add pcidev for Ryzen 3x ccp

2020-01-03 Thread Mark Kettenis
> Date: Wed, 1 Jan 2020 09:53:39 -0500 > From: Todd Mortimer > > My CPU has a CCP that isn't in the known list, so add it and tell ccp > about it. > > Tested on Ryzen 3900x. > > ok? ok kettenis@ > Will commit a pcidevs regen immediately after. > > > diff --git a/sys/dev/pci/ccp_pci.c

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Jonathan Gray
On Wed, Jan 01, 2020 at 09:25:16PM -0500, Todd Mortimer wrote: > On Thu, Jan 02, 2020 at 09:33:59AM +1000, Jonathan Matthew wrote: > > On Thu, Jan 02, 2020 at 10:20:52AM +1100, Jonathan Gray wrote: > > > On Wed, Jan 01, 2020 at 11:21:45AM -0500, Todd Mortimer wrote: > > > > On Thu, Jan 02, 2020 at

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Todd Mortimer
On Thu, Jan 02, 2020 at 09:33:59AM +1000, Jonathan Matthew wrote: > On Thu, Jan 02, 2020 at 10:20:52AM +1100, Jonathan Gray wrote: > > On Wed, Jan 01, 2020 at 11:21:45AM -0500, Todd Mortimer wrote: > > > On Thu, Jan 02, 2020 at 02:41:11AM +1100, Jonathan Gray wrote: > > > > On Wed, Jan 01, 2020 at

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Jonathan Matthew
On Thu, Jan 02, 2020 at 10:20:52AM +1100, Jonathan Gray wrote: > On Wed, Jan 01, 2020 at 11:21:45AM -0500, Todd Mortimer wrote: > > On Thu, Jan 02, 2020 at 02:41:11AM +1100, Jonathan Gray wrote: > > > On Wed, Jan 01, 2020 at 09:53:39AM -0500, Todd Mortimer wrote: > > > > My CPU has a CCP that

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Jonathan Gray
On Wed, Jan 01, 2020 at 11:21:45AM -0500, Todd Mortimer wrote: > On Thu, Jan 02, 2020 at 02:41:11AM +1100, Jonathan Gray wrote: > > On Wed, Jan 01, 2020 at 09:53:39AM -0500, Todd Mortimer wrote: > > > My CPU has a CCP that isn't in the known list, so add it and tell ccp > > > about it. > > > > >

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Todd Mortimer
On Thu, Jan 02, 2020 at 02:41:11AM +1100, Jonathan Gray wrote: > On Wed, Jan 01, 2020 at 09:53:39AM -0500, Todd Mortimer wrote: > > My CPU has a CCP that isn't in the known list, so add it and tell ccp > > about it. > > > > Tested on Ryzen 3900x. > > > > ok? > > > > Will commit a pcidevs regen

Re: Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Jonathan Gray
On Wed, Jan 01, 2020 at 09:53:39AM -0500, Todd Mortimer wrote: > My CPU has a CCP that isn't in the known list, so add it and tell ccp > about it. > > Tested on Ryzen 3900x. > > ok? > > Will commit a pcidevs regen immediately after. Are your cpu lines in dmesg 17-3* or 17-7*? Ryzen 3900x

Add pcidev for Ryzen 3x ccp

2020-01-01 Thread Todd Mortimer
My CPU has a CCP that isn't in the known list, so add it and tell ccp about it. Tested on Ryzen 3900x. ok? Will commit a pcidevs regen immediately after. diff --git a/sys/dev/pci/ccp_pci.c b/sys/dev/pci/ccp_pci.c index 2259594644b..c8dcc8750fc 100644 --- a/sys/dev/pci/ccp_pci.c +++