1 |
786 |
skrzyp |
2001-07-26 Jesper Skov
|
2 |
|
|
|
3 |
|
|
* include/devs_eth_mips_mips32_malta.inl: Removed ESA init
|
4 |
|
|
definition again now driver has been fixed.
|
5 |
|
|
|
6 |
|
|
2001-07-24 Jesper Skov
|
7 |
|
|
|
8 |
|
|
* include/devs_eth_mips_mips32_malta.inl
|
9 |
|
|
(CYGHWR_AMD_PCNET_BROKEN_ESA_INIT): Defined.
|
10 |
|
|
|
11 |
|
|
2001-07-18 Jesper Skov
|
12 |
|
|
|
13 |
|
|
* cdl/mips_mips32_malta_eth_drivers.cdl: Default to use eeprom ESA.
|
14 |
|
|
|
15 |
|
|
2001-07-12 Jesper Skov
|
16 |
|
|
|
17 |
|
|
* include/devs_eth_mips_mips32_malta.inl: Let driver find base and
|
18 |
|
|
interrupt details. Updated esa options.
|
19 |
|
|
|
20 |
|
|
2001-06-27 Jesper Skov
|
21 |
|
|
|
22 |
|
|
* cdl/mips_mips32_malta_eth_drivers.cdl: Implements net drivers.
|
23 |
|
|
|
24 |
|
|
2001-04-23 Mark Salter
|
25 |
|
|
|
26 |
|
|
* include/devs_eth_mips_mips32_malta.inl: Adjust base address to
|
27 |
|
|
match changed PCI allocation base. This should really be gotten
|
28 |
|
|
at runtime from the PCI interface, not from a build time constant.
|
29 |
|
|
|
30 |
|
|
2001-04-03 Jesper Skov
|
31 |
|
|
|
32 |
|
|
* cdl/mips_mips32_malta_eth_drivers.cdl: Platform specific
|
33 |
|
|
information required to use the generic AMD PCNet driver for the
|
34 |
|
|
Malta platform.
|
35 |
|
|
* include/devs_eth_mips_mips32_malta.inl: Same.
|
36 |
|
|
|
37 |
|
|
//===========================================================================
|
38 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
39 |
|
|
// -------------------------------------------
|
40 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
41 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
42 |
|
|
//
|
43 |
|
|
// This program is free software; you can redistribute it and/or modify
|
44 |
|
|
// it under the terms of the GNU General Public License as published by
|
45 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
46 |
|
|
// later version.
|
47 |
|
|
//
|
48 |
|
|
// This program is distributed in the hope that it will be useful, but
|
49 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
50 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
51 |
|
|
// General Public License for more details.
|
52 |
|
|
//
|
53 |
|
|
// You should have received a copy of the GNU General Public License
|
54 |
|
|
// along with this program; if not, write to the
|
55 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
56 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
57 |
|
|
// -------------------------------------------
|
58 |
|
|
// ####GPLCOPYRIGHTEND####
|
59 |
|
|
//===========================================================================
|