xref: /onnv-gate/usr/src/uts/common/io/chxge/version.h (revision 7656:2621e50fdf4a)
13833Sxw161283 /*
23833Sxw161283  * CDDL HEADER START
33833Sxw161283  *
43833Sxw161283  * The contents of this file are subject to the terms of the
53833Sxw161283  * Common Development and Distribution License (the "License").
63833Sxw161283  * You may not use this file except in compliance with the License.
73833Sxw161283  *
83833Sxw161283  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
93833Sxw161283  * or http://www.opensolaris.org/os/licensing.
103833Sxw161283  * See the License for the specific language governing permissions
113833Sxw161283  * and limitations under the License.
123833Sxw161283  *
133833Sxw161283  * When distributing Covered Code, include this CDDL HEADER in each
143833Sxw161283  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
153833Sxw161283  * If applicable, add the following below this CDDL HEADER, with the
163833Sxw161283  * fields enclosed by brackets "[]" replaced with your own identifying
173833Sxw161283  * information: Portions Copyright [yyyy] [name of copyright owner]
183833Sxw161283  *
193833Sxw161283  * CDDL HEADER END
203833Sxw161283  */
213833Sxw161283 
223833Sxw161283 /*
23*7656SSherry.Moore@Sun.COM  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
243833Sxw161283  * Use is subject to license terms.
253833Sxw161283  */
263833Sxw161283 
273833Sxw161283 /*
283833Sxw161283  * This file is part of the Chelsio T1 Ethernet driver.
293833Sxw161283  *
303833Sxw161283  * Copyright (C) 2003-2005 Chelsio Communications.  All rights reserved.
313833Sxw161283  */
323833Sxw161283 
333833Sxw161283 #ifndef CHELSIO_VERSION_H
343833Sxw161283 #define	CHELSIO_VERSION_H
353833Sxw161283 
363833Sxw161283 /*
373833Sxw161283  * This version string is set at 31 characters, please
383833Sxw161283  * make sure when adjusting this you stay within that
393833Sxw161283  * limit, going above that limit will cause the message
403833Sxw161283  * to get truncated when displayed by 'modinfo'.
413833Sxw161283  */
42*7656SSherry.Moore@Sun.COM #define	VERSION "Chelsio 10Gb Ethernet v"
433833Sxw161283 
443833Sxw161283 #endif	/* CHELSIO_VERSION_H */
45