-
5d1887f8
by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Remove redundant definitions for Linux.
This partly reverts commit c3e06df9418.
IDE6_MAJOR and IDE7_MAJOR definitions were introduced in Linux 2.3.1
and Linux 2.2 series support has been dropped since Wine 9.3 and later.
As of commit eacd06264e2, we no longer use CDROM_SEND_PACKET ioctl.
-
a0eaa968
by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Separate the I/O buffers in IOCTL_SCSI_PASS_THROUGH_DIRECT.
-
f798529e
by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Add wow64 support for IOCTL_SCSI_PASS_THROUGH_DIRECT.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58257
-
6a825230
by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
kernel32/tests: Add IOCTL_SCSI_PASS_THROUGH_DIRECT tests for optical drives.