commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / drivers / net / sk98lin / skgehwt.c
index 65a0da8..7cdfb67 100644 (file)
@@ -1,32 +1,23 @@
 /******************************************************************************
  *
  * Name:       skgehwt.c
- * Project:    PCI Gigabit Ethernet Adapter
- * Version:    $Revision: 1.12 $
- * Date:       $Date: 1998/10/15 15:11:34 $
+ * Project:    Gigabit Ethernet Adapters, Common Modules
+ * Version:    $Revision: 1.14 $
+ * Date:       $Date: 2003/05/13 18:01:58 $
  * Purpose:    Hardware Timer.
  *
  ******************************************************************************/
 
 /******************************************************************************
  *
- *     (C)Copyright 1989-1998 SysKonnect,
- *     a business unit of Schneider & Koch & Co. Datensysteme GmbH.
- *     All Rights Reserved
+ *     (C)Copyright 1998-2002 SysKonnect GmbH.
+ *     (C)Copyright 2002-2003 Marvell.
  *
- *     THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF SYSKONNECT
- *     The copyright notice above does not evidence any
- *     actual or intended publication of such source code.
+ *     This program is free software; you can redistribute it and/or modify
+ *     it under the terms of the GNU General Public License as published by
+ *     the Free Software Foundation; either version 2 of the License, or
+ *     (at your option) any later version.
  *
- *     This Module contains Proprietary Information of SysKonnect
- *     and should be treated as Confidential.
- *
- *     The information in this file is provided for the exclusive use of
- *     the licensees of SysKonnect.
- *     Such users have the right to use, modify, and incorporate this code
- *     into products for purposes authorized by the license agreement
- *     provided they include this notice and the associated copyright notice
- *     with any such product.
  *     The information in this file is provided "AS IS" without warranty.
  *
  ******************************************************************************/
  * History:
  *
  *     $Log: skgehwt.c,v $
+ *     Revision 1.14  2003/05/13 18:01:58  mkarl
+ *     Editorial changes.
+ *     
+ *     Revision 1.13  1999/11/22 13:31:12  cgoos
+ *     Changed license header to GPL.
+ *     
  *     Revision 1.12  1998/10/15 15:11:34  gklug
  *     fix: ID_sccs to SysKonnectFileId
  *     
  *     fix: chg pAc -> pAC
  *     
  *     Revision 1.4  1998/08/10 14:14:52  gklug
- *     rmv: unnecessary SK_ADDR macro
+ *     rmv: unneccessary SK_ADDR macro
  *     
  *     Revision 1.3  1998/08/07 12:53:44  gklug
  *     fix: first compiled version
  *     
  *     Revision 1.2  1998/08/07 09:19:29  gklug
  *     adapt functions to the C coding conventions
- *     rmv unnecessary functions.
+ *     rmv unneccessary functions.
  *     
  *     Revision 1.1  1998/08/05 11:28:36  gklug
  *     first version: adapted from SMT/FDDI
 /*
        Event queue and dispatcher
 */
+#if (defined(DEBUG) || ((!defined(LINT)) && (!defined(SK_SLIM))))
 static const char SysKonnectFileId[] =
-       "$Header: /usr56/projects/ge/schedule/skgehwt.c,v 1.12 1998/10/15 15:11:34 gklug Exp $" ;
+       "$Header: /usr56/projects/ge/schedule/skgehwt.c,v 1.14 2003/05/13 18:01:58 mkarl Exp $" ;
+#endif
 
 #include "h/skdrv1st.h"                /* Driver Specific Definitions */
 #include "h/skdrv2nd.h"                /* Adapter Control- and Driver specific Def. */