Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2008 19:04:07 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cnw if_cnw.c
Message-ID:  <200807041907.m64J71nO058289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-07-04 19:04:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cnw          if_cnw.c 
  Log:
  SVN rev 180260 on 2008-07-04 19:04:07Z by jhb
  
  Make cnw(4) MPSAFE:
  - Add a mutex to the softc and use it to lock the softc and device hardware.
  - Use a private timer to replace if_watchdog/if_timer.
  - Use if_printf() rather than if_xname.
  - Setup interrupt handler after ether_ifattach().
  
  Revision  Changes    Path
  1.28      +117 -76   src/sys/dev/cnw/if_cnw.c



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