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