Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 09:54:25 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        Felipe Alfaro Solana <felipe.alfaro@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: call for sk(4) testers
Message-ID:  <20060113005425.GA17655@rndsoft.co.kr>
In-Reply-To: <6f6293f10601121436m1c696580t4c583a0ed458b0d9@mail.gmail.com>
References:  <20060112113251.GB13481@rndsoft.co.kr> <6f6293f10601121436m1c696580t4c583a0ed458b0d9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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