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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"