cvs commit: src/sys/dev/nfe if_nfe.c

Ruslan Ermilov ru at FreeBSD.org
Mon Aug 14 15:35:44 UTC 2006


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


More information about the cvs-src mailing list