Subject: Re: Trouble with NetBSD 3.0 and Cisco Aironet 350
To: Victor Lagerkvist <plumsaren@gmail.com>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: port-i386
Date: 05/21/2006 01:26:45
On Sun, May 21, 2006 at 02:12:01AM +0200, Victor Lagerkvist wrote:
> > This is not yet complete, but what happens with this patch ?
> > 
> > Index: sys/dev/pci/if_an_pci.c
> > ===================================================================
> > RCS file: /cvsroot/src/sys/dev/pci/if_an_pci.c,v
> <snip>
> >  	int			sc_bap_id;
> >  	int			sc_bap_off;
> >  
> > 
> > 	-- Rui Paulo
> 
> Thank you for taking your time doing this. However, my knowledge of NetBSD is 
> sadly rather limited at the moment - so I have to ask what I have to do in 
> order to apply this patch? With the patch-command, no doubt, but where do I 
> apply it?

cd /usr/src; patch -p0 < (patch file)

pavel