Date: Thu, 27 May 2004 17:23:00 -0700 (PDT) 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 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: <200405280023.i4S0N0Tv065573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405280023.i4S0N0Tv065573>
