summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cxgbtool
Commit message (Collapse)AuthorAgeFilesLines
* This adds a new "stdio" mode to cxgbtool - it's an interactive modenp2009-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)
* Update the Chelsio driver to the latest bits from Chelsiognn2009-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
* - Fix regression with GETMEMkmacy2008-09-101-7/+4
| | | | | | | | - Remove gratuitous bswap macros - check for rev 3 with t3b Obtained from: Chelsio Inc. MFC after: 3 days
* Add support for t3c to cxgbtoolkmacy2008-09-021-0/+3119
| | | | Obtained from: Chelsio Inc.
* Bring cxgbtool up to date with version 1.5kmacy2008-09-014-670/+280
| | | | | Obtained from: Chelsio Inc. MFC after: 3 days
* fix include nameskmacy2007-03-151-2/+2
|
* Add administration and debugging tool for Chelsio T3 10 Gigabit Ethernet driverkmacy2007-03-146-0/+8186
OpenPOWER on IntegriCloud