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