Date: Tue, 26 Feb 2008 03:02:20 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cxgb bin2h.pl cxgb_main.c cxgb_t3fw.c cxgb_t3fw.h t3fw-5.0.0.bin.gz.uu src/sys/modules/cxgb Makefile src/sys/modules/cxgb/cxgb Makefile src/sys/modules/cxgb/cxgb_t3fw Makefile src/sys/conf NOTES files Message-ID: <200802260302.m1Q32KOT081487@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2008-02-26 03:02:20 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_main.c
sys/modules/cxgb Makefile
sys/modules/cxgb/cxgb Makefile
sys/conf NOTES files
Added files:
sys/dev/cxgb bin2h.pl cxgb_t3fw.c cxgb_t3fw.h
sys/modules/cxgb/cxgb_t3fw Makefile
Removed files:
sys/dev/cxgb t3fw-5.0.0.bin.gz.uu
Log:
Move firmware in to separate module that can be compiled statically in to the kernel
Add utility for converting future firmware revs to a C header file
Revision Changes Path
1.1468 +1 -0 src/sys/conf/NOTES
1.1270 +1 -0 src/sys/conf/files
1.1 +79 -0 src/sys/dev/cxgb/bin2h.pl (new)
1.49 +16 -11 src/sys/dev/cxgb/cxgb_main.c
1.1 +47 -0 src/sys/dev/cxgb/cxgb_t3fw.c (new)
1.1 +6621 -0 src/sys/dev/cxgb/cxgb_t3fw.h (new)
1.2 +0 -496 src/sys/dev/cxgb/t3fw-5.0.0.bin.gz.uu (dead)
1.13 +1 -0 src/sys/modules/cxgb/Makefile
1.7 +1 -10 src/sys/modules/cxgb/cxgb/Makefile
1.1 +8 -0 src/sys/modules/cxgb/cxgb_t3fw/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802260302.m1Q32KOT081487>
