Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 18:07:41 +0000 (UTC)
From:      Tony Ackerman <tackerman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 src/sys/dev/ixgb LICENSE README if_ixgb.c if_ixgb.h if_ixgb_osdep.h ixgb_ee.c ixgb_ee.h ixgb_hw.c ixgb_hw.h ixgb_ids.h src/sys/i386/conf GENERIC src/sys/modules/ixgb Makefile
Message-ID:  <200406171807.i5HI7fqG055274@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tackerman    2004-06-17 18:07:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/conf             files.i386 
    sys/i386/conf        GENERIC 
  Added files:           (Branch: RELENG_4)
    sys/dev/ixgb         LICENSE README if_ixgb.c if_ixgb.h 
                         if_ixgb_osdep.h ixgb_ee.c ixgb_ee.h 
                         ixgb_hw.c ixgb_hw.h ixgb_ids.h 
    sys/modules/ixgb     Makefile 
  Log:
  MFC
  First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters.  This driver has
  been developed for use with FreeBSD, version 4.8 and later.
  
  Submitted by:   Hema Joyce
  Reviewed by:    Prafulla Deuskar
  Approved by:    Prafulla Deuskar
  
  Revision    Changes    Path
  1.307.2.45  +3 -0      src/sys/conf/files.i386
  1.1.2.1     +29 -0     src/sys/dev/ixgb/LICENSE (new)
  1.1.2.1     +238 -0    src/sys/dev/ixgb/README (new)
  1.1.2.1     +2484 -0   src/sys/dev/ixgb/if_ixgb.c (new)
  1.2.2.1     +386 -0    src/sys/dev/ixgb/if_ixgb.h (new)
  1.1.2.1     +123 -0    src/sys/dev/ixgb/if_ixgb_osdep.h (new)
  1.1.2.1     +781 -0    src/sys/dev/ixgb/ixgb_ee.c (new)
  1.1.2.1     +117 -0    src/sys/dev/ixgb/ixgb_ee.h (new)
  1.1.2.1     +1222 -0   src/sys/dev/ixgb/ixgb_hw.c (new)
  1.1.2.1     +857 -0    src/sys/dev/ixgb/ixgb_hw.h (new)
  1.1.2.1     +61 -0     src/sys/dev/ixgb/ixgb_ids.h (new)
  1.246.2.60  +1 -0      src/sys/i386/conf/GENERIC
  1.2.2.1     +9 -0      src/sys/modules/ixgb/Makefile (new)



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