freebsd-dev/sys/dev/virtio/network
Conrad Meyer 0f6040f03e virtio(4): Add PNP match metadata for virtio devices
Register MODULE_PNP_INFO for virtio devices using the newbus PNP information
provided by the previous commit.  Matching can be quite simple; existing
probe routines only matched on bus (implicit) and device_type.  The same
matching criteria are retained exactly, but is now also available to
devmatch(8).

Reviewed by:	bryanv, markj; imp (earlier version)
Differential Revision:	https://reviews.freebsd.org/D20407
2019-06-04 02:37:11 +00:00
..
if_vtnet.c virtio(4): Add PNP match metadata for virtio devices 2019-06-04 02:37:11 +00:00
if_vtnetvar.h Remove non-functional SCTP checksum offload support for virtio. 2019-05-07 20:28:12 +00:00
virtio_net.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00