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

4.104.114.84.95
Last change on this file since 8e59175e was 8e59175e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:27:17

2003-12-12 Ralf Corsepius <corsepiu@…>

  • console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 17.2 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
6
72003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Cosmetics.
14
152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Misc cleanups and fixes.
18        * start/Makefile.am: Misc cleanups and fixes.
19        * startup/Makefile.am: Misc cleanups and fixes.
20        * wrapup/Makefile.am: Misc cleanups and fixes.
21
222003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * ide/Makefile.am: PGM = ide.rel.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add preinstallation dirstamp support.
29        * 3c509/Makefile.am: Cosmetics.
30        * clock/Makefile.am: Cosmetics.
31        * console/Makefile.am: Add preinstallation dirstamp support.
32        * ide/Makefile.am: Cosmetics.
33        * ne2000/Makefile.am: Cosmetics.
34        * start/Makefile.am: Add compilation dirstamp support.
35        * startup/Makefile.am: Cosmetics.
36        * timer/Makefile.am: Cosmetics.
37        * wd8003/Makefile.am: Cosmetics.
38        * wrapup/Makefile.am: Cosmetics.
39
402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * 3c509/Makefile.am: Remove all-local: $(ARCH).
43        * clock/Makefile.am: Remove all-local: $(ARCH).
44        * console/Makefile.am: Remove all-local: $(ARCH).
45        * ide/Makefile.am: Remove all-local: $(ARCH).
46        * ne2000/Makefile.am: Remove all-local: $(ARCH).
47        * start/Makefile.am: Remove all-local: $(ARCH).
48        * startup/Makefile.am: Remove all-local: $(ARCH).
49        * timer/Makefile.am: Remove all-local: $(ARCH).
50        * wd8003/Makefile.am: Remove all-local: $(ARCH).
51        * wrapup/Makefile.am: Remove all-local: $(ARCH).
52
532003-10-02      Till Strauman <strauman@slac.stanford.edu>
54
55        PR 502/bsps
56        * console/outch.c: Add support for a few ANSI escape sequences to make
57        libetcl happy.
58
592003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Merge-in include/Makefile.am.
62        Reflect changes to bsp.am.
63        * include/Makefile.am: Remove.
64        * configure.ac: Reflect changes above.
65
662003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * bsp_specs: Remove *lib:.
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
73        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
74        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
75        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
76        URL for license changed.
77
782003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        PR 461/bsps
81        * start/Makefile.am: Correct generation of startup16.bin.
82
832003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
86
872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect having moved aclocal/.
90
912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect having moved automake/.
94        * 3c509/Makefile.am: Reflect having moved automake/.
95        * clock/Makefile.am: Reflect having moved automake/.
96        * console/Makefile.am: Reflect having moved automake/.
97        * ide/Makefile.am: Reflect having moved automake/.
98        * include/Makefile.am: Reflect having moved automake/.
99        * ne2000/Makefile.am: Reflect having moved automake/.
100        * start/Makefile.am: Reflect having moved automake/.
101        * startup/Makefile.am: Reflect having moved automake/.
102        * timer/Makefile.am: Reflect having moved automake/.
103        * wd8003/Makefile.am: Reflect having moved automake/.
104        * wrapup/Makefile.am: Reflect having moved automake/.
105
1062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        PR 452/bsps
109        * startup/Makefile.am: Remove USE_INIT_FINI.
110
1112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
114
1152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        PR 445/bsps
118        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
119        Remove cpp, old_cpp (now unused).
120
1212003-07-08      Joel Sherrill <joel@OARcorp.com>
122
123        * console/console.c: Correct typo.
124
1252003-05-08      Chris Johns  <cjohns@cybertec.com.au>
126
127        * HOWTO:
128        Updated the GRUB version info and how to build GRUB from source.
129        Added how to boot over the network with a PXE Netboot BIOS.
130
1312003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * ide/.cvsignore: New.
134
1352003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
136
137        PR 368/filesystems
138        * startup/ldsegs.S: Increase alignment.
139        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
140        Added IDE supporting infrastructure.
141        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
142        BSP support for libchip standard ide driver.
143
1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
1482003-02-20      Till Straumann <strauman@slac.stanford.edu>
149
150        PR 353/bsps
151        * include/bsp.h: Let the application override the network driver
152        and attach routine.
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AC_PREREQ(2.57).
161
1622003-01-20      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
165
1662003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175
1762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Use install-data-local to install startfile.
179
1802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183
1842002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
187
1882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Reformat.
191        Add autom4te*cache.
192        Remove autom4te.cache.
193
1942002-09-13     Eric Norum <eric.norum@usask.ca>
195
196        * start/start16.S: Remove unwanted + at beginning of relative
197        numeric label.
198
1992002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
202
2032002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
206        PREINSTALL_FILES.
207        * console/mouse_parser.c: Include <string.h> (for strcmp).
208        * console/vt.c: Include <string.h> (for memcpy).
209        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
210
2112002-08-21      Joel Sherrill <joel@OARcorp.com>
212
213        * bsp_specs: Added support for -nostdlibs.
214
2152002-08-14      Joel Sherrill <joel@OARcorp.com>
216
217        * start/start16.S: Per PR259, added code to test for video present
218        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
219        tested this patch.
220
2212002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
224
2252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
236
2372002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * startup/ldsegs.S: #include <asm.h>.
240        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
241        Remove printk (Now in bspIo.h).
242
2432002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Eliminate PGM.
246        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
247        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
248
2492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
252
2532002-07-16      Eric Norum <eric.norum@usask.ca>
254
255        * console/console.c: Others on the rtems-users list have expressed
256        concern about this run-time selection, so I've enclosed the changes
257        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682001-05-09      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds: In support of gcc 3.1, added one of more
271        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
272        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
273        and direction of segments to memory regions may also have been
274        addressed.  This was a sweep across all BSPs.
275 
2762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac:
279        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
281        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
292
2932002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * PR139
296        * configure.ac: Remove stray ';', breaks building with automake-1.6.
297
2982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
301
3022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
305        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
306
3072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
310
3112001-10-12      Joel Sherrill <joel@OARcorp.com>
312
313        * console/inch.c: Fixed typo.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-27      Joel Sherrill <joel@OARcorp.com>
322
323        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
324
3252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * include/Makefile.am: Use 'CLEANFILES ='.
328        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
329        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
330        * Makefile.am: Use 'TMPINSTALL_FILES ='.
331
3322001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * console/Makefile.am: Remove RTEMS_H_FILES.
335        * start/start16.S: include <bspopts.h> to get NEW_GAS.
336
3372001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Add bspopts.h.
340        * include/.cvsignore: Add bspopts.h*, stamp-h*.
341        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
342        * 3c509/Makefile.am: Dito.
343        * console/Makefile.am: Dito.
344        * include/bsp.h: Include bspopts.h.
345
3462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
347
348        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
349
3502001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
353
3542001-01-05      Joel Sherrill <joel@OARcorp.com>
355
356        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
357        would be visible.
358
3592000-12-05       Eric Valette <valette@crf.canon.fr>
360
361        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
362        console/vt.c, include/bsp.h: Correct incorrect interrupt level
363        handling in new keyboard management code.  Correct
364        BSP_poll_char initialization routine.
365        * start/start.S, startup/bspstart.c: Correct when the video is
366        initialized.
367        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
368        did not work correctly on all PC speeds. The new calibrate routine
369        has been tested on Pentium 166, pentium II 200, pentium III
370        300 Mhz and does work as expected.
371
3722000-12-05      Joel Sherrill <joel@OARcorp.com>
373
374        * pc386/console/console.c, pc386/console/serial_mouse.c,
375        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
376
3772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
380
3812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
384
3852000-11-01      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
388        and libcsupport.h moved from libc to lib/include/rtems and
389        now must be referenced as <rtems/XXX.h>.   Header file order
390        was cleaned up while doing this.
391
3922000-10-29      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/sbrk.c: Removed.  Redundant with shared version.
395
3962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
399        Switch to GNU canonicalization.
400
4012000-10-23      Joel Sherrill <joel@OARcorp.com>
402
403        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
404
4052000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
406
407        * console/serial_mouse.c: Added support for changing serial parameters.
408
4092000-10-20      Joel Sherrill <joel@OARcorp.com>
410
411        * include/wd80x3.h: Added file header and logic to prevent multiple
412        inclusions of this file.
413        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
414
4152000-10-20      Joel Sherrill <joel@OARcorp.com>
416
417        * include/bsp.h: Cleaned up network driver name and attach defines.
418
4192000-10-20      Dmitry Kargapolov <dk@gentex.ru>
420
421        * ne2000/ne2000.c: Fix some errors in the driver. 
422        1. There was no sufficient check of data in ethernet header.
423        The code in ne_rx_daemon() was:
424            inport_word (dport, len);
425            ...
426            len -= 4;
427              ...
428            if (len > 0)
429              ne_read_data (sc, startaddr, len, p);
430        Unfortunately, sometimes my NIC gave me too big len value,
431        the result was memory override.  To fix this, I added ethernet
432        header data checking.
433
434        2. The way overrides were serviced was not good.  It was complex
435        but sometimes did not provide reliable continuing of NIC working.
436        I had the situation of an endless loop in ne_check_status()
437        after override processing.
438
439        3. There was conceptual error of porting.  The old method of
440        overrides curing was ported from the OS-s, where override-processing
441        did start immediately.  But RTEMS-version uses events, and cleaning
442        of the overrides can start later.
443
444        I selected the way of ne2000 programming that is used
445        in freebsd kernel (v4.0).
446
447        Because of both problems, incorrect data in header of raw packet
448        and receiver override, it went through ne_reset() and fully
449        reset the ne2000.
450
451        So, in summary
452        - added detecting of the incorrect data in ethernet header;
453        - replaced handling of receiver overrides with new scheme,
454        via resetting of NIC, this method is used also in case of
455        invalid header detecting.
456
4572000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
458
459        * console/console.c, console/serial_mouse.c, include/bsp.h:
460        Add the ability to set parity, number of data bits and
461        number of stop bits to the existing i386 serial drivers.
462
4632000-10-17      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
466        to libbsp/i386/shared/irq.
467
4682000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
469
470        * startup/linkcmds: Added lines so DWARF debug information
471        would be available.  Otherwise gdb complains that the offsets
472        for the debug info are incorrect and doesn't load the files.
473
4742000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
477
4782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
481        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
482        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
483        compile.am
484
4852000-08-30      Joel Sherrill <joel@OARcorp.com>
486
487        * console/keyboard.h: Changed numerous routines from extern inline
488        to static inline.
489
4902000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
491
492        * Major rework of the "/dev/console" driver.
493        * Added termios support for stdin ( keyboard ).
494        * Added ioctls() to support modes similar to Linux( XLATE,
495        RAW, MEDIUMRAW ).
496        * Added Keyboard mapping and handling of the keyboard's leds.
497        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
498        controller ( 16 colors ).
499        * Added PS/2 and Serial mouse support for PC386 BSP.
500        * console/defkeymap.c: New file.
501        * console/fb_vga.c: New file.
502        * console/fb_vga.h: New file.
503        * console/i386kbd.h: New file.
504        * console/kd.h: New file.
505        * console/keyboard.c: New file.
506        * console/keyboard.h: New file.
507        * console/mouse_parser.c: New file.
508        * console/mouse_parser.h: New file.
509        * console/pc_keyb.c: New file.
510        * console/ps2_drv.h: New file.
511        * console/ps2_mouse.c: New file.
512        * console/ps2_mouse.h: New file.
513        * console/serial_mouse.c: New file.
514        * console/serial_mouse.h: New file.
515        * console/vgainit.c: New file.
516        * console/vt.c: New file.
517        * console/Makefile.am: Reflect new files.
518        * console/console.c, console/inch.c, console/outch.c: Console
519        functionality modifications.
520        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
521
5222000-08-10      Joel Sherrill <joel@OARcorp.com>
523
524        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.