1 |
27 |
unneback |
2002-11-12 Gary Thomas
|
2 |
|
|
|
3 |
|
|
* cdl/iq80310_eth_drivers.cdl: Update for new Xscale package layout.
|
4 |
|
|
|
5 |
|
|
2002-01-04 Mark Salter
|
6 |
|
|
|
7 |
|
|
* cdl/iq80310_eth_drivers.cdl: Remove
|
8 |
|
|
CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_TX_DESCRIPTORS and
|
9 |
|
|
CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_RX_DESCRIPTORS.
|
10 |
|
|
|
11 |
|
|
2002-01-03 Mark Salter
|
12 |
|
|
|
13 |
|
|
* cdl/iq80310_eth_drivers.cdl: Rewrite to use generic i82559 driver.
|
14 |
|
|
* include/devs_eth_iq80310.inl: New file.
|
15 |
|
|
* src/if_iq80310.c: Remove.
|
16 |
|
|
* src/if_shmem.S: Remove.
|
17 |
|
|
* include/iq80310_info.h: Remove.
|
18 |
|
|
|
19 |
|
|
2001-12-20 Mark Salter
|
20 |
|
|
|
21 |
|
|
* cdl/iq80310_eth_drivers.cdl: Add "flavor data" (as pointed out by
|
22 |
|
|
hmt@redhat.com) to CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_TX_DESCRIPTORS and
|
23 |
|
|
CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_RX_DESCRIPTORS.
|
24 |
|
|
|
25 |
|
|
2001-10-09 Jonathan Larmour
|
26 |
|
|
|
27 |
|
|
* include/iq80310_info.h: Remove MAX_TX_DESCRIPTORS and
|
28 |
|
|
MAX_RX_DESCRIPTORS, to be replaced by...
|
29 |
|
|
* cdl/iq80310_eth_drivers.cdl: Add
|
30 |
|
|
CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_TX_DESCRIPTORS and
|
31 |
|
|
CYGNUM_DEVS_ETH_ARM_IQ80310_MAX_RX_DESCRIPTORS.
|
32 |
|
|
* src/if_shmem.S: Use above definitions to calculate size of
|
33 |
|
|
shared mem.
|
34 |
|
|
* src/if_iq80310.c (CYGHWR_HAL_ARM_IQ80310_PCI_MEM_MAP_SIZE): Ditto.
|
35 |
|
|
|
36 |
|
|
2001-10-09 Jesper Skov
|
37 |
|
|
|
38 |
|
|
* src/if_iq80310.c: Made code build with assertions.
|
39 |
|
|
|
40 |
|
|
2001-08-24 Mark Salter
|
41 |
|
|
|
42 |
|
|
* src/if_iq80310.c (PacketRxReady): Break out of Rx loop after
|
43 |
|
|
one packet is delivered for RedBoot.
|
44 |
|
|
|
45 |
|
|
2001-08-22 Gary Thomas
|
46 |
|
|
|
47 |
|
|
* src/if_iq80310.c:
|
48 |
|
|
printf() is no longer a part of RedBoot. Thus all programs
|
49 |
|
|
must use diag_printf() and related functions instead.
|
50 |
|
|
|
51 |
|
|
2001-08-15 Mark Salter
|
52 |
|
|
|
53 |
|
|
* src/if_iq80310.c: Use 32-bit access to MDI. Problem discovered
|
54 |
|
|
by bruce.daly@spirentcom.com.
|
55 |
|
|
|
56 |
|
|
2000-12-21 Mark Salter
|
57 |
|
|
|
58 |
|
|
* src/if_iq80310.c (i82559_start): Fix syntax error when DEBUG defined.
|
59 |
|
|
|
60 |
|
|
2000-11-22 Mark Salter
|
61 |
|
|
|
62 |
|
|
* src/if_iq80310.c (pci_init_find_82559s): Don't install ISR handler or
|
63 |
|
|
unmask interrupt if CYGPKG_REDBOOT defined.
|
64 |
|
|
|
65 |
|
|
2000-11-06 Mark Salter
|
66 |
|
|
|
67 |
|
|
* src/if_iq80310.c: Add initialization of physical layer interface.
|
68 |
|
|
Turned off debugging messages.
|
69 |
|
|
|
70 |
|
|
* include/iq80310_info.h: Add definitions for ethernet physical
|
71 |
|
|
interface.
|
72 |
|
|
|
73 |
|
|
//===========================================================================
|
74 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
75 |
|
|
// -------------------------------------------
|
76 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
77 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
78 |
|
|
//
|
79 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
80 |
|
|
// the terms of the GNU General Public License as published by the Free
|
81 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
82 |
|
|
//
|
83 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
84 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
85 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
86 |
|
|
// for more details.
|
87 |
|
|
//
|
88 |
|
|
// You should have received a copy of the GNU General Public License along
|
89 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
90 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
91 |
|
|
//
|
92 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
93 |
|
|
// or inline functions from this file, or you compile this file and link it
|
94 |
|
|
// with other works to produce a work based on this file, this file does not
|
95 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
96 |
|
|
// License. However the source code for this file must still be made available
|
97 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
98 |
|
|
//
|
99 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
100 |
|
|
// this file might be covered by the GNU General Public License.
|
101 |
|
|
//
|
102 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
103 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
104 |
|
|
// -------------------------------------------
|
105 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
106 |
|
|
//===========================================================================
|
107 |
|
|
|
108 |
|
|
|
109 |
|
|
|