comparison packages/devs/eth/amd/pcnet/current/ChangeLog @ 198:ea3f0bd33a73

Merge from eCos master repository on 2001-12-07-11:40:47-GMT
author jlarmour
date Fri, 07 Dec 2001 14:15:03 +0000
parents 678094f34118
children 8147f1c99f15
comparison
equal deleted inserted replaced
197:51b34619b677 198:ea3f0bd33a73
1 2001-12-04 Nick Garnett <nickg@redhat.com>
2
3 * src/if_pcnet.c:
4 Added a couple of 100us delays in transmit code. These appear to
5 be necessary to meet timing constraints on some platforms. These
6 are not a very satisfying fix, but they will have to do for now.
7 Also changed all references to diag_printf to db_printf, and added
8 a static implementation of db_printf() that will gnerate
9 diagnostic output properly on RedBoot.
10
11 * src/amd_pcnet.h: diag_printf -> db_printf
12
1 2001-10-16 David Howells <dhowells@redhat.com> 13 2001-10-16 David Howells <dhowells@redhat.com>
2 14
3 * src/if_pcnet.c: don't invert the logic of the auto-negotiation 15 * src/if_pcnet.c: don't invert the logic of the auto-negotiation
4 completion flag. 16 completion flag.
5 17