cvs commit: src/sys/conf files 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

Tony Ackerman tackerman at FreeBSD.org
Thu May 27 17:23:48 PDT 2004


tackerman    2004/05/27 17:23:00 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/i386/conf        GENERIC 
  Added files:
    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:
  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
  MFC after:      1 week
  
  Revision  Changes    Path
  1.898     +3 -0      src/sys/conf/files
  1.1       +29 -0     src/sys/dev/ixgb/LICENSE (new)
  1.1       +238 -0    src/sys/dev/ixgb/README (new)
  1.1       +2484 -0   src/sys/dev/ixgb/if_ixgb.c (new)
  1.1       +385 -0    src/sys/dev/ixgb/if_ixgb.h (new)
  1.1       +123 -0    src/sys/dev/ixgb/if_ixgb_osdep.h (new)
  1.1       +781 -0    src/sys/dev/ixgb/ixgb_ee.c (new)
  1.1       +117 -0    src/sys/dev/ixgb/ixgb_ee.h (new)
  1.1       +1222 -0   src/sys/dev/ixgb/ixgb_hw.c (new)
  1.1       +857 -0    src/sys/dev/ixgb/ixgb_hw.h (new)
  1.1       +61 -0     src/sys/dev/ixgb/ixgb_ids.h (new)
  1.405     +1 -0      src/sys/i386/conf/GENERIC
  1.1       +11 -0     src/sys/modules/ixgb/Makefile (new)


More information about the cvs-src mailing list