Commit cd420765 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Greg Kroah-Hartman
Browse files

Staging: cxt1e1: remove rcs keywords and log

parent 48d7c08f
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
/*
 * $Id: comet.h,v 1.3 2005/09/28 00:10:07 rickd PMCC4_3_1B $
 */

#ifndef _INC_COMET_H_
#define _INC_COMET_H_

@@ -23,19 +19,6 @@
 * For further information, contact via email: support@sbei.com
 * SBE, Inc.  San Ramon, California  U.S.A.
 *-----------------------------------------------------------------------------
 * RCS info:
 * RCS revision: $Revision: 1.3 $
 * Last changed on $Date: 2005/09/28 00:10:07 $
 * Changed by $Author: rickd $
 *-----------------------------------------------------------------------------
 * $Log: comet.h,v $
 * Revision 1.3  2005/09/28 00:10:07  rickd
 * Add RCS header. Switch to structure usage.
 *
 * Revision 1.2  2005/04/28 23:43:03  rickd
 * Add RCS tracking heading.
 *
 *-----------------------------------------------------------------------------
 */

#include <linux/types.h>
+0 −24
Original line number Diff line number Diff line
/*
 * $Id: comet_tables.c,v 1.2 2005/10/17 23:55:27 rickd PMCC4_3_1B $
 */

/*-----------------------------------------------------------------------------
 * comet_tables.c - waveform tables for the PM4351 'COMET'
 *
@@ -20,28 +16,8 @@
 * For further information, contact via email: support@sbei.com
 * SBE, Inc.  San Ramon, California  U.S.A.
 *-----------------------------------------------------------------------------
 * RCS info:
 * RCS revision: $Revision: 1.2 $
 * Last changed on $Date: 2005/10/17 23:55:27 $
 * Changed by $Author: rickd $
 *-----------------------------------------------------------------------------
 * $Log: comet_tables.c,v $
 * Revision 1.2  2005/10/17 23:55:27  rickd
 * Note that 75 Ohm transmit waveform is not supported on PMCC4.
 *
 * Revision 1.1  2005/09/28 00:10:05  rickd
 * Cosmetic alignment of tables for readability.
 *
 * Revision 1.0  2005/05/10 22:47:53  rickd
 * Initial revision
 *
 *-----------------------------------------------------------------------------
 */

char SBEid_pmcc4_comet_tblc[] =
  "@(#)comet_tables.c - $Revision: 1.2 $      (c) Copyright 2004-2005 SBE, Inc.";


#include <linux/types.h>

/*****************************************************************************
+0 −24
Original line number Diff line number Diff line
/*
 * $Id: comet_tables.h,v 1.5 2006/01/02 22:37:31 rickd PMCC4_3_1B $
 */

#ifndef _INC_COMET_TBLS_H_
#define _INC_COMET_TBLS_H_

@@ -23,26 +19,6 @@
 * For further information, contact via email: support@sbei.com
 * SBE, Inc.  San Ramon, California  U.S.A.
 *-----------------------------------------------------------------------------
 * RCS info:
 * RCS revision: $Revision: 1.5 $
 * Last changed on $Date: 2006/01/02 22:37:31 $
 * Changed by $Author: rickd $
 *-----------------------------------------------------------------------------
 * $Log: comet_tables.h,v $
 * Revision 1.5  2006/01/02 22:37:31  rickd
 * Double indexed arrays need sizings to avoid CC errors under
 * gcc 4.0.0
 *
 * Revision 1.4  2005/10/17 23:55:28  rickd
 * The 75 Ohm transmit waveform is not supported on PMCC4.
 *
 * Revision 1.3  2005/09/28 00:10:08  rickd
 * Add GNU License info. Structures moved to -C- file.
 *
 * Revision 1.2  2005/04/28 23:43:04  rickd
 * Add RCS tracking heading.
 *
 *-----------------------------------------------------------------------------
 */


