]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h
Fix missing include header file and fix typo in comment.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / IsaFloppy.h
index f2f701f9010a9ebf6b0a3be270297dcdd5edf798..520a41aa45ec3d38a295581f36828be6afaebb66 100644 (file)
@@ -534,7 +534,7 @@ FdcControllerDriverStart (
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
-  @param  ControllerHandle  Handle of device to stop driver on\r
+  @param  Controller        Handle of device to stop driver on\r
   @param  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                             children is zero stop the entire bus driver.\r
   @param  ChildHandleBuffer List of Child Handles to Stop.\r
@@ -759,7 +759,7 @@ DisketChanged (
   and the initial values for each of the three internal\r
   times: HUT, SRT and HLT\r
   \r
-  @param This    Pointer to instance of FDC_BLK_IO_DEV\r
+  @param FdcDev    Pointer to instance of FDC_BLK_IO_DEV\r
   \r
   @retval  EFI_SUCCESS:    Execute the Specify command successfully\r
   @retval  EFI_DEVICE_ERROR: Fail to execute the command\r
@@ -806,7 +806,7 @@ Seek (
   Do the Sense Interrupt Status command, this command\r
   resets the interrupt signal\r
   \r
-  \r
+  @param  FdcDev FDC_BLK_IO_DEV *: A pointer to Data Structure FDC_BLK_IO_DEV\r
   @param  StatusRegister0 UINT8 *: Be used to save Status Register 0 read from FDC\r
   @param  PresentCylinderNumber  UINT8 *: Be used to save present cylinder number\r
                                     read from FDC\r
@@ -947,7 +947,7 @@ DataOutByte (
   Detect the specified floppy logic drive is busy or\r
   not within a period of time\r
   \r
-  @param Disk             Indicate it is drive A or drive B\r
+  @param FdcDev          Indicate it is drive A or drive B\r
   @param TimeoutInSeconds the time period for waiting\r
   \r
   @retval EFI_SUCCESS:  The drive and command are not busy\r
@@ -989,10 +989,10 @@ FddDRQReady (
   @param Result  Point to result structure\r
   @param FdcDev  FDC control structure\r
 \r
-  @param EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
-  @param EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
-  @param EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
-  @param EFI_SUCCESS - GC_TODO: Add description for return value\r
+  @retval EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
+  @retval EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
+  @retval EFI_DEVICE_ERROR - GC_TODO: Add description for return value\r
+  @retval EFI_SUCCESS - GC_TODO: Add description for return value\r
 \r
 **/\r
 EFI_STATUS\r
@@ -1072,7 +1072,8 @@ FdcReadPort (
  \r
   @param FdcDev FDC_BLK_IO_DEV *: A pointer to Data Structure FDC_BLK_IO_DEV\r
   @param Offset The offset address of port\r
-\r
+  @param Data   Value written to port\r
+  \r
 **/\r
 VOID\r
 FdcWritePort (\r
@@ -1090,7 +1091,7 @@ FdcWritePort (
   @param LBA      The starting logic block address to read from on the device\r
   @param BufferSize The size of the Buffer in bytes\r
   @param Operation   - GC_TODO: add argument description\r
-  Buffer      - GC_TODO: add argument description\r
+  @param Buffer      - GC_TODO: add argument description\r
 \r
   @retval EFI_INVALID_PARAMETER - GC_TODO: Add description for return value\r
   @retval EFI_SUCCESS - GC_TODO: Add description for return value\r
@@ -1122,7 +1123,7 @@ FddReadWriteBlocks (
 /**\r
   Common interface for free cache \r
   \r
-  @param FdcDec  Pointer of FDC_BLK_IO_DEV instance\r
+  @param FdcDev  Pointer of FDC_BLK_IO_DEV instance\r
   \r
 **/\r
 VOID\r