Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2009 04:26:44 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <200901080426.n084Qw2u030820@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-01-08 04:26:44 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  SVN rev 186884 on 2009-01-08 04:26:44Z by yongari
  
  Always check whether dma map is valid before unloading the map.
  When fxp(4) intializes Rx buffers for the first time, there is no
  loaded dma map so attempting to unload it is an invalid operation.
  
  Revision  Changes    Path
  1.283     +2 -1      src/sys/dev/fxp/if_fxp.c



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