Subject: Re: kern/36716: cd(4) problem with transfers exceeding 65535 bytes
To: None <gnats-bugs@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 08/01/2007 21:26:54
rumble@ephemeral.org wrote:

> >How-To-Repeat:
> It should be easily repeatable with an atapi cdrom when used
> with a disklabel where d_secsize != 2048.

I saw the similar problem on sgimips with CD-ROM which had sgivolhdr:
http://mail-index.netbsd.org/port-sgimips/2005/09/12/0000.html
http://mail-index.netbsd.org/port-sgimips/2005/09/14/0000.html

It seems the proper workaround to fix readdisklabel(9) to
always return d_secsize = 2048 for CDs, but I'm not sure.
---
Izumi Tsutsui