> 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".Received on Thu Jan 12 2006 - 21:36:49 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:50 UTC