aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cxgbtool
Commit message (Collapse)AuthorAgeFilesLines
* This adds a new "stdio" mode to cxgbtool - it's an interactive modeNavdeep Parhar2009-06-241-18/+83
| | | | | | | | | | | | meant primarily for _non_ interactive use. Scripts that run cxgbtool repeatedly to perform register r/w or mdio will benefit from this. Instead of fork/exec'ing a new cxgbtool for every regio/mdio you can simply open a pair of pipes to/from cxgbtool and run cmds over them. Approved by: gnn (mentor) Notes: svn path=/head/; revision=194928
* Update the Chelsio driver to the latest bits from ChelsioGeorge V. Neville-Neil2009-03-102-5/+78
| | | | | | | | | | | | | | | Firmware upgraded to 7.1.0 (from 5.0.0). T3C EEPROM and SRAM added; Code to update eeprom/sram fixed. fl_empty and rx_fifo_ovfl counters can be observed via sysctl. Two new cxgbtool commands to get uP logic analyzer info and uP IOQs Synced up with Chelsio's "common code" (as of 03/03/09) Submitted by: Navdeep Parhar at Chelsio Reviewed by: gnn MFC after: 2 weeks Notes: svn path=/head/; revision=189643
* - Fix regression with GETMEMKip Macy2008-09-101-7/+4
| | | | | | | | | | | - Remove gratuitous bswap macros - check for rev 3 with t3b Obtained from: Chelsio Inc. MFC after: 3 days Notes: svn path=/head/; revision=182899
* Add support for t3c to cxgbtoolKip Macy2008-09-021-0/+3119
| | | | | | | Obtained from: Chelsio Inc. Notes: svn path=/head/; revision=182694
* Bring cxgbtool up to date with version 1.5Kip Macy2008-09-014-670/+280
| | | | | | | | Obtained from: Chelsio Inc. MFC after: 3 days Notes: svn path=/head/; revision=182594
* fix include namesKip Macy2007-03-151-2/+2
| | | | Notes: svn path=/head/; revision=167589
* Add administration and debugging tool for Chelsio T3 10 Gigabit Ethernet driverKip Macy2007-03-146-0/+8186
Notes: svn path=/head/; revision=167518