VirtualBox

Changeset 89169 in vbox for trunk


Ignore:
Timestamp:
May 19, 2021 1:47:27 PM (4 years ago)
Author:
vboxsync
Message:

Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be able to get rid of the crappy VBoxSCSI interface, bugref:4841 [doxygen fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/scsi.c

    r89168 r89169  
    234234 * @param   cmdlen      Length of the CDB.
    235235 * @param   cmdbuf      The CDB buffer.
    236  * @param   before      How much to skip before reading into the provided data buffer.
     236 * @param   skip_b      How much to skip before reading into the provided data buffer.
    237237 * @param   length      How much to transfer.
    238238 * @param   inout       Read/Write direction indicator.
     
    297297 *
    298298 * @returns nothing.
    299  * @param   io_base    The I/O base port of the controller.
     299 * @param   hba_seg    Segement of the HBA controller block.
     300 * @param   idx_hba    The HBA driver index used for accessing the enumerated devices.
    300301 */
    301302static void scsi_enumerate_attached_devices(uint16_t hba_seg, uint8_t idx_hba)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette