Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 21:05:51 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/e1000 e1000_82575.h e1000_api.c e1000_api.h e1000_hw.h e1000_mbx.c e1000_mbx.h e1000_regs.h e1000_vf.c e1000_vf.h if_igb.c if_igb.h src/sys/modules/igb Makefile
Message-ID:  <201006302106.o5UL6e7X084457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2010-06-30 21:05:51 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/e1000        e1000_82575.h e1000_api.c e1000_api.h 
                         e1000_hw.h e1000_regs.h if_igb.c if_igb.h 
    sys/modules/igb      Makefile 
  Added files:
    sys/dev/e1000        e1000_mbx.c e1000_mbx.h e1000_vf.c 
                         e1000_vf.h 
  Log:
  SVN rev 209616 on 2010-06-30 21:05:51Z by jfv
  
  OK, I was a bit sleep this morning and checked in
  the core changes but left out the shared code, lol.
  Well, and a couple fixes to the core... hopefully
  this will all be complete now.
  
  Happy happy joy joy :)
  
  Revision  Changes    Path
  1.1523    +4 -0      src/sys/conf/files
  1.8       +11 -0     src/sys/dev/e1000/e1000_82575.h
  1.7       +36 -0     src/sys/dev/e1000/e1000_api.c
  1.5       +1 -0      src/sys/dev/e1000/e1000_api.h
  1.8       +63 -0     src/sys/dev/e1000/e1000_hw.h
  1.1       +762 -0    src/sys/dev/e1000/e1000_mbx.c (new)
  1.1       +106 -0    src/sys/dev/e1000/e1000_mbx.h (new)
  1.8       +9 -0      src/sys/dev/e1000/e1000_regs.h
  1.1       +574 -0    src/sys/dev/e1000/e1000_vf.c (new)
  1.1       +291 -0    src/sys/dev/e1000/e1000_vf.h (new)
  1.50      +71 -76    src/sys/dev/e1000/if_igb.c
  1.14      +16 -0     src/sys/dev/e1000/if_igb.h
  1.7       +1 -1      src/sys/modules/igb/Makefile



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