Date: Sat, 1 Dec 2001 23:37:17 -0800 (PST) From: Prafulla Deuskar <pdeuskar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h src/sys/modules Makefile src/sys/modules/em Makefile src/sys/conf files.i386 Message-ID: <200112020737.fB27bHc89746@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
pdeuskar 2001/12/01 23:37:17 PST Modified files: sys/modules Makefile sys/conf files.i386 Added files: sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h sys/modules/em Makefile Log: This is the first commit of the Intel gigabit driver for PRO/1000 cards. Submitted by:Prafulla Deuskar Reviewed by: Paul Saab MFC after:1 week Revision Changes Path 1.384 +3 -0 src/sys/conf/files.i386 1.1 +2632 -0 src/sys/dev/em/if_em.c (new) 1.1 +410 -0 src/sys/dev/em/if_em.h (new) 1.1 +1457 -0 src/sys/dev/em/if_em_fxhw.c (new) 1.1 +1338 -0 src/sys/dev/em/if_em_fxhw.h (new) 1.1 +95 -0 src/sys/dev/em/if_em_osdep.h (new) 1.1 +1223 -0 src/sys/dev/em/if_em_phy.c (new) 1.1 +418 -0 src/sys/dev/em/if_em_phy.h (new) 1.221 +1 -0 src/sys/modules/Makefile 1.1 +13 -0 src/sys/modules/em/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112020737.fB27bHc89746>