Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: cxt1e1: remove rcs keywords and log

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Alexander Beregalov and committed by
Greg Kroah-Hartman
cd420765 48d7c08f

-416
-17
drivers/staging/cxt1e1/comet.h
··· 1 - /* 2 - * $Id: comet.h,v 1.3 2005/09/28 00:10:07 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_COMET_H_ 6 2 #define _INC_COMET_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 1.3 $ 24 - * Last changed on $Date: 2005/09/28 00:10:07 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: comet.h,v $ 28 - * Revision 1.3 2005/09/28 00:10:07 rickd 29 - * Add RCS header. Switch to structure usage. 30 - * 31 - * Revision 1.2 2005/04/28 23:43:03 rickd 32 - * Add RCS tracking heading. 33 - * 34 25 *----------------------------------------------------------------------------- 35 26 */ 36 27
-24
drivers/staging/cxt1e1/comet_tables.c
··· 1 - /* 2 - * $Id: comet_tables.c,v 1.2 2005/10/17 23:55:27 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 /*----------------------------------------------------------------------------- 6 2 * comet_tables.c - waveform tables for the PM4351 'COMET' 7 3 * ··· 16 20 * For further information, contact via email: support@sbei.com 17 21 * SBE, Inc. San Ramon, California U.S.A. 18 22 *----------------------------------------------------------------------------- 19 - * RCS info: 20 - * RCS revision: $Revision: 1.2 $ 21 - * Last changed on $Date: 2005/10/17 23:55:27 $ 22 - * Changed by $Author: rickd $ 23 - *----------------------------------------------------------------------------- 24 - * $Log: comet_tables.c,v $ 25 - * Revision 1.2 2005/10/17 23:55:27 rickd 26 - * Note that 75 Ohm transmit waveform is not supported on PMCC4. 27 - * 28 - * Revision 1.1 2005/09/28 00:10:05 rickd 29 - * Cosmetic alignment of tables for readability. 30 - * 31 - * Revision 1.0 2005/05/10 22:47:53 rickd 32 - * Initial revision 33 - * 34 - *----------------------------------------------------------------------------- 35 23 */ 36 - 37 - char SBEid_pmcc4_comet_tblc[] = 38 - "@(#)comet_tables.c - $Revision: 1.2 $ (c) Copyright 2004-2005 SBE, Inc."; 39 - 40 24 41 25 #include <linux/types.h> 42 26
-24
drivers/staging/cxt1e1/comet_tables.h
··· 1 - /* 2 - * $Id: comet_tables.h,v 1.5 2006/01/02 22:37:31 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_COMET_TBLS_H_ 6 2 #define _INC_COMET_TBLS_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 1.5 $ 24 - * Last changed on $Date: 2006/01/02 22:37:31 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: comet_tables.h,v $ 28 - * Revision 1.5 2006/01/02 22:37:31 rickd 29 - * Double indexed arrays need sizings to avoid CC errors under 30 - * gcc 4.0.0 31 - * 32 - * Revision 1.4 2005/10/17 23:55:28 rickd 33 - * The 75 Ohm transmit waveform is not supported on PMCC4. 34 - * 35 - * Revision 1.3 2005/09/28 00:10:08 rickd 36 - * Add GNU License info. Structures moved to -C- file. 37 - * 38 - * Revision 1.2 2005/04/28 23:43:04 rickd 39 - * Add RCS tracking heading. 40 - * 41 25 *----------------------------------------------------------------------------- 42 26 */ 43 27
-19
drivers/staging/cxt1e1/libsbew.h
··· 1 - /* 2 - * $Id: libsbew.h,v 2.1 2005/10/27 18:54:19 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_LIBSBEW_H_ 6 2 #define _INC_LIBSBEW_H_ 7 3 ··· 20 24 * 21 25 * For further information, contact via email: support@sbei.com 22 26 * SBE, Inc. San Ramon, California U.S.A. 23 - *----------------------------------------------------------------------------- 24 - * RCS info: 25 - * RCS revision: $Revision: 2.1 $ 26 - * Last changed on $Date: 2005/10/27 18:54:19 $ 27 - * Changed by $Author: rickd $ 28 - *----------------------------------------------------------------------------- 29 - * $Log: libsbew.h,v $ 30 - * Revision 2.1 2005/10/27 18:54:19 rickd 31 - * Add E1PLAIN support. 32 - * 33 - * Revision 2.0 2005/09/28 00:10:08 rickd 34 - * Customized for PMCC4 comet-per-port design. 35 - * 36 - * Revision 1.15 2005/03/29 00:51:31 rickd 37 - * File imported from C1T3 port, Revision 1.15 38 27 *----------------------------------------------------------------------------- 39 28 */ 40 29
-49
drivers/staging/cxt1e1/musycc.c
··· 1 - /* 2 - * $Id: musycc.c,v 2.1 2007/08/15 23:32:17 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 unsigned int max_intcnt = 0; 6 2 unsigned int max_bh = 0; 7 3 ··· 20 24 * For further information, contact via email: support@onestopsystems.com 21 25 * One Stop Systems, Inc. Escondido, California U.S.A. 22 26 *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 2.1 $ 25 - * Last changed on $Date: 2007/08/15 23:32:17 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: musycc.c,v $ 29 - * Revision 2.1 2007/08/15 23:32:17 rickd 30 - * Use 'if 0' instead of GNU comment delimeter to avoid line wrap induced compiler errors. 31 - * 32 - * Revision 2.0 2007/08/15 22:13:20 rickd 33 - * Update to printf pointer %p usage and correct some UINT to ULONG for 34 - * 64bit comptibility. 35 - * 36 - * Revision 1.7 2006/04/21 00:56:40 rickd 37 - * workqueue files now prefixed with <sbecom> prefix. 38 - * 39 - * Revision 1.6 2005/10/27 18:54:19 rickd 40 - * Clean out old code. Default to HDLC_FCS16, not TRANS. 41 - * 42 - * Revision 1.5 2005/10/17 23:55:28 rickd 43 - * Initial port of NCOMM support patches from original work found 44 - * in pmc_c4t1e1 as updated by NCOMM. Ref: CONFIG_SBE_PMCC4_NCOMM. 45 - * 46 - * Revision 1.4 2005/10/13 20:35:25 rickd 47 - * Cleanup warning for unused <flags> variable. 48 - * 49 - * Revision 1.3 2005/10/13 19:19:22 rickd 50 - * Disable redundant driver removal cleanup code. 51 - * 52 - * Revision 1.2 2005/10/11 18:36:16 rickd 53 - * Clean up warning messages caused by de-implemented some <flags> associated 54 - * with spin_lock() removals. 55 - * 56 - * Revision 1.1 2005/10/05 00:45:28 rickd 57 - * Re-enable xmit on flow-controlled and full channel to fix restart hang. 58 - * Add some temp spin-lock debug code (rld_spin_owner). 59 - * 60 - * Revision 1.0 2005/09/28 00:10:06 rickd 61 - * Initial release for C4T1E1 support. Lots of transparent 62 - * mode updates. 63 - * 64 - *----------------------------------------------------------------------------- 65 27 */ 66 - 67 - char SBEid_pmcc4_musyccc[] = 68 - "@(#)musycc.c - $Revision: 2.1 $ (c) Copyright 2004-2006 SBE, Inc."; 69 28 70 29 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 71 30
-18
drivers/staging/cxt1e1/musycc.h
··· 1 - /* 2 - * $Id: musycc.h,v 1.3 2005/09/28 00:10:08 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_MUSYCC_H_ 6 2 #define _INC_MUSYCC_H_ 7 3 ··· 19 23 * 20 24 * For further information, contact via email: support@sbei.com 21 25 * SBE, Inc. San Ramon, California U.S.A. 22 - *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 1.3 $ 25 - * Last changed on $Date: 2005/09/28 00:10:08 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: musycc.h,v $ 29 - * Revision 1.3 2005/09/28 00:10:08 rickd 30 - * Add GNU license info. Add PMCC4 PCI/DevIDs. Implement new 31 - * musycc reg&bits namings. Use PORTMAP_0 GCD grouping. 32 - * 33 - * Revision 1.2 2005/04/28 23:43:04 rickd 34 - * Add RCS tracking heading. 35 - * 36 26 *----------------------------------------------------------------------------- 37 27 */ 38 28
-10
drivers/staging/cxt1e1/ossiRelease.c
··· 1 - /* 2 - * $Id: ossiRelease.c,v 1.2 2008/05/08 20:14:03 rdobbs PMCC4_3_1B $ 3 - */ 4 - 5 1 /*----------------------------------------------------------------------------- 6 2 * ossiRelease.c - 7 3 * ··· 22 26 * One Stop Systems, Inc. Escondido, California U.S.A. 23 27 * 24 28 *----------------------------------------------------------------------------- 25 - * RCS info: 26 - * RCS revision: $Revision: 1.2 $ 27 - * Last changed on $Date: 2008/05/08 20:14:03 $ 28 - * Changed by $Author: rdobbs $ 29 - *----------------------------------------------------------------------------- 30 29 */ 31 - 32 30 33 31 char pmcc4_OSSI_release[] = "$Release: PMCC4_3_1B, Copyright (c) 2008 One Stop Systems$"; 34 32
-17
drivers/staging/cxt1e1/pmc93x6_eeprom.h
··· 1 - /* 2 - * $Id: pmc93x6_eeprom.h,v 1.1 2005/09/28 00:10:08 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_PMC93X6_EEPROM_H_ 6 2 #define _INC_PMC93X6_EEPROM_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - *----------------------------------------------------------------------------- 24 - * $Log: pmc93x6_eeprom.h,v $ 25 - * Revision 1.1 2005/09/28 00:10:08 rickd 26 - * pmc_verify_cksum return value is char. 27 - * 28 - * Revision 1.0 2005/05/04 17:20:51 rickd 29 - * Initial revision 30 - * 31 - * Revision 1.0 2005/04/22 23:48:48 rickd 32 - * Initial revision 33 - * 34 25 *----------------------------------------------------------------------------- 35 26 */ 36 27
-21
drivers/staging/cxt1e1/pmcc4.h
··· 1 - /* 2 - * $Id: pmcc4.h,v 1.4 2005/11/01 19:24:48 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_PMCC4_H_ 6 2 #define _INC_PMCC4_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 1.4 $ 24 - * Last changed on $Date: 2005/11/01 19:24:48 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: pmcc4.h,v $ 28 - * Revision 1.4 2005/11/01 19:24:48 rickd 29 - * Remove de-implement function prototypes. Several <int> to 30 - * <status_t> changes for consistent usage of same. 31 - * 32 - * Revision 1.3 2005/09/28 00:10:08 rickd 33 - * Add GNU license info. Use config params from libsbew.h 34 - * 35 - * Revision 1.2 2005/04/28 23:43:03 rickd 36 - * Add RCS tracking heading. 37 - * 38 25 *----------------------------------------------------------------------------- 39 26 */ 40 27
-14
drivers/staging/cxt1e1/pmcc4_cpld.h
··· 1 - /* 2 - * $Id: pmcc4_cpld.h,v 1.0 2005/09/28 00:10:08 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_PMCC4_CPLD_H_ 6 2 #define _INC_PMCC4_CPLD_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 1.0 $ 24 - * Last changed on $Date: 2005/09/28 00:10:08 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: pmcc4_cpld.h,v $ 28 - * Revision 1.0 2005/09/28 00:10:08 rickd 29 - * Initial revision 30 - * 31 25 *----------------------------------------------------------------------------- 32 26 */ 33 27
-14
drivers/staging/cxt1e1/pmcc4_defs.h
··· 1 - /* 2 - * $Id: pmcc4_defs.h,v 1.0 2005/09/28 00:10:09 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_PMCC4_DEFS_H_ 6 2 #define _INC_PMCC4_DEFS_H_ 7 3 ··· 20 24 * 21 25 * For further information, contact via email: support@sbei.com 22 26 * SBE, Inc. San Ramon, California U.S.A. 23 - *----------------------------------------------------------------------------- 24 - * RCS info: 25 - * RCS revision: $Revision: 1.0 $ 26 - * Last changed on $Date: 2005/09/28 00:10:09 $ 27 - * Changed by $Author: rickd $ 28 - *----------------------------------------------------------------------------- 29 - * $Log: pmcc4_defs.h,v $ 30 - * Revision 1.0 2005/09/28 00:10:09 rickd 31 - * Initial revision 32 - * 33 27 *----------------------------------------------------------------------------- 34 28 */ 35 29
-64
drivers/staging/cxt1e1/pmcc4_drv.c
··· 1 - /* 2 - * $Id: pmcc4_drv.c,v 3.1 2007/08/15 23:32:17 rickd PMCC4_3_1B $ 3 - */ 4 - 5 - 6 1 /*----------------------------------------------------------------------------- 7 2 * pmcc4_drv.c - 8 3 * ··· 17 22 * For further information, contact via email: support@onestopsystems.com 18 23 * One Stop Systems, Inc. Escondido, California U.S.A. 19 24 *----------------------------------------------------------------------------- 20 - * RCS info: 21 - * RCS revision: $Revision: 3.1 $ 22 - * Last changed on $Date: 2007/08/15 23:32:17 $ 23 - * Changed by $Author: rickd $ 24 - *----------------------------------------------------------------------------- 25 - * $Log: pmcc4_drv.c,v $ 26 - * Revision 3.1 2007/08/15 23:32:17 rickd 27 - * Use 'if 0' instead of GNU comment delimeter to avoid line wrap induced compiler errors. 28 - * 29 - * Revision 3.0 2007/08/15 22:19:55 rickd 30 - * Correct sizeof() castings and pi->regram to support 64bit compatibility. 31 - * 32 - * Revision 2.10 2006/04/21 00:56:40 rickd 33 - * workqueue files now prefixed with <sbecom> prefix. 34 - * 35 - * Revision 2.9 2005/11/01 19:22:49 rickd 36 - * Add sanity checks against max_port for ioctl functions. 37 - * 38 - * Revision 2.8 2005/10/27 18:59:25 rickd 39 - * Code cleanup. Default channel config to HDLC_FCS16. 40 - * 41 - * Revision 2.7 2005/10/18 18:16:30 rickd 42 - * Further NCOMM code repairs - (1) interrupt matrix usage inconsistent 43 - * for indexing into nciInterrupt[][], code missing double parameters. 44 - * (2) check input of ncomm interrupt registration cardID for correct 45 - * boundary values. 46 - * 47 - * Revision 2.6 2005/10/17 23:55:28 rickd 48 - * Initial port of NCOMM support patches from original work found 49 - * in pmc_c4t1e1 as updated by NCOMM. Ref: CONFIG_SBE_PMCC4_NCOMM. 50 - * Corrected NCOMMs wanpmcC4T1E1_getBaseAddress() to correctly handle 51 - * multiple boards. 52 - * 53 - * Revision 2.5 2005/10/13 23:01:28 rickd 54 - * Correct panic for illegal address reference w/in get_brdinfo on 55 - * first_if/last_if name acquistion under Linux 2.6 56 - * 57 - * Revision 2.4 2005/10/13 21:20:19 rickd 58 - * Correction of c4_cleanup() wherein next should be acquired before 59 - * ci_t structure is free'd. 60 - * 61 - * Revision 2.3 2005/10/13 19:20:10 rickd 62 - * Correct driver removal cleanup code for multiple boards. 63 - * 64 - * Revision 2.2 2005/10/11 18:34:04 rickd 65 - * New routine added to determine number of ports (comets) on board. 66 - * 67 - * Revision 2.1 2005/10/05 00:48:13 rickd 68 - * Add some RX activation trace code. 69 - * 70 - * Revision 2.0 2005/09/28 00:10:06 rickd 71 - * Implement 2.6 workqueue for TX/RX restart. Correction to 72 - * hardware register boundary checks allows expanded access of MUSYCC. 73 - * Implement new musycc reg&bits namings. 74 - * 75 - *----------------------------------------------------------------------------- 76 25 */ 77 - 78 - char OSSIid_pmcc4_drvc[] = 79 - "@(#)pmcc4_drv.c - $Revision: 3.1 $ (c) Copyright 2002-2007 One Stop Systems, Inc."; 80 26 81 27 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 82 28
-16
drivers/staging/cxt1e1/pmcc4_ioctls.h
··· 1 - /* RCSid: $Header: /home/rickd/projects/pmcc4/include/pmcc4_ioctls.h,v 2.0 2005/09/28 00:10:09 rickd PMCC4_3_1B $ 2 - */ 3 - 4 1 #ifndef _INC_PMCC4_IOCTLS_H_ 5 2 #define _INC_PMCC4_IOCTLS_H_ 6 3 ··· 18 21 * 19 22 * For further information, contact via email: support@sbei.com 20 23 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 2.0 $ 24 - * Last changed on $Date: 2005/09/28 00:10:09 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: pmcc4_ioctls.h,v $ 28 - * Revision 2.0 2005/09/28 00:10:09 rickd 29 - * Add GNU license info. Switch Ioctls to sbe_ioc.h usage. 30 - * 31 - * Revision 1.2 2005/04/28 23:43:03 rickd 32 - * Add RCS tracking heading. 33 - * 34 24 *----------------------------------------------------------------------------- 35 25 */ 36 26
-14
drivers/staging/cxt1e1/sbe_bid.h
··· 1 - /* 2 - * $Id: sbe_bid.h,v 1.0 2005/09/28 00:10:09 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_SBEBID_H_ 6 2 #define _INC_SBEBID_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - * 22 - *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 1.0 $ 25 - * Last changed on $Date: 2005/09/28 00:10:09 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: sbe_bid.h,v $ 29 - * Revision 1.0 2005/09/28 00:10:09 rickd 30 - * Initial revision 31 25 * 32 26 *----------------------------------------------------------------------------- 33 27 */
-17
drivers/staging/cxt1e1/sbe_promformat.h
··· 1 - /* 2 - * $Id: sbe_promformat.h,v 2.2 2005/09/28 00:10:09 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_SBE_PROMFORMAT_H_ 6 2 #define _INC_SBE_PROMFORMAT_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - * 22 - *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 2.2 $ 25 - * Last changed on $Date: 2005/09/28 00:10:09 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: sbe_promformat.h,v $ 29 - * Revision 2.2 2005/09/28 00:10:09 rickd 30 - * Add EEPROM sample from C4T1E1 board. 31 - * 32 - * Revision 2.1 2005/05/04 17:18:24 rickd 33 - * Initial CI. 34 25 * 35 26 *----------------------------------------------------------------------------- 36 27 */
-20
drivers/staging/cxt1e1/sbecom_inline_linux.h
··· 1 - /* 2 - * $Id: sbecom_inline_linux.h,v 1.2 2007/08/15 22:51:35 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_SBECOM_INLNX_H_ 6 2 #define _INC_SBECOM_INLNX_H_ 7 3 ··· 19 23 * 20 24 * For further information, contact via email: support@onestopsystems.com 21 25 * One Stop Systems, Inc. Escondido, California U.S.A. 22 - *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 1.2 $ 25 - * Last changed on $Date: 2007/08/15 22:51:35 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: sbecom_inline_linux.h,v $ 29 - * Revision 1.2 2007/08/15 22:51:35 rickd 30 - * Remove duplicate version.h entry. 31 - * 32 - * Revision 1.1 2007/08/15 22:50:29 rickd 33 - * Update linux/config for 2.6.18 and later. 34 - * 35 - * Revision 1.0 2005/09/28 00:10:09 rickd 36 - * Initial revision 37 - * 38 26 *----------------------------------------------------------------------------- 39 27 */ 40 28
-20
drivers/staging/cxt1e1/sbeproc.h
··· 1 - /* 2 - * $Id: sbeproc.h,v 1.2 2005/10/17 23:55:28 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_SBEPROC_H_ 6 2 #define _INC_SBEPROC_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - *----------------------------------------------------------------------------- 22 - * RCS info: 23 - * RCS revision: $Revision: 1.2 $ 24 - * Last changed on $Date: 2005/10/17 23:55:28 $ 25 - * Changed by $Author: rickd $ 26 - *----------------------------------------------------------------------------- 27 - * $Log: sbeproc.h,v $ 28 - * Revision 1.2 2005/10/17 23:55:28 rickd 29 - * sbecom_proc_brd_init() is an declared an __init function. 30 - * 31 - * Revision 1.1 2005/09/28 00:10:09 rickd 32 - * Remove unneeded inclusion of c4_private.h. 33 - * 34 - * Revision 1.0 2005/05/10 22:21:46 rickd 35 - * Initial check-in. 36 - * 37 25 *----------------------------------------------------------------------------- 38 26 */ 39 27
-38
drivers/staging/cxt1e1/sbew_ioc.h
··· 1 - /* 2 - * $Id: sbew_ioc.h,v 1.0 2005/09/28 00:10:10 rickd PMCC4_3_1B $ 3 - */ 4 - 5 1 #ifndef _INC_SBEWIOC_H_ 6 2 #define _INC_SBEWIOC_H_ 7 3 ··· 18 22 * 19 23 * For further information, contact via email: support@sbei.com 20 24 * SBE, Inc. San Ramon, California U.S.A. 21 - * 22 - *----------------------------------------------------------------------------- 23 - * RCS info: 24 - * RCS revision: $Revision: 1.0 $ 25 - * Last changed on $Date: 2005/09/28 00:10:10 $ 26 - * Changed by $Author: rickd $ 27 - *----------------------------------------------------------------------------- 28 - * $Log: sbew_ioc.h,v $ 29 - * Revision 1.0 2005/09/28 00:10:10 rickd 30 - * Initial revision 31 - * 32 - * Revision 1.6 2005/01/11 18:41:01 rickd 33 - * Add BRDADDR_GET Ioctl. 34 - * 35 - * Revision 1.5 2004/09/16 18:55:59 rickd 36 - * Start setting up for generic framer configuration Ioctl by switch 37 - * from tect3_framer_param[] to sbecom_framer_param[]. 38 - * 39 - * Revision 1.4 2004/06/28 17:58:15 rickd 40 - * Rename IOC_TSMAP_[GS] to IOC_TSIOC_[GS] to support need for 41 - * multiple formats of data when setting up TimeSlots. 42 - * 43 - * Revision 1.3 2004/06/22 21:18:13 rickd 44 - * read_vec now() ONLY handles a single common wrt_vec array. 45 - * 46 - * Revision 1.1 2004/06/10 18:11:34 rickd 47 - * Add IID_GET Ioctl reference. 48 - * 49 - * Revision 1.0 2004/06/08 22:59:38 rickd 50 - * Initial revision 51 - * 52 - * Revision 2.0 2004/06/07 17:49:47 rickd 53 - * Initial library release following merge of wanc1t3/wan256 into 54 - * common elements for lib. 55 25 * 56 26 *----------------------------------------------------------------------------- 57 27 */