Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2006 15:35:43 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nfe if_nfe.c
Message-ID:  <200608141535.k7EFZhMD094040@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2006-08-14 15:35:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nfe          if_nfe.c 
  Log:
  Fix alignment of RX bufs DMA map to be realistic.  Maybe it works on
  i386 (I don't know) but on amd64 at hand here, it paniced early at
  boot.
  
  (I'm pretty sure that PAGE_SIZE here was miscopied from another place
  during porting, where in OpenBSD bus_dmamem_alloc() is used, but there
  PAGE_SIZE means completely different thing.)
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/dev/nfe/if_nfe.c



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