source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 5fa10f2d

4.104.114.84.95
Last change on this file since 5fa10f2d was 5fa10f2d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/18/05 at 14:34:41

2005-07-18 Lars Munch <lars@…>

PR 813/networking

  • ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a parameter was added to irq handlers (2005-04-18). Before these changes the argument to the interrupt handler was the interrupt number, now the argument is handle, but the ne2000 driver needs the interrupt number. The fix is to set the handle to the interrupt number.
  • Property mode set to 100644
File size: 24.1 KB
Line 
12005-07-18      Lars Munch <lars@segv.dk>
2
3        PR 813/networking
4        * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
5        parameter was added to irq handlers (2005-04-18). Before these
6        changes the argument to the interrupt handler was the interrupt
7        number, now the argument is handle, but the ne2000 driver needs the
8        interrupt number. The fix is to set the handle to the interrupt
9        number.
10
112005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
14
152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * include/bsp.h: New header guard.
18
192005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
22        console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
23        ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
24        subdirectory.
25
262005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
27
28        * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
29        remove warnings.
30        * console/console.c, wd8003/wd8003.c: Added support for
31        addition of parameter in ISRs.
32       
332005-04-26      Joel Sherrill <joel@OARcorp.com>
34
35        * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
36
372005-04-18      Eric Valette <eric.valette@free.fr>
38
39        * clock/ckinit.c, console/console.c, console/ps2_mouse.c,
40        console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
41
422005-02-18      Joel Sherrill <joel@OARcorp.com>
43
44        * console/keyboard.h: Add include file and cleanup file header.
45
462005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * clock/todcfg.c: size_t RTC_Count.
49
502005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * console/vgainit.c: static graphic_on|off.
53
542005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
57
582005-01-04      Joel Sherrill <joel@OARcorp.com>
59
60        * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove
61        warnings.
62
632005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove build-variant support.
66
672004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
68
69        PR 703/filesystem
70        * ide/ide.c: Extend the "modes_available" and "mode_active" parameters
71        to uint16_t for UDMA support.
72
732004-10-13      Eric Norum <norume@aps.anl.gov>
74
75        PR 688/bsps
76        * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
77
782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * configure.ac: Require automake > 1.9.
81
822004-07-25      Joel Sherrill <joel@OARcorp.com>
83
84        * 3c509/3c509.c: Add <sys/errno.h>.
85        * startup/linkcmds: Add .jcr section.
86
872004-05-21  Till Strauman <strauman@slac.stanford.edu>
88
89        * PR 624/bsps
90        startup/bspstart.c: When probing the memory, make sure not to
91        corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
92        * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
93        the screen.
94
952004-05-21      Joel Sherrill <joel@OARcorp.com>
96
97        * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
98        recent updates to BSD header files.
99
1002004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 610/bsps
103        * Makefile.am: Add include/tm27.h, Cosmetics.
104        * include/tm27.h: Final cosmetics.
105
1062004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * include/bsp.h: Split out tmtest27 support.
109        * include/tm27.h: New.
110
1112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        PR 613/bsps
114        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
115
1162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        PR 614/bsps
119        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
120
1212004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
124        which still uses RTEMS_ROOT).
125
1262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
129        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
130
1312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * startup/ldsegs.S: Include <rtems/asm.h> instead of <asm.h>.
134        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
135        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
136        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
137
1382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * clock/ckinit.c, clock/rtc.c, console/inch.c, ide/ide.c,
141        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
142        c99 fixed size types.
143
1442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Don't install *.rels. Reflect changes to bsp.am.
147        Preinstall dist_project_lib*.
148
1492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Explicitly check for OBJCOPY.
152
1532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect changes to bsp.am.
156
1572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect changes to bsp.am.
160
1612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
164
1652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add start*.bin to CLEANFILES.
168
1692004-02-06      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am: Split startup into multiple .rels without reorganizing
172        the source.
173
1742004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Add missing $ in reference to 3c509.rel.
177
1782004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,
181        console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am,
182        startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am,
183        wrapup/Makefile.am. Use automake compilation rules.
184        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
185        ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am,
186        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove.
187        * configure.ac: Reflect changes above.
188        * start/start.S: Change comment to make it gcc -ansi compliant.
189
1902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
193        Add RTEMS_PROG_CCAS.
194
1952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add PREINSTALL_DIRS.
198        * console/Makefile.am: Add PREINSTALL_DIRS.
199        * wrapup/Makefile.am: Reflect changes to libcpu.
200
2012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
204        Add PRE/TMPINSTALL_FILES to CLEANFILES.
205        * console/Makefile.am: Ditto.
206        * startup/Makefile.am: Ditto.
207
2082004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: Remove.
211        * Makefile.am: Merge-in start/Makefile.am.
212        * configure.ac: Reflect changes above.
213
2142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Eliminate $(LIB).
217        Use noinst_DATA to trigger building libbsp.a.
218
2192003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
222
2232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
226        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
227
2282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
231        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
232        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233
2342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Cosmetics.
241
2422003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Misc cleanups and fixes.
245        * start/Makefile.am: Misc cleanups and fixes.
246        * startup/Makefile.am: Misc cleanups and fixes.
247        * wrapup/Makefile.am: Misc cleanups and fixes.
248
2492003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * ide/Makefile.am: PGM = ide.rel.
252
2532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Add preinstallation dirstamp support.
256        * 3c509/Makefile.am: Cosmetics.
257        * clock/Makefile.am: Cosmetics.
258        * console/Makefile.am: Add preinstallation dirstamp support.
259        * ide/Makefile.am: Cosmetics.
260        * ne2000/Makefile.am: Cosmetics.
261        * start/Makefile.am: Add compilation dirstamp support.
262        * startup/Makefile.am: Cosmetics.
263        * timer/Makefile.am: Cosmetics.
264        * wd8003/Makefile.am: Cosmetics.
265        * wrapup/Makefile.am: Cosmetics.
266
2672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * 3c509/Makefile.am: Remove all-local: $(ARCH).
270        * clock/Makefile.am: Remove all-local: $(ARCH).
271        * console/Makefile.am: Remove all-local: $(ARCH).
272        * ide/Makefile.am: Remove all-local: $(ARCH).
273        * ne2000/Makefile.am: Remove all-local: $(ARCH).
274        * start/Makefile.am: Remove all-local: $(ARCH).
275        * startup/Makefile.am: Remove all-local: $(ARCH).
276        * timer/Makefile.am: Remove all-local: $(ARCH).
277        * wd8003/Makefile.am: Remove all-local: $(ARCH).
278        * wrapup/Makefile.am: Remove all-local: $(ARCH).
279
2802003-10-02      Till Strauman <strauman@slac.stanford.edu>
281
282        PR 502/bsps
283        * console/outch.c: Add support for a few ANSI escape sequences to make
284        libetcl happy.
285
2862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in include/Makefile.am.
289        Reflect changes to bsp.am.
290        * include/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
2932003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Remove *lib:.
296
2972003-09-04      Joel Sherrill <joel@OARcorp.com>
298
299        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
300        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
301        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
302        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
303        URL for license changed.
304
3052003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        PR 461/bsps
308        * start/Makefile.am: Correct generation of startup16.bin.
309
3102003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
313
3142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Reflect having moved aclocal/.
317
3182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Reflect having moved automake/.
321        * 3c509/Makefile.am: Reflect having moved automake/.
322        * clock/Makefile.am: Reflect having moved automake/.
323        * console/Makefile.am: Reflect having moved automake/.
324        * ide/Makefile.am: Reflect having moved automake/.
325        * include/Makefile.am: Reflect having moved automake/.
326        * ne2000/Makefile.am: Reflect having moved automake/.
327        * start/Makefile.am: Reflect having moved automake/.
328        * startup/Makefile.am: Reflect having moved automake/.
329        * timer/Makefile.am: Reflect having moved automake/.
330        * wd8003/Makefile.am: Reflect having moved automake/.
331        * wrapup/Makefile.am: Reflect having moved automake/.
332
3332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        PR 452/bsps
336        * startup/Makefile.am: Remove USE_INIT_FINI.
337
3382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
341
3422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        PR 445/bsps
345        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
346        Remove cpp, old_cpp (now unused).
347
3482003-07-08      Joel Sherrill <joel@OARcorp.com>
349
350        * console/console.c: Correct typo.
351
3522003-05-08      Chris Johns  <cjohns@cybertec.com.au>
353
354        * HOWTO:
355        Updated the GRUB version info and how to build GRUB from source.
356        Added how to boot over the network with a PXE Netboot BIOS.
357
3582003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * ide/.cvsignore: New.
361
3622003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
363
364        PR 368/filesystems
365        * startup/ldsegs.S: Increase alignment.
366        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
367        Added IDE supporting infrastructure.
368        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
369        BSP support for libchip standard ide driver.
370
3712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove AC_CONFIG_AUX_DIR.
374
3752003-02-20      Till Straumann <strauman@slac.stanford.edu>
376
377        PR 353/bsps
378        * include/bsp.h: Let the application override the network driver
379        and attach routine.
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
384
3852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: AC_PREREQ(2.57).
388
3892003-01-20      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
392
3932003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402
4032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: Use install-data-local to install startfile.
406
4072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410
4112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
414
4152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * .cvsignore: Reformat.
418        Add autom4te*cache.
419        Remove autom4te.cache.
420
4212002-09-13     Eric Norum <eric.norum@usask.ca>
422
423        * start/start16.S: Remove unwanted + at beginning of relative
424        numeric label.
425
4262002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
429
4302002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
433        PREINSTALL_FILES.
434        * console/mouse_parser.c: Include <string.h> (for strcmp).
435        * console/vt.c: Include <string.h> (for memcpy).
436        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
437
4382002-08-21      Joel Sherrill <joel@OARcorp.com>
439
440        * bsp_specs: Added support for -nostdlibs.
441
4422002-08-14      Joel Sherrill <joel@OARcorp.com>
443
444        * start/start16.S: Per PR259, added code to test for video present
445        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
446        tested this patch.
447
4482002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
451
4522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
463
4642002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * startup/ldsegs.S: #include <asm.h>.
467        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
468        Remove printk (Now in bspIo.h).
469
4702002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * start/Makefile.am: Eliminate PGM.
473        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
474        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
475
4762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
479
4802002-07-16      Eric Norum <eric.norum@usask.ca>
481
482        * console/console.c: Others on the rtems-users list have expressed
483        concern about this run-time selection, so I've enclosed the changes
484        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
485
4862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
489        Remove $(OBJS) from all-local.
490
4912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
494
4952001-05-09      Joel Sherrill <joel@OARcorp.com>
496
497        * startup/linkcmds: In support of gcc 3.1, added one of more
498        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
499        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
500        and direction of segments to memory regions may also have been
501        addressed.  This was a sweep across all BSPs.
502 
5032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac:
506        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
507        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
508        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
519
5202002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * PR139
523        * configure.ac: Remove stray ';', breaks building with automake-1.6.
524
5252002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
528
5292001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
532        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
533
5342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
537
5382001-10-12      Joel Sherrill <joel@OARcorp.com>
539
540        * console/inch.c: Fixed typo.
541
5422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
545        * configure.in: Remove.
546        * configure.ac: New file, generated from configure.in by autoupdate.
547
5482001-09-27      Joel Sherrill <joel@OARcorp.com>
549
550        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
551
5522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * include/Makefile.am: Use 'CLEANFILES ='.
555        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
556        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
557        * Makefile.am: Use 'TMPINSTALL_FILES ='.
558
5592001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * console/Makefile.am: Remove RTEMS_H_FILES.
562        * start/start16.S: include <bspopts.h> to get NEW_GAS.
563
5642001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.in: Add bspopts.h.
567        * include/.cvsignore: Add bspopts.h*, stamp-h*.
568        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
569        * 3c509/Makefile.am: Dito.
570        * console/Makefile.am: Dito.
571        * include/bsp.h: Include bspopts.h.
572
5732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
574
575        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
576
5772001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
580
5812001-01-05      Joel Sherrill <joel@OARcorp.com>
582
583        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
584        would be visible.
585
5862000-12-05       Eric Valette <valette@crf.canon.fr>
587
588        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
589        console/vt.c, include/bsp.h: Correct incorrect interrupt level
590        handling in new keyboard management code.  Correct
591        BSP_poll_char initialization routine.
592        * start/start.S, startup/bspstart.c: Correct when the video is
593        initialized.
594        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
595        did not work correctly on all PC speeds. The new calibrate routine
596        has been tested on Pentium 166, pentium II 200, pentium III
597        300 Mhz and does work as expected.
598
5992000-12-05      Joel Sherrill <joel@OARcorp.com>
600
601        * pc386/console/console.c, pc386/console/serial_mouse.c,
602        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
603
6042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
607
6082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
611
6122000-11-01      Joel Sherrill <joel@OARcorp.com>
613
614        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
615        and libcsupport.h moved from libc to lib/include/rtems and
616        now must be referenced as <rtems/XXX.h>.   Header file order
617        was cleaned up while doing this.
618
6192000-10-29      Joel Sherrill <joel@OARcorp.com>
620
621        * startup/sbrk.c: Removed.  Redundant with shared version.
622
6232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
626        Switch to GNU canonicalization.
627
6282000-10-23      Joel Sherrill <joel@OARcorp.com>
629
630        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
631
6322000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
633
634        * console/serial_mouse.c: Added support for changing serial parameters.
635
6362000-10-20      Joel Sherrill <joel@OARcorp.com>
637
638        * include/wd80x3.h: Added file header and logic to prevent multiple
639        inclusions of this file.
640        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
641
6422000-10-20      Joel Sherrill <joel@OARcorp.com>
643
644        * include/bsp.h: Cleaned up network driver name and attach defines.
645
6462000-10-20      Dmitry Kargapolov <dk@gentex.ru>
647
648        * ne2000/ne2000.c: Fix some errors in the driver. 
649        1. There was no sufficient check of data in ethernet header.
650        The code in ne_rx_daemon() was:
651            inport_word (dport, len);
652            ...
653            len -= 4;
654              ...
655            if (len > 0)
656              ne_read_data (sc, startaddr, len, p);
657        Unfortunately, sometimes my NIC gave me too big len value,
658        the result was memory override.  To fix this, I added ethernet
659        header data checking.
660
661        2. The way overrides were serviced was not good.  It was complex
662        but sometimes did not provide reliable continuing of NIC working.
663        I had the situation of an endless loop in ne_check_status()
664        after override processing.
665
666        3. There was conceptual error of porting.  The old method of
667        overrides curing was ported from the OS-s, where override-processing
668        did start immediately.  But RTEMS-version uses events, and cleaning
669        of the overrides can start later.
670
671        I selected the way of ne2000 programming that is used
672        in freebsd kernel (v4.0).
673
674        Because of both problems, incorrect data in header of raw packet
675        and receiver override, it went through ne_reset() and fully
676        reset the ne2000.
677
678        So, in summary
679        - added detecting of the incorrect data in ethernet header;
680        - replaced handling of receiver overrides with new scheme,
681        via resetting of NIC, this method is used also in case of
682        invalid header detecting.
683
6842000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
685
686        * console/console.c, console/serial_mouse.c, include/bsp.h:
687        Add the ability to set parity, number of data bits and
688        number of stop bits to the existing i386 serial drivers.
689
6902000-10-17      Joel Sherrill <joel@OARcorp.com>
691
692        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
693        to libbsp/i386/shared/irq.
694
6952000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
696
697        * startup/linkcmds: Added lines so DWARF debug information
698        would be available.  Otherwise gdb complains that the offsets
699        for the debug info are incorrect and doesn't load the files.
700
7012000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
704
7052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
708        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
709        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
710        compile.am
711
7122000-08-30      Joel Sherrill <joel@OARcorp.com>
713
714        * console/keyboard.h: Changed numerous routines from extern inline
715        to static inline.
716
7172000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
718
719        * Major rework of the "/dev/console" driver.
720        * Added termios support for stdin ( keyboard ).
721        * Added ioctls() to support modes similar to Linux( XLATE,
722        RAW, MEDIUMRAW ).
723        * Added Keyboard mapping and handling of the keyboard's leds.
724        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
725        controller ( 16 colors ).
726        * Added PS/2 and Serial mouse support for PC386 BSP.
727        * console/defkeymap.c: New file.
728        * console/fb_vga.c: New file.
729        * console/fb_vga.h: New file.
730        * console/i386kbd.h: New file.
731        * console/kd.h: New file.
732        * console/keyboard.c: New file.
733        * console/keyboard.h: New file.
734        * console/mouse_parser.c: New file.
735        * console/mouse_parser.h: New file.
736        * console/pc_keyb.c: New file.
737        * console/ps2_drv.h: New file.
738        * console/ps2_mouse.c: New file.
739        * console/ps2_mouse.h: New file.
740        * console/serial_mouse.c: New file.
741        * console/serial_mouse.h: New file.
742        * console/vgainit.c: New file.
743        * console/vt.c: New file.
744        * console/Makefile.am: Reflect new files.
745        * console/console.c, console/inch.c, console/outch.c: Console
746        functionality modifications.
747        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
748
7492000-08-10      Joel Sherrill <joel@OARcorp.com>
750
751        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.