cvs commit: src/sys/dev/gem if_gem.c if_gem_pci.c if_gemreg.h if_gemvar.h

Marius Strobl marius at FreeBSD.org
Wed Jun 11 21:10:15 UTC 2008


marius      2008-06-11 21:10:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/gem          if_gem.c if_gem_pci.c if_gemreg.h 
                         if_gemvar.h 
  Log:
  SVN rev 179733 on 2008-06-11 21:10:06Z by marius
  
  MFC: r176996, r177560
  
  - Fix some style bugs and remove another banal comment missed in
    rev. 1.46.
  - Move the KASSERT on gem_add_rxbuf() to the right spot and add an
    equivalent one to gem_disable_tx().
  - Split the registers into two halves in preparation for SBus
    support. [1]
  
  Obtained from:  NetBSD (loosely) [1]
  
  Revision  Changes    Path
  1.44.2.4  +192 -199  src/sys/dev/gem/if_gem.c
  1.23.2.2  +37 -15    src/sys/dev/gem/if_gem_pci.c
  1.5.2.2   +24 -6     src/sys/dev/gem/if_gemreg.h
  1.15.2.2  +42 -1     src/sys/dev/gem/if_gemvar.h


More information about the cvs-all mailing list