]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/rltk/8139/v2_0/ChangeLog
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / packages / devs / eth / rltk / 8139 / v2_0 / ChangeLog
1 2007-05-30  Hajime Ishitani <pigmon@mail.snd.co.jp>
2
3         * src/if_8139.c:
4         * cdl/rltk_8139_eth_drivers.cdl
5         add write in MAC address at EEPROM by SIOCSIFHWADDR.
6
7 2006-12-17  Hajime Ishitani <pigmon@mail.snd.co.jp>
8
9         * src/if_8139.c:
10         added 0x10ec/0x8129 for RTL8139C(L) of a known device.
11
12 2006-11-13  Hajime Ishitani <pigmon@mail.snd.co.jp>
13
14         * src/if_8139.c: Enabled "PUN/LinkChg" interrupt.
15
16 2005-12-02  Andrew Lunn  <andrew.lunn@ascom.ch>
17
18         * src/if_8139.c (rltk8139_deliver): Fix the compiler warnings by
19         adding some casts.
20
21 2005-11-25  Hajime Ishitani <pigmon@mail.snd.co.jp>
22
23         * src/if_8139.h:
24         * src/if_8139.c: Added a priority level field
25
26 2005-03-03  Bob Koninckx <bob.koninckx@fmtc.be>
27
28         * src/if_8139.c: fixed bug that prevented rltk8139_find to find
29         anything but first device.
30
31 2004-10-18  Andrew Dyer  <adyer@righthandtech.com>
32
33         * src/if_8139.c (rltk8139_recv): if eth_drv_recv() wants to
34         discard an incoming packet it sets the buffer address == 0. Add a
35         check for this and skip the memcpy if found.
36
37 2004-04-21  Yoshinori Sato <ysato@users.sourceforge.jp>
38
39         * src/if_8139.c:
40         add known device 0x11db/0x1234 from Dreamcast Broadband Adapter.
41         add Platform depend Initialize entry.
42
43 2003-11-21  Gary Thomas  <gary@mlbassoc.com>
44
45         * src/if_8139.c: Use cyg_drv_isr_lock/unlock functions for ISR
46         critical sections - much better than calling cyg_interrupt_enable
47         directly.
48
49 2003-07-09  Eric Doenges <Eric.Doenges@DynaPel.com>
50
51         * src/if_8139.h: 
52         * src/if_8139.c: 
53         * doc/README: 
54         * cdl/rltk_8139_eth_drivers.cdl: 
55         New package - PCI ethernet driver for RTL8139 cards,
56         (using the Intel 82259 driver as inspiration).
57         
58 //===========================================================================
59 //####ECOSGPLCOPYRIGHTBEGIN####
60 // -------------------------------------------
61 // This file is part of eCos, the Embedded Configurable Operating System.
62 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
63 //
64 // eCos is free software; you can redistribute it and/or modify it under
65 // the terms of the GNU General Public License as published by the Free
66 // Software Foundation; either version 2 or (at your option) any later version.
67 //
68 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
69 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
70 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
71 // for more details.
72 //
73 // You should have received a copy of the GNU General Public License along
74 // with eCos; if not, write to the Free Software Foundation, Inc.,
75 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
76 //
77 // As a special exception, if other files instantiate templates or use macros
78 // or inline functions from this file, or you compile this file and link it
79 // with other works to produce a work based on this file, this file does not
80 // by itself cause the resulting work to be covered by the GNU General Public
81 // License. However the source code for this file must still be made available
82 // in accordance with section (3) of the GNU General Public License.
83 //
84 // This exception does not invalidate any other reasons why a work based on
85 // this file might be covered by the GNU General Public License.
86 //
87 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
88 // at http://sources.redhat.com/ecos/ecos-license/
89 // -------------------------------------------
90 //####ECOSGPLCOPYRIGHTEND####
91 //===========================================================================