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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [io/] [usb/] [eth/] [slave/] [v2_0/] [ChangeLog] - Blame information for rev 27

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-03-23  Iztok Zupet 
2
 
3
        * doc/usbseth.sgml: Remove .eps and .gif and introduce .png for
4
        for PDF output.
5
        * doc/simple.gif, doc/tcpip.gif: Delete.
6
        * doc/simple.png, doc/tcpip.png: New files to replace GIFs.
7
 
8
2003-02-25  Jonathan Larmour  
9
 
10
        * doc/usbseth.sgml: Declare as  not  to get
11
        correct TOC numbering.
12
 
13
2003-02-24  Jonathan Larmour  
14
 
15
        * cdl/usbs_eth.cdl: Fix doc link.
16
 
17
        * doc/usbseth.sgml: Comment out DOCTYPE for now to allow building
18
        with standard doc build.
19
 
20
2002-07-26  David Smith  
21
 
22
        * host/ecos_usbeth.c (ecos_usbeth_probe):
23
        Two changes to the code that checks to see if this is the correct
24
        driver for the USB peripheral that was just loaded.  Fixed a bug
25
        that was comparing the product id of the peripheral to the vendor
26
        id.  Supports multiple implementations (vendor id/product id sets)
27
        so that the same driver could be used for several devices.
28
 
29
2001-07-10  Bart Veer  
30
 
31
        * doc/usbseth.sgml, doc/*.html:
32
        Document the below changes.
33
 
34
        * cdl/usbs_eth.cdl:
35
        The USB-ethernet device now registers itself as either eth0 or
36
        eth1 by default, depending on what else is present in the system.
37
        Also bootp/dhcp support is prohibited for this network device on
38
        the ground that it is rather unlikely that a host will provide
39
        a dhcp service for a network device that does not exist until the
40
        host-target connection has been fully established.
41
 
42
 
43
2001-07-02  Bart Veer  
44
 
45
        * host/ecos_usbeth.c (ecos_usbeth_probe):
46
        Determine the endpoints to use for transmits and receives
47
        from the descriptors supplied by the device.
48
 
49
2001-06-28  Bart Veer  
50
 
51
        * include/usbs_eth.h, src/usbsethdrv.c, src/usbseth.c:
52
        Align receive boundaries to cacheline boundaries, and
53
        always transfer a multiple of the cacheline size. This
54
        avoids problems with some USB device drivers.
55
 
56
2001-05-21  Bart Veer  
57
 
58
        * host/ecos_usbeth.c (ecos_usbeth_start_tx):
59
        Cope with targets that have problems receiving zero-byte
60
        packets.
61
 
62
2001-02-02  Bart Veer  
63
 
64
        * cdl/usbs_eth.cdl:
65
        Add doc property to point at the HTML
66
 
67
        * doc/usbseth.sgml, doc/*.html:
68
        Incorporate changes from docs department, regenerate HTML
69
 
70
2001-01-26  Bart Veer  
71
 
72
        * src/usbsethdrv.c (usbs_ethdrv_ioctl):
73
        Change chipset specification to null, since there is no real
74
        hardware involved, plus SNMP cleanup.
75
 
76
2001-01-22  Bart Veer  
77
 
78
        * doc/usbseth.sgml, doc/makefile, doc/simple.fig, doc/tcpip.fig:
79
        Added documentation.
80
 
81
2000-12-15  Bart Veer  
82
 
83
        * src/usbsethdrv.c:
84
        Enable poll functions.
85
 
86
2000-11-29  Bart Veer  
87
 
88
        * host/ecos_usbeth.c:
89
        Remove debugging and fix the MTU
90
 
91
2000-11-28  Bart Veer  
92
 
93
        * cdl/usbs_eth.cdl
94
        * include/usbs_eth.h
95
        * src/usbseth.c
96
        * src/usbsethdrv
97
        Clean-up, adding missing functionality such as SNMP support,
98
        update to current USB API.
99
 
100
2000-11-24  Bart Veer  
101
 
102
        * host/ecos_usbeth.c:
103
        Ignore runt packets, cope with the confusion between
104
        CRC errors and timeouts.
105
 
106
        * include/usbs_eth.h, src/usbseth.c
107
        Clean up alignments.
108
 
109
2000-11-22  Bart Veer  
110
 
111
        * include/usbs_eth.h: Fix nested #include protection
112
 
113
2000-11-21  Bart Veer  
114
 
115
        * First check-in of eCos USB support.
116
 
117
//===========================================================================
118
//####ECOSGPLCOPYRIGHTBEGIN####
119
// -------------------------------------------
120
// This file is part of eCos, the Embedded Configurable Operating System.
121
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
122
//
123
// eCos is free software; you can redistribute it and/or modify it under
124
// the terms of the GNU General Public License as published by the Free
125
// Software Foundation; either version 2 or (at your option) any later version.
126
//
127
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
128
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
129
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
130
// for more details.
131
//
132
// You should have received a copy of the GNU General Public License along
133
// with eCos; if not, write to the Free Software Foundation, Inc.,
134
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
135
//
136
// As a special exception, if other files instantiate templates or use macros
137
// or inline functions from this file, or you compile this file and link it
138
// with other works to produce a work based on this file, this file does not
139
// by itself cause the resulting work to be covered by the GNU General Public
140
// License. However the source code for this file must still be made available
141
// in accordance with section (3) of the GNU General Public License.
142
//
143
// This exception does not invalidate any other reasons why a work based on
144
// this file might be covered by the GNU General Public License.
145
//
146
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
147
// at http://sources.redhat.com/ecos/ecos-license/
148
// -------------------------------------------
149
//####ECOSGPLCOPYRIGHTEND####
150
//===========================================================================

powered by: WebSVN 2.1.0

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