]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
index 45792dea4fcd64630e6e6098adbaadc344e390c6..35ff58574d4a00f73a92707f8c725c915a402705 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+## @file\r
 # Description file for the Atapi Pass Thru driver.\r
 #\r
 # This driver simulates SCSI devices with Atapi devices to test the SCSI io\r
 #  protocol.\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -13,7 +13,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 \r
   ENTRY_POINT                    = InitializeAtapiPassThru\r
 \r
+  PCI_VENDOR_ID                  = 0x8086\r
+  PCI_DEVICE_ID                  = 0x2921\r
+  PCI_CLASS_CODE                 = 0x010100\r
+  PCI_REVISION                   = 0x0003\r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
@@ -35,7 +40,7 @@
 #  COMPONENT_NAME                =  gAtapiScsiPassThruComponentName              \r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DriverSupportedEfiVersion.c\r
   ComponentName.c\r
   AtapiPassThru.c\r