diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2018-08-24 16:07:02 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2018-08-24 16:07:02 +0000 |
commit | 437787ca2da1aaf2cd83dcb246d31eb55fc1af15 (patch) | |
tree | 38c9e4163a53d4d6f909455b50effff18f0014fa | |
parent | 25d98021ba84f08c3b5fbb6d899ee1893fa2f9f7 (diff) |
Add common Ethernet interface attributes to vio(4)'s build config.
OK deraadt@
-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 |