mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
- `AtaInit()` returns the number of detected ATA devices. Therefore, when iterating over them, go from index 0 to the count _minus_ 1, in `Pc98InitializeBootDevices()` and in `XboxDiskInit()`. - Initialize `DiskDrive->Type` to `DRIVE_TYPE_HDD` for detected SCSI hard-disk drives in `pc98disk.c!InitScsiDrive()`. - Rearrange `XboxDiskInit()` and reduce its indentation level.