call for sk(4) testers

Pyun YongHyeon pyunyh at gmail.com
Thu Jan 12 16:55:11 PST 2006


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


More information about the freebsd-current mailing list