Stanislav Motylkov

Results 32 issues of Stanislav Motylkov

### Are you using the latest Dosbox-Staging Version? - [X] I have checked releases and am using the latest release. ### Different version than latest? 0.82.0 Release, also reproduced in...

bug
debugger
low priority

WinBtrfs uses `IOCTL_ATA_PASS_THROUGH` in several places: https://github.com/maharmstone/btrfs/blob/cedf999474f0b87ae86645d31603156a7d7047f5/src/btrfs.c#L3465 https://github.com/maharmstone/btrfs/blob/cedf999474f0b87ae86645d31603156a7d7047f5/src/flushthread.c#L6974 https://github.com/maharmstone/btrfs/blob/cedf999474f0b87ae86645d31603156a7d7047f5/src/ubtrfs/ubtrfs.c#L935 However MS scsiport driver always rejects these requests by design. It should be possible to replace each of these with universal...