Re: call for sk(4) testers

[ Available lists | Index of freebsd-current | Month of Jan 2006 | Week of 13 Jan 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Pyun YongHyeon <pyunyh@gmail.com>
Date
13 Jan 2006 00:55:11
Subject
Re: call for sk(4) testers
Message-ID
20060113005425.GA17655@rndsoft.co.kr


[ Hide this part ]
On Thu, Jan 12, 2006 at 11:36:47PM +0100, Felipe Alfaro Solana wrote:
> > Here is modified sk(4) that makes use of bus_dma(9). It was lightly
> > tested on sparc64(SMP)/i386(SMP).
>
> It doesn't compile correctly. It fails while compiling if_sk.c
> complaining that if_skreg.h can't be found.
>
> It can be fixed by changing:
>
> #if 0
> #include <pci/if_skreg.h>
> #else
> #include "if_skreg.h"
> #endif
>
> to
>
> #if 1
> #include <pci/if_skreg.h>
> #else
> #include "if_skreg.h"
> #endif
>
> in file "if_sk.c".
>

Thank you. It should be fixed now.

--
Regards,
Pyun YongHyeon


Elapsed time: 0.106 seconds