summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
blob: eb6417b0c2c55b2df96913b1f9de0eee7282c8e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
2001-11-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* network/sonic.h: Fix typo.

2001-10-12	Joel Sherrill <joel@OARcorp.com>

	* serial/z85c30.c: Fixed typo.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-28	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
	* network/Makefile.am: Use 'PREINSTALL_FILES ='.
	* serial/Makefile.am: Use 'PREINSTALL_FILES ='.

2001-09-27	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: Fixed typo in date.

2001-09-21	Joel Sherrill <joel@OARcorp.com>

	* network/Makefile.am: Fixed typo on file name.
	* network/i82586.c: Commented out line 318 which is referencing 
	a member of a structure that is not currently there.  This
	needs to be worked out with Chris Johns <ccj@acm.org>.
	Switched C++ style comments to C style.

2001-09-19	Chris Johns <ccj@acm.org>

	* network/README.i82586, network/i82586.c, network/i82586reg.h,
	network/i82586var.h: New files.  Network driver for Intel
	i82586.

2001-04-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.

2001-03-14	Joel Sherrill <joel@OARcorp.com>

	* serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
	serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
	to <libchip/sersupp.h> so libchip style serial drivers can
	be written in libcpu or libbsp.

2001-03-01	Joel Sherrill <joel@OARcorp.com>

	* network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
	rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
	rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
	rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
	serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
	serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
	serial/z85c30_reg.c: Corrected header.

2001-02-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: 
	Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..). 

2000-11-13	Jiri Gaisler <jgais@ws.estec.esa.nl>

	* network/sonic.c: Added ipalign() routine to align the
	received packet so that the ip header is on a 32-bit boundary.
	Necessary for cpu's that do not allow unaligned loads and stores
	and when the 32-bit DMA mode is used.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-03	Chris Johns <ccj@acm.org>

	* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.

2000-10-20	Joel Sherrill <joel@OARcorp.com>

	* network/dec21140.c: Corrected attach to include "int attach"
	parameter.

2000-09-05	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* network/Makefile.am: Use AM_*FLAGS += .. .
	* ChangeLog: Fix formating.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
	Include compile.am.

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.