diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-03 01:18:19 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-03 01:18:19 +0000 |
commit | 0e27fefd6add97367f4eb9c30e3ca129f7f1b678 (patch) | |
tree | 54433621e366b2ee0d7d907efc16db8f38048579 /OptionRomPkg/AtapiPassThruDxe | |
parent | db2ef756bae064a2fb5536356a2a1a0aa54138be (diff) | |
download | edk2-0e27fefd6add97367f4eb9c30e3ca129f7f1b678.tar.gz edk2-0e27fefd6add97367f4eb9c30e3ca129f7f1b678.tar.bz2 edk2-0e27fefd6add97367f4eb9c30e3ca129f7f1b678.zip |
Add PCI option to generate OptionRom
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8017 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg/AtapiPassThruDxe')
-rw-r--r-- | OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index 45792dea4f..fe9e120b43 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf @@ -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.
#
|