1 |
786 |
skrzyp |
2009-05-25 John Dallaway
|
2 |
|
|
|
3 |
|
|
* src/if_lancepci.c: Fix casting in the use of HAL_PCI_CPU_TO_BUS().
|
4 |
|
|
|
5 |
|
|
2004-08-12 Jani Monoses
|
6 |
|
|
|
7 |
|
|
* src/if_lancepci.c: Fix builing with lwip.
|
8 |
|
|
|
9 |
|
|
2004-03-02 Andrew Lunn
|
10 |
|
|
|
11 |
|
|
* src/if_lancepci.c: Added casts to fix various compiler warnings.
|
12 |
|
|
|
13 |
|
|
2004-02-27 Iztok Zupet
|
14 |
|
|
|
15 |
|
|
* if_lancepci.c: fetch ESA from chips registers instead
|
16 |
|
|
EEPROM. There seems to be no usable data in the VMware EEPROM
|
17 |
|
|
emulation. But the data which comes in CSR_PAR registers seems
|
18 |
|
|
OK.
|
19 |
|
|
|
20 |
|
|
2003-01-26 Iztok Zupet
|
21 |
|
|
|
22 |
|
|
* if_lancepci.c: added aditional delay (printf) to init
|
23 |
|
|
function, to fix it under Vmware 4.
|
24 |
|
|
|
25 |
|
|
2003-01-26 Iztok Zupet
|
26 |
|
|
|
27 |
|
|
* if_lancepci.c: fixed buffer reset after start,
|
28 |
|
|
added additional delays (50ms)after start and control
|
29 |
|
|
function, to let Vmware get a tick so that it can
|
30 |
|
|
service the virtual chip. Added an interrupt controled
|
31 |
|
|
transmit busy flag (cpd->txbusyh), so that the stop/start
|
32 |
|
|
function can wait for it, thus not stopping the chip
|
33 |
|
|
aburptly.
|
34 |
|
|
|
35 |
|
|
* amd_lance.h: additional items in cpd data structure.
|
36 |
|
|
|
37 |
|
|
2002-07-17 Iztok Zupet
|
38 |
|
|
|
39 |
|
|
* all: Cloned from PCnet original
|
40 |
|
|
|
41 |
|
|
//===========================================================================
|
42 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
43 |
|
|
// -------------------------------------------
|
44 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
45 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
|
46 |
|
|
//
|
47 |
|
|
// This program is free software; you can redistribute it and/or modify
|
48 |
|
|
// it under the terms of the GNU General Public License as published by
|
49 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
50 |
|
|
// later version.
|
51 |
|
|
//
|
52 |
|
|
// This program is distributed in the hope that it will be useful, but
|
53 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
54 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
55 |
|
|
// General Public License for more details.
|
56 |
|
|
//
|
57 |
|
|
// You should have received a copy of the GNU General Public License
|
58 |
|
|
// along with this program; if not, write to the
|
59 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
60 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
61 |
|
|
// -------------------------------------------
|
62 |
|
|
// ####GPLCOPYRIGHTEND####
|
63 |
|
|
//===========================================================================
|