OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [eth/] [rltk/] [8139/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-07-15  John Dallaway  
2
 
3
        * src/if_8139.c: Add 0x1186/0x1300 for D-Link DFE-530TX+ PCI card.
4
 
5
2007-05-30  Hajime Ishitani 
6
 
7
        * src/if_8139.c:
8
        * cdl/rltk_8139_eth_drivers.cdl
9
        add write in MAC address at EEPROM by SIOCSIFHWADDR.
10
 
11
2006-12-17  Hajime Ishitani 
12
 
13
        * src/if_8139.c:
14
        added 0x10ec/0x8129 for RTL8139C(L) of a known device.
15
 
16
2006-11-13  Hajime Ishitani 
17
 
18
        * src/if_8139.c: Enabled "PUN/LinkChg" interrupt.
19
 
20
2005-12-02  Andrew Lunn  
21
 
22
        * src/if_8139.c (rltk8139_deliver): Fix the compiler warnings by
23
        adding some casts.
24
 
25
2005-11-25  Hajime Ishitani 
26
 
27
        * src/if_8139.h:
28
        * src/if_8139.c: Added a priority level field
29
 
30
2005-03-03  Bob Koninckx 
31
 
32
        * src/if_8139.c: fixed bug that prevented rltk8139_find to find
33
        anything but first device.
34
 
35
2004-10-18  Andrew Dyer  
36
 
37
        * src/if_8139.c (rltk8139_recv): if eth_drv_recv() wants to
38
        discard an incoming packet it sets the buffer address == 0. Add a
39
        check for this and skip the memcpy if found.
40
 
41
2004-04-21  Yoshinori Sato 
42
 
43
        * src/if_8139.c:
44
        add known device 0x11db/0x1234 from Dreamcast Broadband Adapter.
45
        add Platform depend Initialize entry.
46
 
47
2003-11-21  Gary Thomas  
48
 
49
        * src/if_8139.c: Use cyg_drv_isr_lock/unlock functions for ISR
50
        critical sections - much better than calling cyg_interrupt_enable
51
        directly.
52
 
53
2003-07-09  Eric Doenges 
54
 
55
        * src/if_8139.h:
56
        * src/if_8139.c:
57
        * doc/README:
58
        * cdl/rltk_8139_eth_drivers.cdl:
59
        New package - PCI ethernet driver for RTL8139 cards,
60
        (using the Intel 82259 driver as inspiration).
61
 
62
//===========================================================================
63
// ####GPLCOPYRIGHTBEGIN####
64
// -------------------------------------------
65
// This file is part of eCos, the Embedded Configurable Operating System.
66
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
67
//
68
// This program is free software; you can redistribute it and/or modify
69
// it under the terms of the GNU General Public License as published by
70
// the Free Software Foundation; either version 2 or (at your option) any
71
// later version.
72
//
73
// This program is distributed in the hope that it will be useful, but
74
// WITHOUT ANY WARRANTY; without even the implied warranty of
75
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
76
// General Public License for more details.
77
//
78
// You should have received a copy of the GNU General Public License
79
// along with this program; if not, write to the
80
// Free Software Foundation, Inc., 51 Franklin Street,
81
// Fifth Floor, Boston, MA  02110-1301, USA.
82
// -------------------------------------------
83
// ####GPLCOPYRIGHTEND####
84
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.