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/RAMDISK_CD | |
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/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 2a27f963003..6d6b88098eb 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.206 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: RAMDISK_CD,v 1.207 2013/12/20 21:50:49 matthew Exp $ machine i386 # architecture, used by config; REQUIRED @@ -414,3 +414,4 @@ pseudo-device bio 1 # ioctl multiplexing device virtio* at pci? # Virtio PCI device vioblk* at virtio? # Virtio block device vio* at virtio? # Virtio network device +vioscsi* at virtio? # Virtio SCSI device |