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

Re: wi(4) fixes



cd /usr/src

patch -p0 < wi4_fixes.patch  ## assume mail saved to this file.

cd sys/arch/.../conf
config GENERIC
cd ../compile/GENERIC
make depend && make
mv /bsd /bsd.old
cp bsd /

shutdown -r now

enjoy...

hope I got that right.  did it this morning.


Rgds,

Anwar.

Begin On Wed, 3 Mar 2004 00:22:43 -0600, Jason Sidabras <sidabraj@nsgcorp.net> wrote:

> I am really interested in getting this patch working.
> Was it added to current as of early March 3rd (12am)?
> 
> Seems all hunks failed. 
> 
> I just used patch -p1 < difffile and most of them seemed to fail with OpenBSD3.4-current
> 
> 
> > The following diff, relative to OpenBSD 3.4 (-current will require
> > simple hand-patching for one hunk), makes HostAP work on Prism cards
> 
> If not, any docs to help me learn how to hand-patch? does it just consist of finding code within the patch and replacing it with the diff'ed version?
> 
> -Jason