diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-12-08 18:46:26 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-12-08 18:46:26 +0000 |
commit | 9a96954feb3e1bc86ae55e5fdd075b8ac91cef75 (patch) | |
tree | eb0fbab9bc98dd18d09bb8e51580c9e5c5bd6024 /sys/arch/amd64/conf | |
parent | b1844d868e6263f654d5097da7f4a3c369991adf (diff) |
Xen basic infrastructure files and pvbus(4) attachment.
With input from and OK mpi, mlarkin, reyk
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2e4f9797307..177d76ba3dd 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.401 2015/11/23 22:57:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.402 2015/12/08 18:46:25 mikeb Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,6 +68,8 @@ ipmi0 at mainbus? disable # IPMI vmt0 at pvbus? # VMware Tools +#xen0 at pvbus? # Xen HVM domU + option PCIVERBOSE option USBVERBOSE |