annotate packages/devs/eth/rltk/8139/current/ChangeLog @ 2336:e7f4d7e429ce

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