Mercurial > ecos-v3_0-branch
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 |
| rev | line source |
|---|---|
| 2336 | 1 2006-12-17 Hajime Ishitani <pigmon@mail.snd.co.jp> |
| 2 | |
| 3 * src/if_8139.c: | |
| 4 added 0x10ec/0x8129 for RTL8139C(L) of a known device. | |
| 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 | 31 2004-04-21 Yoshinori Sato <ysato@users.sourceforge.jp> |
| 32 | |
| 33 * src/if_8139.c: | |
| 34 add known device 0x11db/0x1234 from Dreamcast Broadband Adapter. | |
| 35 add Platform depend Initialize entry. | |
| 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 | 43 2003-07-09 Eric Doenges <Eric.Doenges@DynaPel.com> |
| 44 | |
| 45 * src/if_8139.h: | |
| 46 * src/if_8139.c: | |
| 47 * doc/README: | |
| 48 * cdl/rltk_8139_eth_drivers.cdl: | |
| 49 New package - PCI ethernet driver for RTL8139 cards, | |
| 50 (using the Intel 82259 driver as inspiration). | |
| 51 | |
| 52 //=========================================================================== | |
| 53 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 54 // ------------------------------------------- | |
| 55 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 56 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 57 // | |
| 58 // eCos is free software; you can redistribute it and/or modify it under | |
| 59 // the terms of the GNU General Public License as published by the Free | |
| 60 // Software Foundation; either version 2 or (at your option) any later version. | |
| 61 // | |
| 62 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 63 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 64 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 65 // for more details. | |
| 66 // | |
| 67 // You should have received a copy of the GNU General Public License along | |
| 68 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 69 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 70 // | |
| 71 // As a special exception, if other files instantiate templates or use macros | |
| 72 // or inline functions from this file, or you compile this file and link it | |
| 73 // with other works to produce a work based on this file, this file does not | |
| 74 // by itself cause the resulting work to be covered by the GNU General Public | |
| 75 // License. However the source code for this file must still be made available | |
| 76 // in accordance with section (3) of the GNU General Public License. | |
| 77 // | |
| 78 // This exception does not invalidate any other reasons why a work based on | |
| 79 // this file might be covered by the GNU General Public License. | |
| 80 // | |
| 81 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 82 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 83 // ------------------------------------------- | |
| 84 //####ECOSGPLCOPYRIGHTEND#### | |
| 85 //=========================================================================== |
