Alexandre Julliard pushed to branch master at wine / wine Commits: 79231341 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00 ntdll: Drop unused raw SCSI command support for NetBSD. Due to insufficient testing, HAVE_SCSIREQ_T_CMD was never defined and the issue remained unnoticed for over two decades. It is better to remove the blocks than to maintain them. - - - - - 4c04a640 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00 ntdll: Remove useless request_sense type check. This reverts most of commit b8b15f3e6e0e. Since its introduction in Linux 2.2.16, request_sense in linux/cdrom.h has been a structure, not a type. Therefore, HAVE_REQUEST_SENSE has not been defined for over two decades. - - - - - 2569a0d1 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00 ntdll: Separate the I/O buffers in IOCTL_SCSI_PASS_THROUGH. - - - - - a3547cb8 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00 ntdll: Add wow64 support for IOCTL_SCSI_PASS_THROUGH. - - - - - 6fb14644 by Akihiro Sagawa at 2025-10-23T23:26:33+02:00 kernel32/tests: Add IOCTL_SCSI_PASS_THROUGH tests for optical drives. - - - - - 5 changed files: - configure - configure.ac - dlls/kernel32/tests/volume.c - dlls/ntdll/unix/cdrom.c - include/config.h.in View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299ed... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7685f32b706829d410fdd8723299ed... You're receiving this email because of your account on gitlab.winehq.org.