]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/ns/dp83816/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[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 2004-05-14  Nick Garnett  <nickg@ecoscentric.com>
17
18         * src/if_dp83816.c (dp83816_init): Make ESA diag_printf()
19         controlled by DEBUG flag.
20         (dp83816_init): 
21         (dp83816_poll): Fixed interrupt enable, masking and acknowledges
22         so that the driver correctly handles Ctrl-C interrupts in RedBoot.
23
24 2004-05-13  Nick Garnett  <nickg@ecoscentric.com>
25
26         * src/if_dp83816.c (dp83816_poll): Removed test for locked up
27         transmit engine. This test triggers in otherwise normal situations
28         and the warm reset messes things up a lot in both the driver and
29         network stack.
30         (dp83816_recv): Avoid memcpy() when passed a NULL buffer, this can
31         happen when the stack runs out of MBUFs.
32
33 2003-10-14  Gary Thomas  <gary@mlbassoc.com>
34
35         * src/if_dp83816.c (dp83816_poll): Try to better detect condition
36         where device just stops.  This seems to be related to Rx overruns,
37         but there is no status reported.  The best that can be done is
38         detect the condition and then reset/restart the device.
39
40 2003-10-02  Gary Thomas  <gary@mlbassoc.com>
41
42         * src/dp83816.h: Let default ESA be a pointer, so platforms can more
43         easily set it a runtime.
44
45 2003-09-30  Gary Thomas  <gary@mlbassoc.com>
46
47         * src/if_dp83816.c: 
48         * src/dp83816.h: 
49         * cdl/ns_dp83816_eth_drivers.cdl: New package - ethernet driver for
50         National Semiconductor DP83816 PCI
51
52 //===========================================================================
53 //####ECOSGPLCOPYRIGHTBEGIN####
54 // -------------------------------------------
55 // This file is part of eCos, the Embedded Configurable Operating System.
56 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
57 // Copyright (C) 2004 eCosCentric Limited
58 //
59 // eCos is free software; you can redistribute it and/or modify it under
60 // the terms of the GNU General Public License as published by the Free
61 // Software Foundation; either version 2 or (at your option) any later version.
62 //
63 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
64 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
65 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
66 // for more details.
67 //
68 // You should have received a copy of the GNU General Public License along
69 // with eCos; if not, write to the Free Software Foundation, Inc.,
70 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
71 //
72 // As a special exception, if other files instantiate templates or use macros
73 // or inline functions from this file, or you compile this file and link it
74 // with other works to produce a work based on this file, this file does not
75 // by itself cause the resulting work to be covered by the GNU General Public
76 // License. However the source code for this file must still be made available
77 // in accordance with section (3) of the GNU General Public License.
78 //
79 // This exception does not invalidate any other reasons why a work based on
80 // this file might be covered by the GNU General Public License.
81 //
82 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
83 // at http://sources.redhat.com/ecos/ecos-license/
84 // -------------------------------------------
85 //####ECOSGPLCOPYRIGHTEND####
86 //===========================================================================
87         
88         
89