Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 17:59:43 +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/tx if_tx.c if_txvar.h
Message-ID:  <200806101759.m5AHxpUv017103@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-06-10 17:59:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/tx           if_tx.c if_txvar.h 
  Log:
  SVN rev 179706 on 2008-06-10 17:59:43Z by jhb
  
  Make tx(4) MPSAFE
  - Add a mutex to the softc to protect the softc and device hardware.
  - Use a private timer to implement a watchdog for tx timeouts and drive
    the timer for auto negotiation.
  - Use bus_foo() rather than bus_space_foo() and remove the bus space
    tag & handle from the softc.
  - Call bus_setup_intr() after ether_ifattach().
  
  Tested by:      Florian Smeets  flo of kasimir.com
  
  Revision  Changes    Path
  1.98      +121 -107  src/sys/dev/tx/if_tx.c
  1.20      +13 -10    src/sys/dev/tx/if_txvar.h



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