diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-21 05:52:16 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-10-21 05:52:16 +0000 |
commit | 7fa2f5541aeb97085e960e9c466d4bfc957d386a (patch) | |
tree | 07ce1c544a7b7be3ee1da1fa0fd81985e4d9f672 /sys/arch/i386/conf/RAMDISK_CD | |
parent | 5648a6310cb1ffac374d5ca76c16b811bf938fba (diff) |
enable support for VMware ParaVirtual SCSI via vmwpvs(4).
ok 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 4d163fa0dc2..29b73da41fc 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.202 2013/10/05 17:05:16 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.203 2013/10/21 05:52:15 dlg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -230,6 +230,7 @@ uha0 at isa? port 0x330 # UltraStor [13]4f SCSI controllers uha* at eisa? # UltraStor 24f SCSI controllers #wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers #wds1 at isa? port 0x358 irq 11 drq 5 +vmwpvs* at pci? # VMware ParaVirtual SCSI softraid0 at root # Software RAID # I2O |