diff options
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index 2acad4b1f62..f5e606e9615 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.2 2015/07/21 09:13:11 reyk Exp $ +# $OpenBSD: files.pv,v 1.3 2015/12/08 18:46:25 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -12,3 +12,8 @@ file dev/pv/pvbus.c pvbus needs-flag device vmt attach vmt at pvbus file dev/pv/vmt.c vmt needs-flag + +# Xen +device xen {} +attach xen at pvbus +file dev/pv/xen.c xen needs-flag |