]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/intel/i82544/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / intel / i82544 / v2_0 / ChangeLog
1 2003-01-17  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/if_i82544.c: Fixed a few compiler warnings.
4         
5 2004-01-15  Kevin Lemay  <kevin.lemay@agilent.com>
6
7         * src/if_i82544.c: Added support for the i82540 device. 
8
9 2003-05-16  Mark Salter  <msalter@redhat.com>
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  <msalter@redhat.com>
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  <msalter@redhat.com>
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  <msalter@redhat.com>
25
26         * src/if_i82544.c (find_82544s_match_func): Add 82546 devid.
27
28 2003-02-05  Nick Garnett  <nickg@calivar.com>
29
30         * src/if_i82544.c (BUS_TO_VIRT): Added default definition of this
31         macro.
32
33 2002-11-12  Gary Thomas  <gary@mlbassoc.com>
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  <gary@chez-thomas.org>
39
40         * src/if_i82544.c: 
41         Need to include <pkgconf/io_eth_drivers.h> for proper configuration
42         of stand-alone (polled) vs. system (interrupt driven) mode.
43
44 2002-02-25  Mark Salter  <msalter@redhat.com>
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  <msalter@redhat.com>
51
52         * src/if_i82544.c: Remove unnecessary eth_dsr declaration.
53
54 2002-02-19  Mark Salter  <msalter@redhat.com>
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  <msalter@redhat.com>
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  <msalter@redhat.com>
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  <nickg@redhat.com>
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 //####ECOSGPLCOPYRIGHTBEGIN####
84 // -------------------------------------------
85 // This file is part of eCos, the Embedded Configurable Operating System.
86 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
87 //
88 // eCos is free software; you can redistribute it and/or modify it under
89 // the terms of the GNU General Public License as published by the Free
90 // Software Foundation; either version 2 or (at your option) any later version.
91 //
92 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
93 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
94 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
95 // for more details.
96 //
97 // You should have received a copy of the GNU General Public License along
98 // with eCos; if not, write to the Free Software Foundation, Inc.,
99 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
100 //
101 // As a special exception, if other files instantiate templates or use macros
102 // or inline functions from this file, or you compile this file and link it
103 // with other works to produce a work based on this file, this file does not
104 // by itself cause the resulting work to be covered by the GNU General Public
105 // License. However the source code for this file must still be made available
106 // in accordance with section (3) of the GNU General Public License.
107 //
108 // This exception does not invalidate any other reasons why a work based on
109 // this file might be covered by the GNU General Public License.
110 //
111 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
112 // at http://sources.redhat.com/ecos/ecos-license/
113 // -------------------------------------------
114 //####ECOSGPLCOPYRIGHTEND####
115 //===========================================================================
116         
117         
118