1 |
786 |
skrzyp |
2003-01-17 Andrew Lunn
|
2 |
|
|
|
3 |
|
|
* src/if_i82544.c: Fixed a few compiler warnings.
|
4 |
|
|
|
5 |
|
|
2004-01-15 Kevin Lemay
|
6 |
|
|
|
7 |
|
|
* src/if_i82544.c: Added support for the i82540 device.
|
8 |
|
|
|
9 |
|
|
2003-05-16 Mark Salter
|
10 |
|
|
|
11 |
|
|
* include/i82544_info.h: Add link flag.
|
12 |
|
|
* src/if_i82544.c: Allow booting when not using ASD and link is down.
|
13 |
|
|
|
14 |
|
|
2003-03-19 Mark Salter
|
15 |
|
|
|
16 |
|
|
* src/if_i82544.c (i82544_setup): More 82546 EEPROM fixes (EE_PRES
|
17 |
|
|
appears to be unreliable).
|
18 |
|
|
|
19 |
|
|
2003-03-17 Mark Salter
|
20 |
|
|
|
21 |
|
|
* src/if_i82544.c: Fix 82546 EEPROM access. Fix ESA address for second
|
22 |
|
|
port of 82546.
|
23 |
|
|
|
24 |
|
|
2003-03-11 Mark Salter
|
25 |
|
|
|
26 |
|
|
* src/if_i82544.c (find_82544s_match_func): Add 82546 devid.
|
27 |
|
|
|
28 |
|
|
2003-02-05 Nick Garnett
|
29 |
|
|
|
30 |
|
|
* src/if_i82544.c (BUS_TO_VIRT): Added default definition of this
|
31 |
|
|
macro.
|
32 |
|
|
|
33 |
|
|
2002-11-12 Gary Thomas
|
34 |
|
|
|
35 |
|
|
* src/if_i82544.c: Minor fixes - use HAL_DELAY_US(), additional
|
36 |
|
|
PCI device type (0x100D) which is present on the NPWR Linux Engine.
|
37 |
|
|
|
38 |
|
|
2002-06-14 Gary Thomas
|
39 |
|
|
|
40 |
|
|
* src/if_i82544.c:
|
41 |
|
|
Need to include for proper configuration
|
42 |
|
|
of stand-alone (polled) vs. system (interrupt driven) mode.
|
43 |
|
|
|
44 |
|
|
2002-02-25 Mark Salter
|
45 |
|
|
|
46 |
|
|
* src/if_i82544.c: Don't call PacketRxReady in standalone configuration
|
47 |
|
|
unless ready to accept a packet. Limit packet delivery to one packet at
|
48 |
|
|
a time in standalone configuration.
|
49 |
|
|
|
50 |
|
|
2002-02-22 Mark Salter
|
51 |
|
|
|
52 |
|
|
* src/if_i82544.c: Remove unnecessary eth_dsr declaration.
|
53 |
|
|
|
54 |
|
|
2002-02-19 Mark Salter
|
55 |
|
|
|
56 |
|
|
* src/if_i82544.c (pci_init_find_82544s): Don't use IRQ support if
|
57 |
|
|
CYGPKG_IO_ETH_DRIVERS_STAND_ALONE.
|
58 |
|
|
|
59 |
|
|
2002-01-22 Mark Salter
|
60 |
|
|
|
61 |
|
|
* src/if_i82544.c (i82544_send): Add HAL_DCACHE_STORE before passing
|
62 |
|
|
buffer to NIC.
|
63 |
|
|
|
64 |
|
|
2002-01-21 Mark Salter
|
65 |
|
|
|
66 |
|
|
* cdl/intel_i82544_eth_drivers.cdl: Add
|
67 |
|
|
CYGNUM_DEVS_ETH_INTEL_I82544_MAX_RX_DESCRIPTORS and
|
68 |
|
|
CYGNUM_DEVS_ETH_INTEL_I82544_MAX_TX_DESCRIPTORS.
|
69 |
|
|
|
70 |
|
|
* src/if_i82544.c: Add appropriate BUS_TO_VIRT and VIRT_TO_BUS
|
71 |
|
|
conversions.
|
72 |
|
|
Remove check that assumes driver owns entire PCI window.
|
73 |
|
|
(i82544_setup): Add option to use auto-speed detection.
|
74 |
|
|
|
75 |
|
|
2001-11-27 Nick Garnett
|
76 |
|
|
|
77 |
|
|
* cdl/intel_i82544_eth_drivers.cdl:
|
78 |
|
|
* include/i82544_info.h:
|
79 |
|
|
* src/if_i82544.c:
|
80 |
|
|
Created driver by copying i82559 driver and editing.
|
81 |
|
|
|
82 |
|
|
//===========================================================================
|
83 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
84 |
|
|
// -------------------------------------------
|
85 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
86 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
87 |
|
|
//
|
88 |
|
|
// This program is free software; you can redistribute it and/or modify
|
89 |
|
|
// it under the terms of the GNU General Public License as published by
|
90 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
91 |
|
|
// later version.
|
92 |
|
|
//
|
93 |
|
|
// This program is distributed in the hope that it will be useful, but
|
94 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
95 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
96 |
|
|
// General Public License for more details.
|
97 |
|
|
//
|
98 |
|
|
// You should have received a copy of the GNU General Public License
|
99 |
|
|
// along with this program; if not, write to the
|
100 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
101 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
102 |
|
|
// -------------------------------------------
|
103 |
|
|
// ####GPLCOPYRIGHTEND####
|
104 |
|
|
//===========================================================================
|
105 |
|
|
|
106 |
|
|
|
107 |
|
|
|