- Timestamp:
- May 19, 2021 1:47:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r89168 r89169 234 234 * @param cmdlen Length of the CDB. 235 235 * @param cmdbuf The CDB buffer. 236 * @param beforeHow 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. 237 237 * @param length How much to transfer. 238 238 * @param inout Read/Write direction indicator. … … 297 297 * 298 298 * @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. 300 301 */ 301 302 static void scsi_enumerate_attached_devices(uint16_t hba_seg, uint8_t idx_hba)
Note:
See TracChangeset
for help on using the changeset viewer.