source: rtems/c/src/lib/libbsp/i386/ChangeLog @ b8fc2de1

4.115
Last change on this file since b8fc2de1 was b8fc2de1, checked in by Joel Sherrill <joel.sherrill@…>, on 02/14/11 at 21:35:48

2011-02-14 Joel Sherrill <joel.sherrilL@…>

  • shared/irq/irq_asm.S: Fix typo.
  • Property mode set to 100644
File size: 17.6 KB
Line 
12011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * shared/irq/irq_asm.S: Fix typo.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
8        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
9        shared/pci/pcibios.c:
10        Use "__asm__" instead of "asm" for improved c99-compliance.
11
122011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Require autoconf-2.68, automake-1.11.1.
15
162011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
17
18        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
19        shared/irq/irq_asm.h: Fix typo where license said found in found in.
20
212011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
24
252011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
28        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
29        Remove CVS Headers.
30
312011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
32
33        * shared/irq/irq_asm.S: Fix spelling.
34
352010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
38
392010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        PR 1573/cpukit
42        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
43        which contains the information required by RTEMS for each CPU core.
44        This encapsulates information such as thread executing, heir, idle
45        and dispatch needed.
46
472010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * shared/comm/GDB.HOWTO: Remove more ITRON references.
50
512010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * shared/irq/irq_asm.S: Fix capitalization.
54
552010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
56
57        * shared/irq/irq-config.h: Removed file.
58        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
59
602010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
63        changes.
64
652009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        PR 1483/cpukit
68        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
69
702009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
73
742009-11-10      Till Straumann <strauman@slac.stanford.edu>
75
76        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
77        shared/irq/irq_asm.S: Added experimental SSE support.
78
792009-10-29      Till Straumann <strauman@slac.stanford.edu>
80
81        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
82        for *all* C-routines (including _Thread_Dispatch() and
83        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
84
85        * shared/irq/irq.c: Added IRQ statistics counters.
86
872009-10-29      Till Straumann <strauman@slac.stanford.edu>
88
89        * shared/irq/irq_asm.S: Beautification; ajusted margins and
90        spaces to make the whole thing more readable.
91
922009-10-29      Till Straumann <strauman@slac.stanford.edu>
93
94        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
95        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
96        This has never been used and removing it simplifies the assembly
97        code.
98
992009-10-28      Till Straumann <strauman@slac.stanford.edu>
100
101        * shared/irq/irq_asm.S: Make sure stack is aligned to
102        CPU_STACK_ALIGNMENT before invoking C-code.
103
1042009-10-17      Chris Johns <chrisj@rtems.org>
105
106        * shared/irq/idt.c: Check is the irq handlers are present before
107        calling.
108        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
109        the handlers need to be present. Fixed the warnings.
110
1112009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        PR 1445/BSPs
114        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
115
1162009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
119        renamed to rtems_termios_baud_to_number.
120
1212009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
122
123        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
124        to use generic interrupt support.
125        * shared/irq/irq-config.h: New file.
126
1272009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
130        shared/pci/pcibios.c: Fixed warnings.
131
1322009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        PR 1385/cpukit
135        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
136        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
137        dispatching code accesses two boolean variables for scheduling
138        purposes and the assembly implementations of this code did not get
139        updated.
140
1412009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
144        interrupt support to i386.
145
1462009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * shared/irq/irq.h: Fix spelling error.
149
1502008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * shared/comm/i386-stub.c: Include stdbool.h.
153
1542008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
157
1582008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
161        warnings and ensure BSP still works.
162
1632008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
166        prototypes, types, etc.
167
1682008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
171        Add missing prototypes.
172        * shared/irq/irq_init.c: Add missing prototypes.
173
1742008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
177        termios Bxxx constants to xxx as an integer. Use the shared
178        termios_baud_to_number() routine to do the same conversion.
179
1802008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * shared/comm/tty_drv.c: Remove all references to
183        console_reserve_resources and termios_reserve_resources.
184
1852007-11-06      Till Straumann <strauman@slac.stanford.edu>
186
187        * shared/irq/irq.c: test for non-NULL-ness before calling
188        'on'/'off' methods so that users don't have to provide
189        no-ops if they don't want this feature.
190
1912007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        PR 1257/bsps
194        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
195        outside of cpukit should use the public API for
196        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
197        public API and directly accessing _CPU_ISR_Disable and
198        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
199        directive which could lead to problems. This patch also changes the
200        type of the variable passed into these routines and addresses minor
201        style issues.
202
2032007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * shared/pci/pcibios.c, shared/pci/pcibios.h:
206        Reflect changes to rtems/pci.h. Convert to using
207        stdint fixed-size types.
208
2092006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * shared/irq/idt.c: unsigned limits to match with
212          i386_get_info_from_IDTR.
213
2142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: New BUG-REPORT address.
217
2182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Require autoconf-2.60. Require automake-1.10.
221
2222006-07-12      Till Straumann <strauman@slac.stanford.edu>
223
224        * shared/pci/pcibios.c: let pci_find_device() return
225        -1 on failure, not just non-zero status. I found that
226        some driver(s) [e.g. dec21140] explicitely check for -1.
227
2282005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * shared/irq/idt.c: Reflect API changes.
231
2322005-11-02      Till Straumann <strauman@slac.stanford.edu>
233
234        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
235        pcibios call which already provides the functionality (PR#832)
236
2372005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
240        shared/comm/tty_drv.h: Remove CVS Log.
241
2422005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Merge-in shared/Makefile.am.
245        * ChangeLog: Merge-in shared/ChangeLog.
246        * configure.ac: Remove shared/Makefile.am.
247
2482005-05-23      Joel Sherrill <joel@OARcorp.com>
249
250        * shared/comm/i386-stub.c: Make get_char() static since it is such a
251        common name and conflicts with names in the standard Ada run-time.
252
2532005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * shared/pci/pcibios.c: Eliminate unsigned8.
256
2572005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
258
259        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
260        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
261        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
262        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
263        subdirectory.
264
2652005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
266
267        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
268        modifications for a generic PCI interface       Added wrapper
269        routines for pci read/write configuration data
270
2712005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
272
273        * shared/comm/tty_drv.c: Modified to support addition of parameter
274        to ISRs.
275
2762005-04-26      Joel Sherrill <joel@OARcorp.com>
277
278        * shared/pci/pcibios.c: Reformatted.
279
2802005-04-18      Eric Valette <eric.valette@free.fr>
281
282        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
283        shared/irq/irq_init.c: Added parameter to irq handler
284
2852005-03-14      Joel Sherrill <joel@OARcorp.com>
286
287        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
288        unification. All use pci_find_device().
289
2902005-03-04      Joel Sherrill <joel@OARcorp.com>
291
292        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
293        function part of the unified PCI API as pci_initialize().
294
2952005-01-19      Joel Sherrill <joel@OARcorp.com>
296
297        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
298        shared/comm/uart.c: Fix errors caught by gcc 4.x.
299
3002005-01-04      Joel Sherrill <joel@OARcorp.com>
301
302        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
303
3042004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
305
306        PR 608/bsps
307        * shared/pci/pcibios.c: BusCountPCI().
308
3092004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * configure.ac: Require automake > 1.9.
312
3132004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
316
3172004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
320
3212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
324        * acinclude.m4: Regenerate.
325
3262004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
329
3302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * shared/Makefile.am: Add PREINSTALL_DIRS.
333
3342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
337        PRE/TMPINSTALL_FILES to CLEANFILES.
338
3392004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
342        $(RTEMS_BSP_FAMILY).
343
3442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * shared/Makefile.am: Use mkdir_p. Remove dirs from
347        PRE/TMPINSTALL_FILES.
348        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
349
3502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * shared/Makefile.am: Merge-in Makefile.ams above. Add
353        preinstallation dirstamp support.
354        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
355        shared/pci/Makefile, shared/irq/Makefile.
356        * shared/io/.cvsignore, shared/pci/Makefile.am,
357        shared/irq/Makefile.am, shared/io/Makefile.am,
358        shared/comm/Makefile.am: Remove.
359
3602003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * acinclude.m4: Reflect changes to bootstrap.
363        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
364
3652003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * shared/comm/uart.h: Add extern "C" guards.
368        * shared/pci/pcibios.h: Ditto.
369
3702003-09-04      Joel Sherrill <joel@OARcorp.com>
371
372        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
373        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
374        shared/irq/irq_init.c: URL for license changed.
375
3762003-08-21      Till Strauman <strauman@slac.stanford.edu>
377
378        PR 456/bsps
379        * shared/irq/irq.c: Fix race condition when installing an ISR.
380
3812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Reflect having moved aclocal/.
384
3852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
388        shared/io/Makefile.am, shared/irq/Makefile.am,
389        shared/pci/Makefile.am: Reflect having moved automake/.
390
3912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Use rtems-bugs@rtems.com as bug report email
394        address.
395
3962003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
397
398        PR 428/bsps
399        PR 432/bsps
400        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
401        BSP_pci_Find_Device() which is copied from motorola_shared.
402
4032003-03-18      Joel Sherrill <joel@OARcorp.com>
404
405        * shared/comm/GDB.HOWTO: Updated.
406
4072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Remove AC_CONFIG_AUX_DIR.
410
4112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
414        * configure.ac: AC_PREREQ(2.57).
415
4162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
419
4202002-10-31      Joel Sherrill <joel@OARcorp.com>
421
422        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
423        called with enough arguments.
424        * shared/comm/i386-stub.c: Removed warnings.
425
4262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
429
4302002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * shared/pci/pcibios.c: #include <string.h>.
433
4342002-08-05      Eric Norum <eric.norum@usask.ca>
435
436        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
437         devices that are not present will work.  This lets you have
438        multiple PCI Ethernet drivers in an application and dynamically use
439        the one for the card othat is present.
440
4412002-07-16      Eric Norum <eric.norum@usask.ca>
442
443        * shared/comm/uart.c: I am using a PC-104 card with no video output.
444         I found that things would lock up if a printk was followed closely
445        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
446        BSP_UART_COM1.  With this change in place, printf/printk calls can
447        be intermingled with no apparent problems.
448
4492002-05-01      Eric Norum <eric.norum@usask.ca>
450
451        * shared/console/console.c, shared/fatal/bspfatal.c,
452        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
453        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
454
4552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
458        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
459        Remove AUTOMAKE_OPTIONS.
460        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
461        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
462
4632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
466
4672001-10-12      Joel Sherrill <joel@OARcorp.com>
468
469        * shared/startup/linkcmds: Fixed typo.
470
4712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
474        * configure.ac: New file, generated from configure.in by autoupdate.
475        * configure.in: Remove.
476
4772001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * acinclude.m4: New file.
480        * configure.in: Use RTEMS_BSP_SUBDIR.
481
4822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * shared/irq/Makefile.am, shared/comm/Makefile.am,
485        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
486
4872001-08-16      Mike Siers <mikes@poliac.com>
488
489        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
490        and paste bugs.
491
4922001-07-03      Mike Seirs <mike@poliac.com>
493
494        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
495        Adds the capability to use task driven serial I/O to ti386 BSPs.
496        This patch leaves thex default I/O mode to be IRQ.  If you want to
497        use task I/O mode, then the tty_drv.c file needs to be modified.
498        Basically, all you need to change is the data values of the termios
499        callbacks structure.  This callback structure is used in the
500        tty1_open and tty2_open functions.  The values you need to set are
501        commented out in the source code.
502
5032001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
506        * shared/io/Makefile.am, shared/irq/Makefile.am,
507        shared/pci/Makefile.am: Ditto.
508
5092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
512
5132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
516        $(RTEMS_TOPdir)/aclocal.
517
5182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
521        GNU canonicalization.
522
5232000-10-19      Joel Sherrill <joel@OARcorp.com>
524
525        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
526
5272000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
528
529        * shared/comm/uart.c (BSP_uart_init): Save more line state
530        parameters.
531
5322000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
533
534        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
535        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
536        parity, number of data bits and number of stop bits to the existing
537        i386 serial drivers.
538
5392000-10-17      Joel Sherrill <joel@OARcorp.com>
540
541        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
542        libcpu/i386 so  i386 RTEMS can be multilib'ed.
543
5442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * shared/io/Makefile.am: Formatting.
547
5482000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
549
550        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
551        the i386 BSPs.
552        * shared/shared/comm/uart.c: Adds support for sending characters to
553        another "line discipline."
554        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
555        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
556        file.
557        * shared/shared/comm/Makefile.am: Account for new files.
558
5592000-08-10      Joel Sherrill <joel@OARcorp.com>
560
561        * ChangeLog, shared/ChangeLog: New file.
562
Note: See TracBrowser for help on using the repository browser.