From 5f7616cc5282b4ff3bcca7e2d56b1f3c674018c2 Mon Sep 17 00:00:00 2001 From: visa Date: Fri, 24 Aug 2018 16:07:01 +0000 Subject: [PATCH] Add common Ethernet interface attributes to vio(4)'s build config. OK deraadt@ --- sys/dev/pv/files.pv | 4 ++-- 1 file 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 -- 2.20.1