]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/IndustryStandard/LsiScsi.h
OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsi
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / LsiScsi.h
1 /** @file
2
3 Macros and type definitions for LSI 53C895A SCSI devices.
4
5 Copyright (C) 2020, SUSE LLC.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11 #ifndef _LSI_SCSI_H_
12 #define _LSI_SCSI_H_
13
14 //
15 // Device ID
16 //
17 #define LSI_LOGIC_PCI_VENDOR_ID 0x1000
18 #define LSI_53C895A_PCI_DEVICE_ID 0x0012
19
20 #endif // _LSI_SCSI_H_