aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/common/cxgb_t3_hw.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-5/+5
* cxgb: replace r273280 with a more comprehensive fix.Navdeep Parhar2015-01-111-2/+9
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* T3C initialization should setup the parity fence too.Navdeep Parhar2011-03-241-2/+3
* Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operatedNavdeep Parhar2010-09-151-9/+13
* Always reset the XGMAC's XAUI PCS on a link up.Navdeep Parhar2010-08-151-11/+27
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:Navdeep Parhar2010-07-091-10/+10
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadyNavdeep Parhar2010-07-091-2/+2
* Multiple fixes related to queue set sizing and resources:Navdeep Parhar2010-03-311-2/+2
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-241-6/+0
* Extra parantheses to keep certain compilers happy.Navdeep Parhar2010-01-091-1/+1
* cxgb(4) updates, including:Navdeep Parhar2009-10-051-34/+239
* Integrate three changes from Chelsio.George V. Neville-Neil2009-05-211-77/+125
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-101-79/+486
* Bug fix to support N310 version of Chelsio cards (board ID 1088).George V. Neville-Neil2008-12-061-0/+6
* Several small additions to the Chelsio 10G driver.George V. Neville-Neil2008-11-211-1/+2
* Update firmware version checkKip Macy2008-11-121-2/+8
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-4/+0
* White space cleanups to bring closer to RELENG_7Kip Macy2008-09-161-1/+1
* Vendor fix for PHY problem.Kip Macy2008-08-111-4/+52
* import vendor fixes to cxgbKip Macy2008-07-181-26/+78
* - update firmware to 5.0Kip Macy2008-02-231-81/+292
* Fix last-minute typo in last commit caused by pre-commit scriptsKip Macy2007-09-091-1/+1
* - fix qset to port binding as a proper fix for the problems encountered on t...Kip Macy2007-09-091-41/+129
* forward port signedness fixes from RELENG_6Kip Macy2007-08-171-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-171-56/+89
* - import new common code for the T304Kip Macy2007-06-131-71/+233
* When building cxgb as a module make include paths relative to the driver's root.Kip Macy2007-05-281-9/+6
* (MFp4)Kip Macy2007-05-251-11/+18
* Synchronize with version 1.0.071 of Chelsio's common codeKip Macy2007-03-201-20/+130
* First of several commits for driver support for the Chelsio T3B 10 GigabitKip Macy2007-03-141-0/+3399