Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 19:58:00 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bwn if_bwn.c if_bwnvar.h src/sys/dev/siba siba_bwn.c siba_core.c sibavar.h
Message-ID:  <201003091958.o29JwLBI013170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2010-03-09 19:58:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bwn          if_bwn.c if_bwnvar.h 
    sys/dev/siba         siba_bwn.c siba_core.c sibavar.h 
  Log:
  SVN rev 204922 on 2010-03-09 19:58:00Z by weongyo
  
  o uses bus accessor macros to read values from ivar so no more values
    are referenced directly from ivar pointer.  It's to do like what other
    buses do. [1]
  o changes exported prototypes.  It doesn't use struct siba_* structures
    anymore that instead of it it uses only device_t.
  o removes duplicate code and debug messages.
  o style(9)
  
  Pointed out by: imp [1]
  
  Revision  Changes    Path
  1.11      +341 -390  src/sys/dev/bwn/if_bwn.c
  1.3       +9 -9      src/sys/dev/bwn/if_bwnvar.h
  1.3       +67 -0     src/sys/dev/siba/siba_bwn.c
  1.4       +574 -79   src/sys/dev/siba/siba_core.c
  1.4       +205 -41   src/sys/dev/siba/sibavar.h



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