73c9516af4
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
33 lines
1.7 KiB
C
33 lines
1.7 KiB
C
/*****************************************************************************
|
|
* *
|
|
* File: *
|
|
* version.h *
|
|
* *
|
|
* Description: *
|
|
* cxgbtool userspace utility version defines. *
|
|
* *
|
|
* http://www.chelsio.com *
|
|
* *
|
|
* Copyright (c) 2003 - 2008 Chelsio Communications, Inc. *
|
|
* All rights reserved. *
|
|
* *
|
|
* Maintainers: maintainers@chelsio.com *
|
|
* *
|
|
* History: *
|
|
* *
|
|
****************************************************************************/
|
|
/* $Date: 2007/02/05 18:46:24 $ $RCSfile: version.h,v $ $Revision: 1.9 $ */
|
|
|
|
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef __CXGBTOOL_VERSION_H
|
|
#define __CXGBTOOL_VERSION_H
|
|
|
|
#define PROGNAME "cxgbtool"
|
|
#define VERSION "1.16f"
|
|
#define COPYRIGHT "Copyright (c) 2004-2009 Chelsio Communications"
|
|
|
|
#endif //__CXGBTOOL_VERSION_H
|