> > 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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- No longer able to rip CD data under -current. Jordan K. Hubbard
- Re: No longer able to rip CD data under -current. Poul-Henning Kamp
- Re: No longer able to rip CD data under -curren... Jordan K. Hubbard
- Re: No longer able to rip CD data under -cu... Poul-Henning Kamp
- Re: No longer able to rip CD data under... Jordan K. Hubbard
- Re: No longer able to rip CD data ... Poul-Henning Kamp
- Re: No longer able to rip CD data under -current. Bruce Evans