devices/8139too.c
branchstable-1.0
changeset 1618 5cff10efb927
parent 195 674071846ee3
child 1619 0d4119024f55
equal deleted inserted replaced
1617:9f83a343ae75 1618:5cff10efb927
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  *  8 1 3 9 t o o . c
     3  *  $Id$
     4  *
     4  *
     5  *  EtherCAT driver for RTL8139-compatible NICs.
     5  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
     6  *
     6  *
     7  *  Authors: Florian Pose <fp@igh-essen.com>
     7  *  This file is part of the IgH EtherCAT Master.
     8  *           Wilhelm Hagemeister <hm@igh-essen.com>
       
     9  *
     8  *
    10  *  $Date$
     9  *  The IgH EtherCAT Master is free software; you can redistribute it
    11  *  $Author$
    10  *  and/or modify it under the terms of the GNU General Public License
       
    11  *  as published by the Free Software Foundation; version 2 of the License.
    12  *
    12  *
    13  *  (C) Copyright IgH 2006
    13  *  The IgH EtherCAT Master is distributed in the hope that it will be
    14  *  Ingenieurgemeinschaft IgH
    14  *  useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  *  Heinz-Bäcker Str. 34
    15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  *  D-45356 Essen
    16  *  GNU General Public License for more details.
    17  *  Tel.: +49 201/61 99 31
       
    18  *  Fax.: +49 201/61 98 36
       
    19  *  E-mail: sp@igh-essen.com
       
    20  *
    17  *
    21  ******************************************************************************/
    18  *  You should have received a copy of the GNU General Public License
       
    19  *  along with the IgH EtherCAT Master; if not, write to the Free Software
       
    20  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    21  *
       
    22  *****************************************************************************/
       
    23 
       
    24 /**
       
    25    \file
       
    26    EtherCAT driver for RTL8139-compatible NICs.
       
    27 */
       
    28 
       
    29 /*****************************************************************************/
    22 
    30 
    23 /*
    31 /*
       
    32   Former documentation:
       
    33 
    24 	8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
    34 	8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
    25 
    35 
    26 	Maintained by Jeff Garzik <jgarzik@pobox.com>
    36 	Maintained by Jeff Garzik <jgarzik@pobox.com>
    27 	Copyright 2000-2002 Jeff Garzik
    37 	Copyright 2000-2002 Jeff Garzik
    28 
    38