Revision 344cd42573d75dbe2fac2554ec911e2f7aa29765 authored by Navdeep Parhar on 21 January 2010, 12:18:29 UTC, committed by Navdeep Parhar on 21 January 2010, 12:18:29 UTC
r194917:
About to add 10Gbase-T to known media types, this is just a whitespace
cleanup before that commit.  No functional impact.

r194918:
Add 10Gbase-T to known ethernet media types

Some parts of r194521 (convert the port and adapter locks from sx_locks to
regular mutexes).

r197043:
There is no need to log anything for a ctrlq stall or restart.  These are
normal events.

r197791:
cxgb(4) updates, including:
- support for the new Gen-2, BT, and LP-CR cards.
- T3 firmware 7.7.0
- shared "common code" updates.

r199239:
The 10GBASE-T card should use an IPG of 1.  Also enable the check
for low power startup on this card.

r199240:
Don't disable the XGMAC's tx on ifconfig down.  It is unnecessary
and can cause false backpressure in the chip.  Fix a us/ms mixup
while here.

r200003:
T3 firmware 7.8.0 for cxgb(4)

r201907:
Extra parantheses to keep certain compilers happy.

r202671:
Fix for a cxgb(4) panic.  cxgb_ioctl can be called by the IP and IPv6
layers with non-sleepable locks held.  Don't (potentially) sleep in
those situations.

r202678:
Complain if freelist queue sizes are significantly less than desired.
1 parent 9a64782
History
File Mode Size
test
ACKNOWLEDGEMENTS -rw-r--r-- 771 bytes
Makefile -rw-r--r-- 298 bytes
NEW_FEATURES -rw-r--r-- 2.0 KB
NOTES -rw-r--r-- 504 bytes
README -rw-r--r-- 1.1 KB
closure.c -rw-r--r-- 6.2 KB
defs.h -rw-r--r-- 8.8 KB
error.c -rw-r--r-- 7.4 KB
lalr.c -rw-r--r-- 12.1 KB
lr0.c -rw-r--r-- 11.6 KB
main.c -rw-r--r-- 9.9 KB
mkpar.c -rw-r--r-- 8.3 KB
output.c -rw-r--r-- 25.8 KB
reader.c -rw-r--r-- 33.8 KB
skeleton.c -rw-r--r-- 12.9 KB
symtab.c -rw-r--r-- 3.9 KB
verbose.c -rw-r--r-- 8.4 KB
warshall.c -rw-r--r-- 3.1 KB
yacc.1 -rw-r--r-- 4.8 KB
yyfix.1 -rw-r--r-- 3.2 KB
yyfix.sh -rw-r--r-- 2.4 KB

README

back to top