]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/IndustryStandard/FusionMptScsi.h
df9bdc2f0348cb50f3db7100b7136711a1c893b9
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / FusionMptScsi.h
1 /** @file
2
3 Macros and type definitions for LSI Fusion MPT SCSI devices.
4
5 Copyright (C) 2020, Oracle and/or its affiliates.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11 #ifndef __FUSION_MPT_SCSI_H__
12 #define __FUSION_MPT_SCSI_H__
13
14 //
15 // Device offsets and constants
16 //
17
18 #define LSI_LOGIC_PCI_VENDOR_ID 0x1000
19 #define LSI_53C1030_PCI_DEVICE_ID 0x0030
20 #define LSI_SAS1068_PCI_DEVICE_ID 0x0054
21 #define LSI_SAS1068E_PCI_DEVICE_ID 0x0058
22
23 #endif // __FUSION_MPT_SCSI_H__