Re: svn commit: r327094 - in head/sys/dev: ahci usb/controller

2017-12-23 Thread Conrad Meyer
I see similar devices on my AMD TR + X399 system that should be added as well. I don't have time to reboot/test a patch right now, but here are the device ids: pci1 ahci0 pnpinfo vendor=0x1022 device=0x43b6 subvendor=0x1b21 subdevice=0x1062 class=0x010601 at slot=0 function=

svn commit: r327094 - in head/sys/dev: ahci usb/controller

2017-12-22 Thread Alexander Motin
Author: mav Date: Fri Dec 22 20:44:21 2017 New Revision: 327094 URL: https://svnweb.freebsd.org/changeset/base/327094 Log: Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system. MFC after:2 weeks Modified: head/sys/dev/ahci/ahci_pci.c head/sys/dev/usb/controller/xhci_pci.c Modif