> >> If reasonably possible, use MACHINE=MACHINE_ARCH=whatever config.guess
> >> uses for the platform. A lot of the different MACHINE values are due to
> >> historical reasons annd wouldn't happen again.
> >
> > I think keeping evb* for boards makes sense, though.
>
> I agree. MACHINE=evbavr32
> On May 1, 2015, at 11:37 AM, Christos Zoulas wrote:
>
> Module Name: src
> Committed By: christos
> Date: Fri May 1 18:37:40 UTC 2015
>
> Modified Files:
> src/sys/arch/mips/include: locore.h
>
> Log Message:
> change #error to KASSERT
>
>
> To generate a diff of this commi
On Fri, May 01, 2015 at 08:42:57AM +0200, Maxime Villard wrote:
> Yes, ffs_oldfscompat_read() should theoretically be called before
> ffs_superblock_validate(), otherwise, several fields being overwritten,
> you either end up with unsanitized values or your disk gets kicked out.
I am not sure what
Le 30/04/2015 16:07, Christos Zoulas a écrit :
On Apr 30, 8:57am, m...@m00nbsd.net (Maxime Villard) wrote:
-- Subject: Re: CVS commit: src/sys/dev/bluetooth
How about helping investigate what's wrong with:
/* Check the size of cylinder groups */
fs_cgsize = ffs_fragroundup(fs
On 2015/05/01 1:09, SAITOH Masanobu wrote:
Module Name:src
Committed By: msaitoh
Date: Thu Apr 30 16:09:06 UTC 2015
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
Use another firmware command in bge_asf_driver_up(). This change fixes
a bug that watc