diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b3986f299c6..ca0a4b2633c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.336 2013/01/17 01:29:07 mlarkin Exp $ +# $OpenBSD: GENERIC,v 1.337 2013/01/20 10:26:27 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -611,3 +611,4 @@ pseudo-device crypto 1 virtio* at pci? # Virtio PCI device vioblk* at virtio? # Virtio block device vio* at virtio? # Virtio network device +viomb* at virtio? # Virtio memory ballooning device |