X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FAtapiPassThruDxe%2FAtapiPassThruDxe.inf;h=fe9e120b43ca9e94301599d34329af45f29f6051;hp=735101b36c9a9b4d7100428ad86167470008f158;hb=0e27fefd6add97367f4eb9c30e3ca129f7f1b678;hpb=c281c698a5ad409a088cb783c939e33f1ef6ed78 diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf index 735101b36c..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. # @@ -54,6 +59,7 @@ BaseLib UefiDriverEntryPoint DebugLib + DevicePathLib [Protocols]