diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2013-12-20 21:50:50 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2013-12-20 21:50:50 +0000 |
commit | e0dd152a3bdf42702910b6fc21950072e963e8e4 (patch) | |
tree | aeecb4599e54d6174f8ad85d8ca03d1a671d326d /sys/arch/i386/conf/GENERIC | |
parent | 2b7769e56795095d3cf8a1bb7a750d93bba92e41 (diff) |
Add vioscsi(4) driver.
Still a work-in-progress, but functional enough to work with both
Google Compute Engine and RHEVM. Committing so additional testing and
cleanup can be handled in tree.
thx Jiri B for RHEVM testing
ok dlg, deraadt
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7e87a0e94fe..d1db73e55df 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.762 2013/12/19 21:30:02 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.763 2013/12/20 21:50:49 matthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -791,3 +791,4 @@ 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 +vioscsi* at virtio? # Virtio SCSI device |