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/GENERIC | |
parent | 5648a6310cb1ffac374d5ca76c16b811bf938fba (diff) |
enable support for VMware ParaVirtual SCSI via vmwpvs(4).
ok 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 55209196de3..07e4e3a1f12 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.756 2013/09/14 01:37:02 guenther Exp $ +# $OpenBSD: GENERIC,v 1.757 2013/10/21 05:52:15 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -469,6 +469,7 @@ uha1 at isa? disable port 0x334 # UltraStor [13]4f SCSI controllers uha* at eisa? # UltraStor 24f SCSI controllers wds0 at isa? disable 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 scsibus* at scsi? sd* at scsibus? # SCSI disk drives |