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