diff options
author | 2018-08-24 16:07:01 +0000 | |
---|---|---|
committer | 2018-08-24 16:07:01 +0000 | |
commit | 5f7616cc5282b4ff3bcca7e2d56b1f3c674018c2 (patch) | |
tree | c0ac505cb77d93a788c4d770f0b3498428e15e81 /sys/dev/pv/files.pv | |
parent | /tmp/cvsJqyynm (diff) | |
download | wireguard-openbsd-5f7616cc5282b4ff3bcca7e2d56b1f3c674018c2.tar.xz wireguard-openbsd-5f7616cc5282b4ff3bcca7e2d56b1f3c674018c2.zip |
Add common Ethernet interface attributes to vio(4)'s build config.
OK deraadt@
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index 1587d0daeb1..513354634bc 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.13 2017/06/14 10:25:40 mikeb Exp $ +# $OpenBSD: files.pv,v 1.14 2018/08/24 16:07:01 visa Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -48,7 +48,7 @@ file dev/pv/hvs.c hvs # VirtIO file dev/pv/virtio.c virtio -device vio +device vio: ether, ifnet, ifmedia attach vio at virtio file dev/pv/if_vio.c vio |