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

4.104.114.84.95
Last change on this file since f3c5a0ec was f3c5a0ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/04 at 01:47:34

2004-01-28 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
4        Add RTEMS_PROG_CCAS.
5
62004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add PREINSTALL_DIRS.
9        * console/Makefile.am: Add PREINSTALL_DIRS.
10        * wrapup/Makefile.am: Reflect changes to libcpu.
11
122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
15        Add PRE/TMPINSTALL_FILES to CLEANFILES.
16        * console/Makefile.am: Ditto.
17        * startup/Makefile.am: Ditto.
18
192004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Remove.
22        * Makefile.am: Merge-in start/Makefile.am.
23        * configure.ac: Reflect changes above.
24
252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Eliminate $(LIB).
28        Use noinst_DATA to trigger building libbsp.a.
29
302003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
33
342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
37        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
38
392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
42        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
43        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Cosmetics.
52
532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Misc cleanups and fixes.
56        * start/Makefile.am: Misc cleanups and fixes.
57        * startup/Makefile.am: Misc cleanups and fixes.
58        * wrapup/Makefile.am: Misc cleanups and fixes.
59
602003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * ide/Makefile.am: PGM = ide.rel.
63
642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add preinstallation dirstamp support.
67        * 3c509/Makefile.am: Cosmetics.
68        * clock/Makefile.am: Cosmetics.
69        * console/Makefile.am: Add preinstallation dirstamp support.
70        * ide/Makefile.am: Cosmetics.
71        * ne2000/Makefile.am: Cosmetics.
72        * start/Makefile.am: Add compilation dirstamp support.
73        * startup/Makefile.am: Cosmetics.
74        * timer/Makefile.am: Cosmetics.
75        * wd8003/Makefile.am: Cosmetics.
76        * wrapup/Makefile.am: Cosmetics.
77
782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * 3c509/Makefile.am: Remove all-local: $(ARCH).
81        * clock/Makefile.am: Remove all-local: $(ARCH).
82        * console/Makefile.am: Remove all-local: $(ARCH).
83        * ide/Makefile.am: Remove all-local: $(ARCH).
84        * ne2000/Makefile.am: Remove all-local: $(ARCH).
85        * start/Makefile.am: Remove all-local: $(ARCH).
86        * startup/Makefile.am: Remove all-local: $(ARCH).
87        * timer/Makefile.am: Remove all-local: $(ARCH).
88        * wd8003/Makefile.am: Remove all-local: $(ARCH).
89        * wrapup/Makefile.am: Remove all-local: $(ARCH).
90
912003-10-02      Till Strauman <strauman@slac.stanford.edu>
92
93        PR 502/bsps
94        * console/outch.c: Add support for a few ANSI escape sequences to make
95        libetcl happy.
96
972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Merge-in include/Makefile.am.
100        Reflect changes to bsp.am.
101        * include/Makefile.am: Remove.
102        * configure.ac: Reflect changes above.
103
1042003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bsp_specs: Remove *lib:.
107
1082003-09-04      Joel Sherrill <joel@OARcorp.com>
109
110        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
111        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
112        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
113        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
114        URL for license changed.
115
1162003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        PR 461/bsps
119        * start/Makefile.am: Correct generation of startup16.bin.
120
1212003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
124
1252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved aclocal/.
128
1292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Reflect having moved automake/.
132        * 3c509/Makefile.am: Reflect having moved automake/.
133        * clock/Makefile.am: Reflect having moved automake/.
134        * console/Makefile.am: Reflect having moved automake/.
135        * ide/Makefile.am: Reflect having moved automake/.
136        * include/Makefile.am: Reflect having moved automake/.
137        * ne2000/Makefile.am: Reflect having moved automake/.
138        * start/Makefile.am: Reflect having moved automake/.
139        * startup/Makefile.am: Reflect having moved automake/.
140        * timer/Makefile.am: Reflect having moved automake/.
141        * wd8003/Makefile.am: Reflect having moved automake/.
142        * wrapup/Makefile.am: Reflect having moved automake/.
143
1442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 452/bsps
147        * startup/Makefile.am: Remove USE_INIT_FINI.
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        PR 445/bsps
156        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
157        Remove cpp, old_cpp (now unused).
158
1592003-07-08      Joel Sherrill <joel@OARcorp.com>
160
161        * console/console.c: Correct typo.
162
1632003-05-08      Chris Johns  <cjohns@cybertec.com.au>
164
165        * HOWTO:
166        Updated the GRUB version info and how to build GRUB from source.
167        Added how to boot over the network with a PXE Netboot BIOS.
168
1692003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * ide/.cvsignore: New.
172
1732003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
174
175        PR 368/filesystems
176        * startup/ldsegs.S: Increase alignment.
177        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
178        Added IDE supporting infrastructure.
179        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
180        BSP support for libchip standard ide driver.
181
1822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove AC_CONFIG_AUX_DIR.
185
1862003-02-20      Till Straumann <strauman@slac.stanford.edu>
187
188        PR 353/bsps
189        * include/bsp.h: Let the application override the network driver
190        and attach routine.
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AC_PREREQ(2.57).
199
2002003-01-20      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
203
2042003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Use install-data-local to install startfile.
217
2182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
225
2262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * .cvsignore: Reformat.
229        Add autom4te*cache.
230        Remove autom4te.cache.
231
2322002-09-13     Eric Norum <eric.norum@usask.ca>
233
234        * start/start16.S: Remove unwanted + at beginning of relative
235        numeric label.
236
2372002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
240
2412002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
244        PREINSTALL_FILES.
245        * console/mouse_parser.c: Include <string.h> (for strcmp).
246        * console/vt.c: Include <string.h> (for memcpy).
247        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-14      Joel Sherrill <joel@OARcorp.com>
254
255        * start/start16.S: Per PR259, added code to test for video present
256        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
257        tested this patch.
258
2592002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
262
2632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
274
2752002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * startup/ldsegs.S: #include <asm.h>.
278        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
279        Remove printk (Now in bspIo.h).
280
2812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Eliminate PGM.
284        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
285        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
286
2872002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
290
2912002-07-16      Eric Norum <eric.norum@usask.ca>
292
293        * console/console.c: Others on the rtems-users list have expressed
294        concern about this run-time selection, so I've enclosed the changes
295        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
296
2972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
300        Remove $(OBJS) from all-local.
301
3022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
305
3062001-05-09      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: In support of gcc 3.1, added one of more
309        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
310        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
311        and direction of segments to memory regions may also have been
312        addressed.  This was a sweep across all BSPs.
313 
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
330
3312002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * PR139
334        * configure.ac: Remove stray ';', breaks building with automake-1.6.
335
3362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
339
3402001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
343        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
344
3452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
348
3492001-10-12      Joel Sherrill <joel@OARcorp.com>
350
351        * console/inch.c: Fixed typo.
352
3532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
356        * configure.in: Remove.
357        * configure.ac: New file, generated from configure.in by autoupdate.
358
3592001-09-27      Joel Sherrill <joel@OARcorp.com>
360
361        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
362
3632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * include/Makefile.am: Use 'CLEANFILES ='.
366        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
367        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
368        * Makefile.am: Use 'TMPINSTALL_FILES ='.
369
3702001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * console/Makefile.am: Remove RTEMS_H_FILES.
373        * start/start16.S: include <bspopts.h> to get NEW_GAS.
374
3752001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.in: Add bspopts.h.
378        * include/.cvsignore: Add bspopts.h*, stamp-h*.
379        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
380        * 3c509/Makefile.am: Dito.
381        * console/Makefile.am: Dito.
382        * include/bsp.h: Include bspopts.h.
383
3842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
387
3882001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
391
3922001-01-05      Joel Sherrill <joel@OARcorp.com>
393
394        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
395        would be visible.
396
3972000-12-05       Eric Valette <valette@crf.canon.fr>
398
399        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
400        console/vt.c, include/bsp.h: Correct incorrect interrupt level
401        handling in new keyboard management code.  Correct
402        BSP_poll_char initialization routine.
403        * start/start.S, startup/bspstart.c: Correct when the video is
404        initialized.
405        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
406        did not work correctly on all PC speeds. The new calibrate routine
407        has been tested on Pentium 166, pentium II 200, pentium III
408        300 Mhz and does work as expected.
409
4102000-12-05      Joel Sherrill <joel@OARcorp.com>
411
412        * pc386/console/console.c, pc386/console/serial_mouse.c,
413        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
414
4152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
418
4192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
422
4232000-11-01      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
426        and libcsupport.h moved from libc to lib/include/rtems and
427        now must be referenced as <rtems/XXX.h>.   Header file order
428        was cleaned up while doing this.
429
4302000-10-29      Joel Sherrill <joel@OARcorp.com>
431
432        * startup/sbrk.c: Removed.  Redundant with shared version.
433
4342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
437        Switch to GNU canonicalization.
438
4392000-10-23      Joel Sherrill <joel@OARcorp.com>
440
441        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
442
4432000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
444
445        * console/serial_mouse.c: Added support for changing serial parameters.
446
4472000-10-20      Joel Sherrill <joel@OARcorp.com>
448
449        * include/wd80x3.h: Added file header and logic to prevent multiple
450        inclusions of this file.
451        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
452
4532000-10-20      Joel Sherrill <joel@OARcorp.com>
454
455        * include/bsp.h: Cleaned up network driver name and attach defines.
456
4572000-10-20      Dmitry Kargapolov <dk@gentex.ru>
458
459        * ne2000/ne2000.c: Fix some errors in the driver. 
460        1. There was no sufficient check of data in ethernet header.
461        The code in ne_rx_daemon() was:
462            inport_word (dport, len);
463            ...
464            len -= 4;
465              ...
466            if (len > 0)
467              ne_read_data (sc, startaddr, len, p);
468        Unfortunately, sometimes my NIC gave me too big len value,
469        the result was memory override.  To fix this, I added ethernet
470        header data checking.
471
472        2. The way overrides were serviced was not good.  It was complex
473        but sometimes did not provide reliable continuing of NIC working.
474        I had the situation of an endless loop in ne_check_status()
475        after override processing.
476
477        3. There was conceptual error of porting.  The old method of
478        overrides curing was ported from the OS-s, where override-processing
479        did start immediately.  But RTEMS-version uses events, and cleaning
480        of the overrides can start later.
481
482        I selected the way of ne2000 programming that is used
483        in freebsd kernel (v4.0).
484
485        Because of both problems, incorrect data in header of raw packet
486        and receiver override, it went through ne_reset() and fully
487        reset the ne2000.
488
489        So, in summary
490        - added detecting of the incorrect data in ethernet header;
491        - replaced handling of receiver overrides with new scheme,
492        via resetting of NIC, this method is used also in case of
493        invalid header detecting.
494
4952000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
496
497        * console/console.c, console/serial_mouse.c, include/bsp.h:
498        Add the ability to set parity, number of data bits and
499        number of stop bits to the existing i386 serial drivers.
500
5012000-10-17      Joel Sherrill <joel@OARcorp.com>
502
503        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
504        to libbsp/i386/shared/irq.
505
5062000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
507
508        * startup/linkcmds: Added lines so DWARF debug information
509        would be available.  Otherwise gdb complains that the offsets
510        for the debug info are incorrect and doesn't load the files.
511
5122000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
515
5162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
519        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
520        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
521        compile.am
522
5232000-08-30      Joel Sherrill <joel@OARcorp.com>
524
525        * console/keyboard.h: Changed numerous routines from extern inline
526        to static inline.
527
5282000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
529
530        * Major rework of the "/dev/console" driver.
531        * Added termios support for stdin ( keyboard ).
532        * Added ioctls() to support modes similar to Linux( XLATE,
533        RAW, MEDIUMRAW ).
534        * Added Keyboard mapping and handling of the keyboard's leds.
535        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
536        controller ( 16 colors ).
537        * Added PS/2 and Serial mouse support for PC386 BSP.
538        * console/defkeymap.c: New file.
539        * console/fb_vga.c: New file.
540        * console/fb_vga.h: New file.
541        * console/i386kbd.h: New file.
542        * console/kd.h: New file.
543        * console/keyboard.c: New file.
544        * console/keyboard.h: New file.
545        * console/mouse_parser.c: New file.
546        * console/mouse_parser.h: New file.
547        * console/pc_keyb.c: New file.
548        * console/ps2_drv.h: New file.
549        * console/ps2_mouse.c: New file.
550        * console/ps2_mouse.h: New file.
551        * console/serial_mouse.c: New file.
552        * console/serial_mouse.h: New file.
553        * console/vgainit.c: New file.
554        * console/vt.c: New file.
555        * console/Makefile.am: Reflect new files.
556        * console/console.c, console/inch.c, console/outch.c: Console
557        functionality modifications.
558        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
559
5602000-08-10      Joel Sherrill <joel@OARcorp.com>
561
562        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.