Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2007 15:59:14 +0300
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Rafal Jaworowski <raj@semihalf.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Align exception (was: MMC cards support)
Message-ID:  <20071215125914.GO17356@dracon.ht-systems.ru>
In-Reply-To: <20071215105951.GN17356@dracon.ht-systems.ru>
References:  <20071213222654.GE17356@dracon.ht-systems.ru> <20071214090128.GM31230@cicely12.cicely.de> <20071214115226.0b2cb7e2@peedub.jennejohn.org> <20071214.062511.74732956.imp@bsdimp.com> <20071214153201.18c4c5ea@peedub.jennejohn.org> <47629E53.30404@semihalf.com> <20071214190825.GG17356@dracon.ht-systems.ru> <20071215105951.GN17356@dracon.ht-systems.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 15, 2007 at 01:59:51PM +0300 Stanislav Sedov mentioned:
> 
> Ok, I've solved my problem with if_ate by hardwiring MAC into the driver and
> by commenting out the lines 1007-1008 in if_ates./c:
>        if (phy != 0)
>                return (0xffff);
> 
> My phy (rtl8102BL) is on 0x1D address, that forced the mii driver to return 0xffff
> for all request? What this conditiond was intnded for? Probably we can strip this out?
> 
> For now I have another problem: i'm receiving the aligning exception when kernel is about
> to start userland:
> 

Enabling INVARIANTS give me a lot of unexpected order panics, e.g.
vm_phys_free_pages: page 0xc036a4e8 has unexpected order 0

I've no a deep knowledge of VM subsystems, can anybode comment on this?
Probably the memory wasn't configured correctly?

-- 
Stanislav Sedov
ST4096-RIPE



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