Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 02:01:46 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/en midway.c
Message-ID:  <200312171001.hBHA1kCv096784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/12/17 02:01:46 PST

  FreeBSD src repository

  Modified files:
    sys/dev/en           midway.c 
  Log:
  Move the locking of the softc up to before the allocation of the
  transmission map. This allocation accesses the softc so should
  be under the lock (it uses NOWAIT).
  
  Revision  Changes    Path
  1.60      +6 -4      src/sys/dev/en/midway.c



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