]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/ns/dp83816/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / ns / dp83816 / v2_0 / ChangeLog
1 2005-07-18  David Vrabel  <dvrabel@arcom.com>
2
3         * src/if_dp83816.c: Use CYG_CPU_TO_LE32 and CYG_LE32_TO_CPU macros
4         instead of the _h2le and _le2h functions.
5
6         * src/dp83816.h: #define's for MEAR (EEPROM access) register.
7
8         * src/dp83816.c [CYGHWR_NS_DP83186_USE_EEPROM]: Read MAC address
9         from EEPROM.
10
11 2004-08-24  Gary Thomas  <gary@mlbassoc.com>
12
13         * src/if_dp83816.c: Enable start/stop functions (device was always
14         enabled once configured before)
15
16 2003-10-14  Gary Thomas  <gary@mlbassoc.com>
17
18         * src/if_dp83816.c (dp83816_poll): Try to better detect condition
19         where device just stops.  This seems to be related to Rx overruns,
20         but there is no status reported.  The best that can be done is
21         detect the condition and then reset/restart the device.
22
23 2003-10-02  Gary Thomas  <gary@mlbassoc.com>
24
25         * src/dp83816.h: Let default ESA be a pointer, so platforms can more
26         easily set it a runtime.
27
28 2003-09-30  Gary Thomas  <gary@mlbassoc.com>
29
30         * src/if_dp83816.c: 
31         * src/dp83816.h: 
32         * cdl/ns_dp83816_eth_drivers.cdl: New package - ethernet driver for
33         National Semiconductor DP83816 PCI
34
35 //===========================================================================
36 //####ECOSGPLCOPYRIGHTBEGIN####
37 // -------------------------------------------
38 // This file is part of eCos, the Embedded Configurable Operating System.
39 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
40 //
41 // eCos is free software; you can redistribute it and/or modify it under
42 // the terms of the GNU General Public License as published by the Free
43 // Software Foundation; either version 2 or (at your option) any later version.
44 //
45 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
46 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
47 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
48 // for more details.
49 //
50 // You should have received a copy of the GNU General Public License along
51 // with eCos; if not, write to the Free Software Foundation, Inc.,
52 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53 //
54 // As a special exception, if other files instantiate templates or use macros
55 // or inline functions from this file, or you compile this file and link it
56 // with other works to produce a work based on this file, this file does not
57 // by itself cause the resulting work to be covered by the GNU General Public
58 // License. However the source code for this file must still be made available
59 // in accordance with section (3) of the GNU General Public License.
60 //
61 // This exception does not invalidate any other reasons why a work based on
62 // this file might be covered by the GNU General Public License.
63 //
64 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
65 // at http://sources.redhat.com/ecos/ecos-license/
66 // -------------------------------------------
67 //####ECOSGPLCOPYRIGHTEND####
68 //===========================================================================
69         
70         
71