]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/frv/frv400/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / frv / frv400 / v2_0 / ChangeLog
1 2004-09-05  Mark Salter      <msalter@redhat.com>
2             David Woodhouse  <dwmw2@redhat.com>
3
4         * include/devs_eth_frv400.inl: Use unsigned char for printing. Check
5         for no MAC address being given.
6         * include/devs_eth_frv400.inl: Read MAC address from ID PROM bytewise.
7         Add 'setmac' RedBoot command for setting the MAC address in the EEPROM.
8
9 2002-05-30  Jonathan Larmour  <jlarmour@redhat.com>
10
11         * include/devs_eth_frv400.inl: Use CYGINT_IO_ETH_INT_SUPPORT_REQUIRED
12         instead of CYGPKG_NET where required.
13
14 2002-03-28  Gary Thomas  <gthomas@redhat.com>
15
16         * cdl/frv400_eth_drivers.cdl: Don't define CYGHWR_NET_DRIVERS as this
17         is done in the generic driver.
18
19 2001-12-10  Richard Sandiford  <rsandifo@redhat.com>
20
21         * include/devs_eth_frv400.inl (_frv400_eth_int_clear): Don't
22         unmask the interrupt after clearing it.
23
24 2001-10-16  Gary Thomas  <gthomas@redhat.com>
25
26         * include/devs_eth_frv400.inl: Specify buffer layout (change in
27         generic driver requires this).
28
29 2001-10-15  Gary Thomas  <gthomas@redhat.com>
30
31         * include/devs_eth_frv400.inl: Allow configuration to force ESA
32         (in case EEPROM is bad), otherwise make sure EEPROM is used to
33         set chip address (ESA) before use.
34
35 2001-10-12  Gary Thomas  <gthomas@redhat.com>
36
37         * include/devs_eth_frv400.inl: Add PCI scanning for device.
38         (_frv400_eth_int_clear): Need explicit interrupt acknowledge.
39
40 2001-10-10  Gary Thomas  <gthomas@redhat.com>
41
42         * include/devs_eth_frv400.inl: 
43         * cdl/frv400_eth_drivers.cdl: New device driver for onboard LAN,
44         based on RTL8029s which is the same as DP8390 (NE2000).
45
46 //===========================================================================
47 //####ECOSGPLCOPYRIGHTBEGIN####
48 // -------------------------------------------
49 // This file is part of eCos, the Embedded Configurable Operating System.
50 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
51 //
52 // eCos is free software; you can redistribute it and/or modify it under
53 // the terms of the GNU General Public License as published by the Free
54 // Software Foundation; either version 2 or (at your option) any later version.
55 //
56 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
57 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
58 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
59 // for more details.
60 //
61 // You should have received a copy of the GNU General Public License along
62 // with eCos; if not, write to the Free Software Foundation, Inc.,
63 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64 //
65 // As a special exception, if other files instantiate templates or use macros
66 // or inline functions from this file, or you compile this file and link it
67 // with other works to produce a work based on this file, this file does not
68 // by itself cause the resulting work to be covered by the GNU General Public
69 // License. However the source code for this file must still be made available
70 // in accordance with section (3) of the GNU General Public License.
71 //
72 // This exception does not invalidate any other reasons why a work based on
73 // this file might be covered by the GNU General Public License.
74 //
75 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
76 // at http://sources.redhat.com/ecos/ecos-license/
77 // -------------------------------------------
78 //####ECOSGPLCOPYRIGHTEND####
79 //===========================================================================