Mercurial > flash_v2
annotate packages/devs/eth/rltk/8139/current/ChangeLog @ 1613:dac7a13ce86e
* src/if_8139.c:
add known device 0x11db/0x1234 from Dreamcast Broadband Adapter.
add Platform depend Initialize entry.
| author | jlarmour |
|---|---|
| date | Thu, 29 Apr 2004 04:12:12 +0000 |
| parents | 7f0a2973835c |
| children |
| rev | line source |
|---|---|
| 1613 | 1 2004-04-21 Yoshinori Sato <ysato@users.sourceforge.jp> |
| 2 | |
| 3 * src/if_8139.c: | |
| 4 add known device 0x11db/0x1234 from Dreamcast Broadband Adapter. | |
| 5 add Platform depend Initialize entry. | |
| 6 | |
|
1377
7f0a2973835c
Remove direct calls to cyg_interrupt_enable/disable
gthomas
parents:
1363
diff
changeset
|
7 2003-11-21 Gary Thomas <gary@mlbassoc.com> |
|
7f0a2973835c
Remove direct calls to cyg_interrupt_enable/disable
gthomas
parents:
1363
diff
changeset
|
8 |
|
7f0a2973835c
Remove direct calls to cyg_interrupt_enable/disable
gthomas
parents:
1363
diff
changeset
|
9 * 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
|
10 critical sections - much better than calling cyg_interrupt_enable |
|
7f0a2973835c
Remove direct calls to cyg_interrupt_enable/disable
gthomas
parents:
1363
diff
changeset
|
11 directly. |
|
7f0a2973835c
Remove direct calls to cyg_interrupt_enable/disable
gthomas
parents:
1363
diff
changeset
|
12 |
| 1363 | 13 2003-07-09 Eric Doenges <Eric.Doenges@DynaPel.com> |
| 14 | |
| 15 * src/if_8139.h: | |
| 16 * src/if_8139.c: | |
| 17 * doc/README: | |
| 18 * cdl/rltk_8139_eth_drivers.cdl: | |
| 19 New package - PCI ethernet driver for RTL8139 cards, | |
| 20 (using the Intel 82259 driver as inspiration). | |
| 21 | |
| 22 //=========================================================================== | |
| 23 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 24 // ------------------------------------------- | |
| 25 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 26 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | |
| 27 // | |
| 28 // eCos is free software; you can redistribute it and/or modify it under | |
| 29 // the terms of the GNU General Public License as published by the Free | |
| 30 // Software Foundation; either version 2 or (at your option) any later version. | |
| 31 // | |
| 32 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 33 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 34 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 35 // for more details. | |
| 36 // | |
| 37 // You should have received a copy of the GNU General Public License along | |
| 38 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 39 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 40 // | |
| 41 // As a special exception, if other files instantiate templates or use macros | |
| 42 // or inline functions from this file, or you compile this file and link it | |
| 43 // with other works to produce a work based on this file, this file does not | |
| 44 // by itself cause the resulting work to be covered by the GNU General Public | |
| 45 // License. However the source code for this file must still be made available | |
| 46 // in accordance with section (3) of the GNU General Public License. | |
| 47 // | |
| 48 // This exception does not invalidate any other reasons why a work based on | |
| 49 // this file might be covered by the GNU General Public License. | |
| 50 // | |
| 51 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 52 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 53 // ------------------------------------------- | |
| 54 //####ECOSGPLCOPYRIGHTEND#### | |
| 55 //=========================================================================== |
