[Bug 281020] Cannot play sound tracks on mixed-mode CDs (read() fails with EINVAL)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Aug 2024 13:26:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281020 Warner Losh <imp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imp@FreeBSD.org --- Comment #1 from Warner Losh <imp@FreeBSD.org> --- commit dd78f43259efd551f76a6cb7744bce49c215863e Author: Andriy Gapon <avg@FreeBSD.org> Date: Thu Aug 29 07:51:11 2019 +0000 scsi_cd: make the media check asynchronous This makes the media check process asynchronous, so we no longer block in cdstrategy() to check for media. PR: 219857 Obtained from: ken MFC after: 3 weeks Is the highlighted commit. A quick glance at the driver suggests that Damian's analysis is correct and we need to adjust our block size handling code. -- You are receiving this mail because: You are the assignee for the bug.