]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/IndustryStandard/PvScsi.h
OvmfPkg/PvScsiDxe: Enable MMIO-Space & Bus-Mastering in PCI attributes
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / PvScsi.h
CommitLineData
a9f9d5cf
LA
1/** @file\r
2\r
3 VMware PVSCSI Device specific type and macro definitions.\r
4\r
5 Copyright (C) 2020, Oracle and/or its affiliates.\r
6\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9**/\r
10\r
11#ifndef __PVSCSI_H_\r
12#define __PVSCSI_H_\r
13\r
14//\r
15// Device offsets and constants\r
16//\r
17\r
18#define PCI_VENDOR_ID_VMWARE (0x15ad)\r
19#define PCI_DEVICE_ID_VMWARE_PVSCSI (0x07c0)\r
20\r
21#endif // __PVSCSI_H_\r