+0 −19
Original line number Diff line number Diff line
/*
 * $Id: libsbew.h,v 2.1 2005/10/27 18:54:19 rickd PMCC4_3_1B $
 */

#ifndef _INC_LIBSBEW_H_
#define _INC_LIBSBEW_H_

@@ -25,21 +21,6 @@
 * For further information, contact via email: support@sbei.com
 * SBE, Inc.  San Ramon, California  U.S.A.
 *-----------------------------------------------------------------------------
 * RCS info:
 * RCS revision: $Revision: 2.1 $
 * Last changed on $Date: 2005/10/27 18:54:19 $
 * Changed by $Author: rickd $
 *-----------------------------------------------------------------------------
 * $Log: libsbew.h,v $
 * Revision 2.1  2005/10/27 18:54:19  rickd
 * Add E1PLAIN support.
 *
 * Revision 2.0  2005/09/28 00:10:08  rickd
 * Customized for PMCC4 comet-per-port design.
 *
 * Revision 1.15  2005/03/29 00:51:31  rickd
 * File imported from C1T3 port, Revision 1.15
 *-----------------------------------------------------------------------------
 */

/********************************/
+0 −49
Original line number Diff line number Diff line
/*
 * $Id: musycc.c,v 2.1 2007/08/15 23:32:17 rickd PMCC4_3_1B $
 */

unsigned int max_intcnt = 0;
unsigned int max_bh = 0;

@@ -24,53 +20,8 @@ unsigned int max_bh = 0;
 * For further information, contact via email: support@onestopsystems.com
 * One Stop Systems, Inc.  Escondido, California  U.S.A.
 *-----------------------------------------------------------------------------
 * RCS info:
 * RCS revision: $Revision: 2.1 $
 * Last changed on $Date: 2007/08/15 23:32:17 $
 * Changed by $Author: rickd $
 *-----------------------------------------------------------------------------
 * $Log: musycc.c,v $
 * Revision 2.1  2007/08/15 23:32:17  rickd
 * Use 'if 0' instead of GNU comment delimeter to avoid line wrap induced compiler errors.
 *
 * Revision 2.0  2007/08/15 22:13:20  rickd
 * Update to printf pointer %p usage and correct some UINT to ULONG for
 * 64bit comptibility.
 *
 * Revision 1.7  2006/04/21 00:56:40  rickd
 * workqueue files now prefixed with <sbecom> prefix.
 *
 * Revision 1.6  2005/10/27 18:54:19  rickd
 * Clean out old code.  Default to HDLC_FCS16, not TRANS.
 *
 * Revision 1.5  2005/10/17 23:55:28  rickd
 * Initial port of NCOMM support patches from original work found
 * in pmc_c4t1e1 as updated by NCOMM.  Ref: CONFIG_SBE_PMCC4_NCOMM.
 *
 * Revision 1.4  2005/10/13 20:35:25  rickd
 * Cleanup warning for unused <flags> variable.
 *
 * Revision 1.3  2005/10/13 19:19:22  rickd
 * Disable redundant driver removal cleanup code.
 *
 * Revision 1.2  2005/10/11 18:36:16  rickd
 * Clean up warning messages caused by de-implemented some <flags> associated
 * with spin_lock() removals.
 *
 * Revision 1.1  2005/10/05 00:45:28  rickd
 * Re-enable xmit on flow-controlled and full channel to fix restart hang.
 * Add some temp spin-lock debug code (rld_spin_owner).
 *
 * Revision 1.0  2005/09/28 00:10:06  rickd
 * Initial release for C4T1E1 support. Lots of transparent
 * mode updates.
 *
 *-----------------------------------------------------------------------------
 */

char        SBEid_pmcc4_musyccc[] =
"@(#)musycc.c - $Revision: 2.1 $      (c) Copyright 2004-2006 SBE, Inc.";

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/types.h>
Loading