lnc0 in VmWare doesn't work

Brian Fundakowski Feldman green at FreeBSD.org
Mon Aug 16 12:50:08 PDT 2004


On Mon, Aug 16, 2004 at 09:18:40PM +0400, Sergey Matveychuk wrote:
> Vitaly Markitantov wrote:
> 
> >I found what is the cause of problem with lnc0.
> >it's commited vm_contig.c from Thu Aug 5 14:54:12 PDT 2004 ( 
> >http://lists.freebsd.org/pipermail/cvs-src/2004-August/028854.html )
> >
> >I set in  /boot/loader.conf 
> >vm.old_contigmalloc="1"
> >and all stuff works fine.
> 
> It does not work for me. I guess if you'll rebuild your kernel with new 
> drivers it could stops work for you too.

The significant difference you should see between vm.old_contigmalloc
settings is allocation from the bottom of memory (=1) versus the
top (=0).  Is lnc(4) providing incorrect information to busdma about
what region the DMA can work in?  This sounds an awful lot like the
call to bus_dma_tag_create(9) is bogus.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\


More information about the freebsd-current mailing list