NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: install/46027: First stage bootloader (bootxx_ffsv2) on i386 broken for Soekris net4801



The following reply was made to PR install/46027; it has been noted by GNATS.

From: David Laight <david%l8s.co.uk@localhost>
To: gnats-bugs%gnats.netbsd.org@localhost
Cc: 
Subject: Re: install/46027: First stage bootloader (bootxx_ffsv2) on i386 
broken for Soekris net4801
Date: Thu, 31 May 2012 07:54:27 +0100

 On Wed, May 30, 2012 at 03:59:07PM -0700, Konrad Schroder wrote:
 > -               d->ll.secsize = ed.sbytes;
 > +               if (ed.sbytes >= 512)
 > +                       d->ll.secsize = ed.sbytes;
 
 Probably also best to check it is a power of 2 as well.
 
 Do you actually have media with non-512 byte sectors?
 
        David
 
 -- 
 David Laight: david%l8s.co.uk@localhost
 


Home | Main Index | Thread Index | Old Index