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