source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 11cafc0

4.104.114.84.95
Last change on this file since 11cafc0 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

2004-02-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 19.3 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add start*.bin to CLEANFILES.
8
92004-02-06      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Split startup into multiple .rels without reorganizing
12        the source.
13
142004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add missing $ in reference to 3c509.rel.
17
182004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,
21        console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am,
22        startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am,
23        wrapup/Makefile.am. Use automake compilation rules.
24        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
25        ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am,
26        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove.
27        * configure.ac: Reflect changes above.
28        * start/start.S: Change comment to make it gcc -ansi compliant.
29
302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
33        Add RTEMS_PROG_CCAS.
34
352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Add PREINSTALL_DIRS.
38        * console/Makefile.am: Add PREINSTALL_DIRS.
39        * wrapup/Makefile.am: Reflect changes to libcpu.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
44        Add PRE/TMPINSTALL_FILES to CLEANFILES.
45        * console/Makefile.am: Ditto.
46        * startup/Makefile.am: Ditto.
47
482004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Remove.
51        * Makefile.am: Merge-in start/Makefile.am.
52        * configure.ac: Reflect changes above.
53
542004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate $(LIB).
57        Use noinst_DATA to trigger building libbsp.a.
58
592003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
62
632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
66        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Cosmetics.
81
822003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Misc cleanups and fixes.
85        * start/Makefile.am: Misc cleanups and fixes.
86        * startup/Makefile.am: Misc cleanups and fixes.
87        * wrapup/Makefile.am: Misc cleanups and fixes.
88
892003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * ide/Makefile.am: PGM = ide.rel.
92
932003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add preinstallation dirstamp support.
96        * 3c509/Makefile.am: Cosmetics.
97        * clock/Makefile.am: Cosmetics.
98        * console/Makefile.am: Add preinstallation dirstamp support.
99        * ide/Makefile.am: Cosmetics.
100        * ne2000/Makefile.am: Cosmetics.
101        * start/Makefile.am: Add compilation dirstamp support.
102        * startup/Makefile.am: Cosmetics.
103        * timer/Makefile.am: Cosmetics.
104        * wd8003/Makefile.am: Cosmetics.
105        * wrapup/Makefile.am: Cosmetics.
106
1072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * 3c509/Makefile.am: Remove all-local: $(ARCH).
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * ide/Makefile.am: Remove all-local: $(ARCH).
113        * ne2000/Makefile.am: Remove all-local: $(ARCH).
114        * start/Makefile.am: Remove all-local: $(ARCH).
115        * startup/Makefile.am: Remove all-local: $(ARCH).
116        * timer/Makefile.am: Remove all-local: $(ARCH).
117        * wd8003/Makefile.am: Remove all-local: $(ARCH).
118        * wrapup/Makefile.am: Remove all-local: $(ARCH).
119
1202003-10-02      Till Strauman <strauman@slac.stanford.edu>
121
122        PR 502/bsps
123        * console/outch.c: Add support for a few ANSI escape sequences to make
124        libetcl happy.
125
1262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in include/Makefile.am.
129        Reflect changes to bsp.am.
130        * include/Makefile.am: Remove.
131        * configure.ac: Reflect changes above.
132
1332003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp_specs: Remove *lib:.
136
1372003-09-04      Joel Sherrill <joel@OARcorp.com>
138
139        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
140        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
141        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
142        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
143        URL for license changed.
144
1452003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        PR 461/bsps
148        * start/Makefile.am: Correct generation of startup16.bin.
149
1502003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved automake/.
161        * 3c509/Makefile.am: Reflect having moved automake/.
162        * clock/Makefile.am: Reflect having moved automake/.
163        * console/Makefile.am: Reflect having moved automake/.
164        * ide/Makefile.am: Reflect having moved automake/.
165        * include/Makefile.am: Reflect having moved automake/.
166        * ne2000/Makefile.am: Reflect having moved automake/.
167        * start/Makefile.am: Reflect having moved automake/.
168        * startup/Makefile.am: Reflect having moved automake/.
169        * timer/Makefile.am: Reflect having moved automake/.
170        * wd8003/Makefile.am: Reflect having moved automake/.
171        * wrapup/Makefile.am: Reflect having moved automake/.
172
1732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 452/bsps
176        * startup/Makefile.am: Remove USE_INIT_FINI.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-07-08      Joel Sherrill <joel@OARcorp.com>
189
190        * console/console.c: Correct typo.
191
1922003-05-08      Chris Johns  <cjohns@cybertec.com.au>
193
194        * HOWTO:
195        Updated the GRUB version info and how to build GRUB from source.
196        Added how to boot over the network with a PXE Netboot BIOS.
197
1982003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * ide/.cvsignore: New.
201
2022003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
203
204        PR 368/filesystems
205        * startup/ldsegs.S: Increase alignment.
206        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
207        Added IDE supporting infrastructure.
208        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
209        BSP support for libchip standard ide driver.
210
2112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove AC_CONFIG_AUX_DIR.
214
2152003-02-20      Till Straumann <strauman@slac.stanford.edu>
216
217        PR 353/bsps
218        * include/bsp.h: Let the application override the network driver
219        and attach routine.
220
2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
224
2252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: AC_PREREQ(2.57).
228
2292003-01-20      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
232
2332003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242
2432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Use install-data-local to install startfile.
246
2472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250
2512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
254
2552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Reformat.
258        Add autom4te*cache.
259        Remove autom4te.cache.
260
2612002-09-13     Eric Norum <eric.norum@usask.ca>
262
263        * start/start16.S: Remove unwanted + at beginning of relative
264        numeric label.
265
2662002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
269
2702002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
273        PREINSTALL_FILES.
274        * console/mouse_parser.c: Include <string.h> (for strcmp).
275        * console/vt.c: Include <string.h> (for memcpy).
276        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
277
2782002-08-21      Joel Sherrill <joel@OARcorp.com>
279
280        * bsp_specs: Added support for -nostdlibs.
281
2822002-08-14      Joel Sherrill <joel@OARcorp.com>
283
284        * start/start16.S: Per PR259, added code to test for video present
285        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
286        tested this patch.
287
2882002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
291
2922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
303
3042002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * startup/ldsegs.S: #include <asm.h>.
307        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
308        Remove printk (Now in bspIo.h).
309
3102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Eliminate PGM.
313        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
314        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
315
3162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
319
3202002-07-16      Eric Norum <eric.norum@usask.ca>
321
322        * console/console.c: Others on the rtems-users list have expressed
323        concern about this run-time selection, so I've enclosed the changes
324        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
325
3262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
329        Remove $(OBJS) from all-local.
330
3312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
334
3352001-05-09      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/linkcmds: In support of gcc 3.1, added one of more
338        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
339        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
340        and direction of segments to memory regions may also have been
341        addressed.  This was a sweep across all BSPs.
342 
3432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac:
346        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
347        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
348        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
359
3602002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * PR139
363        * configure.ac: Remove stray ';', breaks building with automake-1.6.
364
3652002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
368
3692001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
372        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
373
3742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
377
3782001-10-12      Joel Sherrill <joel@OARcorp.com>
379
380        * console/inch.c: Fixed typo.
381
3822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
385        * configure.in: Remove.
386        * configure.ac: New file, generated from configure.in by autoupdate.
387
3882001-09-27      Joel Sherrill <joel@OARcorp.com>
389
390        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
391
3922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * include/Makefile.am: Use 'CLEANFILES ='.
395        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
396        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
397        * Makefile.am: Use 'TMPINSTALL_FILES ='.
398
3992001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * console/Makefile.am: Remove RTEMS_H_FILES.
402        * start/start16.S: include <bspopts.h> to get NEW_GAS.
403
4042001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.in: Add bspopts.h.
407        * include/.cvsignore: Add bspopts.h*, stamp-h*.
408        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
409        * 3c509/Makefile.am: Dito.
410        * console/Makefile.am: Dito.
411        * include/bsp.h: Include bspopts.h.
412
4132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
416
4172001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
420
4212001-01-05      Joel Sherrill <joel@OARcorp.com>
422
423        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
424        would be visible.
425
4262000-12-05       Eric Valette <valette@crf.canon.fr>
427
428        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
429        console/vt.c, include/bsp.h: Correct incorrect interrupt level
430        handling in new keyboard management code.  Correct
431        BSP_poll_char initialization routine.
432        * start/start.S, startup/bspstart.c: Correct when the video is
433        initialized.
434        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
435        did not work correctly on all PC speeds. The new calibrate routine
436        has been tested on Pentium 166, pentium II 200, pentium III
437        300 Mhz and does work as expected.
438
4392000-12-05      Joel Sherrill <joel@OARcorp.com>
440
441        * pc386/console/console.c, pc386/console/serial_mouse.c,
442        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
443
4442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
447
4482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
451
4522000-11-01      Joel Sherrill <joel@OARcorp.com>
453
454        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
455        and libcsupport.h moved from libc to lib/include/rtems and
456        now must be referenced as <rtems/XXX.h>.   Header file order
457        was cleaned up while doing this.
458
4592000-10-29      Joel Sherrill <joel@OARcorp.com>
460
461        * startup/sbrk.c: Removed.  Redundant with shared version.
462
4632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
466        Switch to GNU canonicalization.
467
4682000-10-23      Joel Sherrill <joel@OARcorp.com>
469
470        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
471
4722000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
473
474        * console/serial_mouse.c: Added support for changing serial parameters.
475
4762000-10-20      Joel Sherrill <joel@OARcorp.com>
477
478        * include/wd80x3.h: Added file header and logic to prevent multiple
479        inclusions of this file.
480        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
481
4822000-10-20      Joel Sherrill <joel@OARcorp.com>
483
484        * include/bsp.h: Cleaned up network driver name and attach defines.
485
4862000-10-20      Dmitry Kargapolov <dk@gentex.ru>
487
488        * ne2000/ne2000.c: Fix some errors in the driver. 
489        1. There was no sufficient check of data in ethernet header.
490        The code in ne_rx_daemon() was:
491            inport_word (dport, len);
492            ...
493            len -= 4;
494              ...
495            if (len > 0)
496              ne_read_data (sc, startaddr, len, p);
497        Unfortunately, sometimes my NIC gave me too big len value,
498        the result was memory override.  To fix this, I added ethernet
499        header data checking.
500
501        2. The way overrides were serviced was not good.  It was complex
502        but sometimes did not provide reliable continuing of NIC working.
503        I had the situation of an endless loop in ne_check_status()
504        after override processing.
505
506        3. There was conceptual error of porting.  The old method of
507        overrides curing was ported from the OS-s, where override-processing
508        did start immediately.  But RTEMS-version uses events, and cleaning
509        of the overrides can start later.
510
511        I selected the way of ne2000 programming that is used
512        in freebsd kernel (v4.0).
513
514        Because of both problems, incorrect data in header of raw packet
515        and receiver override, it went through ne_reset() and fully
516        reset the ne2000.
517
518        So, in summary
519        - added detecting of the incorrect data in ethernet header;
520        - replaced handling of receiver overrides with new scheme,
521        via resetting of NIC, this method is used also in case of
522        invalid header detecting.
523
5242000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
525
526        * console/console.c, console/serial_mouse.c, include/bsp.h:
527        Add the ability to set parity, number of data bits and
528        number of stop bits to the existing i386 serial drivers.
529
5302000-10-17      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
533        to libbsp/i386/shared/irq.
534
5352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
536
537        * startup/linkcmds: Added lines so DWARF debug information
538        would be available.  Otherwise gdb complains that the offsets
539        for the debug info are incorrect and doesn't load the files.
540
5412000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
548        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
549        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
550        compile.am
551
5522000-08-30      Joel Sherrill <joel@OARcorp.com>
553
554        * console/keyboard.h: Changed numerous routines from extern inline
555        to static inline.
556
5572000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
558
559        * Major rework of the "/dev/console" driver.
560        * Added termios support for stdin ( keyboard ).
561        * Added ioctls() to support modes similar to Linux( XLATE,
562        RAW, MEDIUMRAW ).
563        * Added Keyboard mapping and handling of the keyboard's leds.
564        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
565        controller ( 16 colors ).
566        * Added PS/2 and Serial mouse support for PC386 BSP.
567        * console/defkeymap.c: New file.
568        * console/fb_vga.c: New file.
569        * console/fb_vga.h: New file.
570        * console/i386kbd.h: New file.
571        * console/kd.h: New file.
572        * console/keyboard.c: New file.
573        * console/keyboard.h: New file.
574        * console/mouse_parser.c: New file.
575        * console/mouse_parser.h: New file.
576        * console/pc_keyb.c: New file.
577        * console/ps2_drv.h: New file.
578        * console/ps2_mouse.c: New file.
579        * console/ps2_mouse.h: New file.
580        * console/serial_mouse.c: New file.
581        * console/serial_mouse.h: New file.
582        * console/vgainit.c: New file.
583        * console/vt.c: New file.
584        * console/Makefile.am: Reflect new files.
585        * console/console.c, console/inch.c, console/outch.c: Console
586        functionality modifications.
587        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.