diff options
author | 2016-01-13 20:16:54 +0000 | |
---|---|---|
committer | 2016-01-13 20:16:54 +0000 | |
commit | 2cc595b9740e2e4eafe173d1c04f57e698fcc23c (patch) | |
tree | de3e47076a6f01271519b76b2be41675731d6240 | |
parent | Implement transmit watchdog for testing purposes (diff) | |
download | wireguard-openbsd-2cc595b9740e2e4eafe173d1c04f57e698fcc23c.tar.xz wireguard-openbsd-2cc595b9740e2e4eafe173d1c04f57e698fcc23c.zip |
Enable Xen support in GENERIC; discussed with deraadt@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 27fb72585fa..44e8351f953 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.411 2016/01/12 01:11:15 jcs Exp $ +# $OpenBSD: GENERIC,v 1.412 2016/01/13 20:16:54 mikeb Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -69,8 +69,8 @@ ipmi0 at mainbus? disable # IPMI vmt0 at pvbus? # VMware Tools -#xen0 at pvbus? # Xen HVM domU -#xnf* at xen? # Xen Netfront +xen0 at pvbus? # Xen HVM domU +xnf* at xen? # Xen Netfront option PCIVERBOSE option USBVERBOSE @@ -610,7 +610,7 @@ hifn* at pci? # Hi/fn 7751 crypto card ubsec* at pci? # Bluesteel Networks 5xxx crypto card safe* at pci? # SafeNet SafeXcel 1141/1741 -#xspd0 at pci? # XenSource Platform Device +xspd0 at pci? # XenSource Platform Device # 1-Wire devices option ONEWIREVERBOSE |