Re: svn commit: r336066 - in head/sys: compat/linsysfs dev/pci

2018-07-09 Thread John Baldwin
On 7/7/18 8:25 AM, Warner Losh wrote: > Author: imp > Date: Sat Jul 7 15:25:11 2018 > New Revision: 336066 > URL: https://svnweb.freebsd.org/changeset/base/336066 > > Log: > Create PCI_MATCH and pci_match_device > > Create a covenience function to match PCI device IDs. It's about 15 > ye

svn commit: r336066 - in head/sys: compat/linsysfs dev/pci

2018-07-07 Thread Warner Losh
Author: imp Date: Sat Jul 7 15:25:11 2018 New Revision: 336066 URL: https://svnweb.freebsd.org/changeset/base/336066 Log: Create PCI_MATCH and pci_match_device Create a covenience function to match PCI device IDs. It's about 15 years overdue. Differential Revision: https://reviews.f