diff options
author | 2016-12-13 19:47:32 +0000 | |
---|---|---|
committer | 2016-12-13 19:47:32 +0000 | |
commit | dd687e042ed77d9947d906f4c98682a67b778286 (patch) | |
tree | 38623fa1187c8245fbbcecae64b16e70b0376515 | |
parent | Bounce unaligned transfer data through a scratch buffer (diff) | |
download | wireguard-openbsd-dd687e042ed77d9947d906f4c98682a67b778286.tar.xz wireguard-openbsd-dd687e042ed77d9947d906f4c98682a67b778286.zip |
Enable xbf(4)
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index d7747346dac..9466e1509df 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.436 2016/12/07 15:37:45 mikeb Exp $ +# $OpenBSD: GENERIC,v 1.437 2016/12/13 19:47:32 mikeb Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,7 +76,7 @@ vmt0 at pvbus? # VMware Tools xen0 at pvbus? # Xen HVM domU xnf* at xen? # Xen Netfront -#xbf* at xen? # Xen Blkfront +xbf* at xen? # Xen Blkfront hyperv0 at pvbus? # Hyper-V guest hvn* at hyperv? # Hyper-V NetVSC |