summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/files.pv
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2016-01-07 11:13:19 +0000
committermikeb <mikeb@openbsd.org>2016-01-07 11:13:19 +0000
commita698347f0a089dafe2300b63a74d31b8878b53d8 (patch)
treef7c7caba4836fdc128a898cb4d2aa78505509b97 /sys/dev/pv/files.pv
parentno more vi/catalog; (diff)
downloadwireguard-openbsd-a698347f0a089dafe2300b63a74d31b8878b53d8.tar.xz
wireguard-openbsd-a698347f0a089dafe2300b63a74d31b8878b53d8.zip
Xen virtual networking interface (Netfront) driver.
Encouragement from deraadt@, ok reyk
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r--sys/dev/pv/files.pv6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv
index d0e3b8ccf63..d2a144eddda 100644
--- a/sys/dev/pv/files.pv
+++ b/sys/dev/pv/files.pv
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pv,v 1.4 2015/12/08 22:14:40 mikeb Exp $
+# $OpenBSD: files.pv,v 1.5 2016/01/07 11:13:19 mikeb Exp $
#
# Config file and device description for paravirtual devices.
# Included by ports that need it.
@@ -18,3 +18,7 @@ device xen {}
attach xen at pvbus
file dev/pv/xen.c xen needs-flag
file dev/pv/xenstore.c xen
+
+device xnf: ether, ifnet, ifmedia
+attach xnf at xen
+file dev/pv/if_xnf.c xnf