]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyCtrl.c
Fix missing include header file and fix typo in comment.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / IsaFloppyCtrl.c
index da6af56a4347581ec219206c29946cbf71815f3b..fab96051fdeb7de1632786e6870bb1572e91e035 100644 (file)
@@ -408,7 +408,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
@@ -627,7 +627,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
@@ -1111,7 +1111,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
@@ -1232,10 +1232,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
@@ -1407,7 +1407,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