Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 16:03:19 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/ath if_ath.c if_ath_misc.h if_ath_sysctl.c if_ath_sysctl.h src/sys/modules/ath Makefile
Message-ID:  <201103021603.p22G3jog051298@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-03-02 16:03:19 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/ath          if_ath.c if_ath_misc.h 
    sys/modules/ath      Makefile 
  Added files:
    sys/dev/ath          if_ath_sysctl.c if_ath_sysctl.h 
  Log:
  SVN rev 219180 on 2011-03-02 16:03:19Z by adrian
  
  Migrate the sysctl related routines (statistics, debugging, etc) out of
  if_ath.c and into if_ath_sysctl.c .
  
  Revision  Changes    Path
  1.1566    +2 -0      src/sys/conf/files
  1.301     +2 -613    src/sys/dev/ath/if_ath.c
  1.2       +2 -0      src/sys/dev/ath/if_ath_misc.h
  1.1       +709 -0    src/sys/dev/ath/if_ath_sysctl.c (new)
  1.1       +38 -0     src/sys/dev/ath/if_ath_sysctl.h (new)
  1.18      +1 -1      src/sys/modules/ath/Makefile



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