mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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.