mirror of https://github.com/acidanthera/audk.git
Add PCI option to generate OptionRom
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8017 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
db2ef756ba
commit
0e27fefd6a
|
@ -26,6 +26,11 @@
|
|||
|
||||
ENTRY_POINT = InitializeAtapiPassThru
|
||||
|
||||
PCI_VENDOR_ID = 0x8086
|
||||
PCI_DEVICE_ID = 0x2921
|
||||
PCI_CLASS_CODE = 0x010100
|
||||
PCI_REVISION = 0x0003
|
||||
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue