]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/davicom/dm9000/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / devs / eth / davicom / dm9000 / v2_0 / ChangeLog
1 2005-11-07  David Vrabel <dvrabel@arcom.com>
2
3         * src/if_dm9000.c, include/dm9000_info.h: Support interrupts.
4         * cdl/davicom_dm9000_eth_drivers.cdl
5         (CYGPKG_DEVS_ETH_DAVICOM_DM9000_CFLAGS_ADD): Need _KERNEL and
6         __ECOS defined for non-stand-alone builds.
7
8 2005-10-25  David Vrabel <dvrabel@arcom.com>
9
10         * src/if_dm9000.c (eeprom_read, eeprom_write, eeprom_reload):
11         Delay more when writing/reading eeprom (200 us isn't enough).
12         (phy_init): Turn on PHY before writing PHY registers.  Wait for
13         auto negotiation to be complete.
14         (dm9000_send): Correctly write last words to Tx SRAM when using a
15         8/16 bit device.  Clarify and comment code.
16         (dm9000_poll): Parse Rx packet header correctly on 8/16 bit
17         devices.
18         (dm9000_ioctl): Handle ETH_DRV_GET_MAC_ADDRESS and
19         ETH_DRV_SET_MAC_ADDRESS.
20
21         * cdl/davicom_dm9000_eth_drivers.cdl: New option
22         CYGSEM_DEVS_ETH_DAVICOM_DM9000_WRITE_EEPROM to enable/disable
23         writing to EEPROM.
24
25 2004-09-05  Mark Salter <msalter@redhat.com>
26
27         Initial Checkin of DM9000 Ethernet driver (RedBoot only for now).
28
29 //===========================================================================
30 //####ECOSGPLCOPYRIGHTBEGIN####
31 // -------------------------------------------
32 // This file is part of eCos, the Embedded Configurable Operating System.
33 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Red Hat, Inc.
34 //
35 // eCos is free software; you can redistribute it and/or modify it under
36 // the terms of the GNU General Public License as published by the Free
37 // Software Foundation; either version 2 or (at your option) any later version.
38 //
39 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
40 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
41 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
42 // for more details.
43 //
44 // You should have received a copy of the GNU General Public License along
45 // with eCos; if not, write to the Free Software Foundation, Inc.,
46 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
47 //
48 // As a special exception, if other files instantiate templates or use macros
49 // or inline functions from this file, or you compile this file and link it
50 // with other works to produce a work based on this file, this file does not
51 // by itself cause the resulting work to be covered by the GNU General Public
52 // License. However the source code for this file must still be made available
53 // in accordance with section (3) of the GNU General Public License.
54 //
55 // This exception does not invalidate any other reasons why a work based on
56 // this file might be covered by the GNU General Public License.
57 //
58 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
59 // at http://sources.redhat.com/ecos/ecos-license/
60 // -------------------------------------------
61 //####ECOSGPLCOPYRIGHTEND####
62 //===========================================================================