Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 17:31:18 -0700
From:      Matt <sendtomatt@gmail.com>
To:        Sevan / Venture37 <venture37@gmail.com>
Cc:        freebsd-wireless@freebsd.org
Subject:   Re: RT2860/RT3090/RAL: Any brave testers?
Message-ID:  <4E1B95D6.4050003@gmail.com>
In-Reply-To: <CA%2BU3Mf5PuJjSXxCYnkhGDTEOkfvRGXPGQBdZUHvRVKnpSmZxvQ@mail.gmail.com>
References:  <4E13F39E.1000302@gmail.com>	<CA%2BU3Mf61t8n30tGn7mYn_S71YgmjNQuguOGqPQ1XHEHkDpxMOA@mail.gmail.com>	<4E14F2B8.4090200@gmail.com>	<CA%2BU3Mf58yojCosGXGhnnFdpM9-ttZ%2BE4KTZR_4pOausdCmm0=Q@mail.gmail.com>	<4E163F7B.8030804@gmail.com> <CA%2BU3Mf5PuJjSXxCYnkhGDTEOkfvRGXPGQBdZUHvRVKnpSmZxvQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/10/11 03:55, Sevan / Venture37 wrote:
> On 8 July 2011 00:21, Matt<sendtomatt@gmail.com>  wrote:
>> Did both patches apply successfully? It sounds like Makefile patch is
>> applied but patch to /usr/src/sys/dev/ral is not. Ralpatch.diff is the
>> actual driver code, ralmakepatch.diff patches the makefile to use it.
>>
>> For what it's worth, I just erased /usr/src/sys/dev/ral, csup'd to current,
>> applied the patches from the link and was able to build it. I have been
>> building it seperately as a module by going to /usr/src/sys/modules/ral and
>> typing "make&&  make install". Not sure if that's the difference.
>>
>> I'd be glad to help get this built...sorry for any frustration!
>>
>> Matt
>>
> Try this,
> add the delete keyword to your supfile&  re-fetch src
> this should remove all your local changes to files already in the src repo
> now apply your diff&  attempt to build a kernel or the individual
> module, does it work??
> your diff also contains a .rej file which does'nt need to be there
>
>
> Sevan
>
I do have delete set in supfile.

I also did this:
rm -rf /usr/src
rm -rf /usr/obj
csup ~/localsupfile (identical to example but with cvsup2.freebsd.org)
tar xvzf ralpatch.tar.gz
mv ralpatch/*.diff .
patch -p1 < ralpatch.diff
patch -p1 < ralmakepatch.diff

and module makes fine...I have only tested thus far against current, so 
if you are not on current or are running a different arch than amd64, 
please let me know that information as well as detailed make output 
failure.

I'm sorry there appears to be some issue here, hopefully with more info 
I can resolve it?

Matt



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