Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 1999 02:10:17 -0700
From:      "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, current@FreeBSD.ORG
Subject:   Re: No longer able to rip CD data under -current. 
Message-ID:  <409.935917817@localhost>
In-Reply-To: Your message of "Sun, 29 Aug 1999 10:41:03 %2B0200." <15891.935916063@critter.freebsd.dk> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> This could be another si_bsize casualty.
> 
> Try this patch

Nope, it still occurs.  You're definitely in the right ballpark
though since I added some printfs and it's this check:

	} else if (ssp->dss_secshift != -1) {
		if (bp->b_bcount & (ssp->dss_secsize - 1))
			goto bad_bcount;

Which is now failing.

- Jordan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409.935917817>