Subject: Re: a small ath problem with last cvs kernel
To: Konstantin KABASSANOV <Konstantin.Kabassanov@lip6.fr>
From: matthew sporleder <msporleder@gmail.com>
List: tech-net
Date: 04/06/2006 09:48:23
On 4/6/06, Konstantin KABASSANOV <Konstantin.Kabassanov@lip6.fr> wrote:
> cd /usr/obj/sys/arch/i386/compile
> rm -rf NET4501
>
> cd /usr/src
> ./build.sh -O /usr/obj -T /usr/tools tools kernel=3DNET4501
>
> And still
>
> ath1 at cardbus1 function 0
> ath1: HAL ABI mismatch detected (HAL:0x5122200 !=3D driver:0x6033100)
>
> on reboot... :(
>
> _________________________________
>
> Konstantin K. KABASSANOV

Try adding -r to your build.sh
Or running make clean first.

_Matt