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

[ Available lists | Index of cvs-src | Month of Feb 2008 | Week of 26 Feb 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Kip Macy <kmacy@FreeBSD.org>
Date
26 Feb 2008 03:02:21
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


[ Hide this part ]
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)


Elapsed time: 0.108 seconds