Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2008 14:49:35 +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/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h
Message-ID:  <200806051449.m55EnpCF027042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-06-05 14:49:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cs           if_cs.c if_cs_isa.c if_cs_pccard.c 
                         if_csvar.h 
  Log:
  SVN rev 179560 on 2008-06-05 14:49:35Z by jhb
  
  Make the cs(4) driver MPSAFE:
  - Add a mutex to the softc to protect the softc and the device hardware.
  - Add a private timer to manage transmit watchdogs rather than using
    if_timer/if_watchdog.
  - Setup the interrupt handler after ether_ifattach().
  
  Tested by:      imp
  
  Revision  Changes    Path
  1.49      +112 -56   src/sys/dev/cs/if_cs.c
  1.8       +0 -8      src/sys/dev/cs/if_cs_isa.c
  1.20      +0 -4      src/sys/dev/cs/if_cs_pccard.c
  1.10      +7 -0      src/sys/dev/cs/if_csvar.h



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