File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -629,13 +629,13 @@ QemuVideoControllerDriverStop (
629
629
}
630
630
631
631
/**
632
- TODO: Add function description
632
+ Write an 8-bit value to a specified I/O port via PCI I/O pass-through.
633
633
634
- @param Private TODO: add argument description
635
- @param Address TODO: add argument description
636
- @param Data TODO: add argument description
634
+ @param Private QEMU private data structure
635
+ @param Address The I/O port offset within the pass-through BAR to write to.
636
+ @param Data The 8-bit value to write to the specified port
637
637
638
- TODO: add return values
638
+ @retval None
639
639
640
640
**/
641
641
VOID
@@ -656,13 +656,13 @@ outb (
656
656
}
657
657
658
658
/**
659
- TODO: Add function description
659
+ Write a 16-bit value to a specified I/O port via PCI I/O pass-through.
660
660
661
- @param Private TODO: add argument description
662
- @param Address TODO: add argument description
663
- @param Data TODO: add argument description
661
+ @param Private QEMU private data structure
662
+ @param Address The I/O port offset within the pass-through BAR to write to.
663
+ @param Data The 16-bit value to write to the specified port.
664
664
665
- TODO: add return values
665
+ @retval None
666
666
667
667
**/
668
668
VOID
You can’t perform that action at this time.
0 commit comments