source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 1d007c60

4.115
Last change on this file since 1d007c60 was 1d007c60, checked in by Jennifer Averett <Jennifer.Averett@…>, on 07/14/11 at 16:50:22

2011-07-14 Jennifer Averett <Jennifer.Averett@…>

  • shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c, shared/smp/smp-imps.h: New files.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        * shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c,
4        shared/smp/smp-imps.h: New files.
5
62011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
9        Remove CVS-Headers. Add CVS-Ids.
10
112011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
14        rtems_configuration_smp_maximum_processors since it is defined in
15        confdefs.h.
16
172011-04-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
18
19        PR 1768/bsps
20        * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
21        we do not perform a cld before calling C code in the ISR. This was
22        historically not a problem but gcc 4.3 changed the behavior. From
23        http://gcc.gnu.org/gcc-4.3/changes.html
24
252011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
26
27        PR 1729/cpukit
28        * shared/irq/irq_asm.S: Add next step in SMP support. This adds an
29        allocated array of the Per_CPU structures to support multiple cpus vs
30        a single instance of the structure which is still used if SMP support
31        is disabled. Configuration support is also added to explicitly enable
32        or disable SMP. But SMP can only be enabled for the CPUs which will
33        support it initially -- SPARC and i386. With the stub BSP support, a
34        BSP can be run as a single core SMP system from an RTEMS data
35        structure standpoint.
36
372011-03-01      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
40        been removed.).
41
422011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
43
44        * shared/irq/irq_asm.S: Fix typo.
45
462011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
49        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
50        shared/pci/pcibios.c:
51        Use "__asm__" instead of "asm" for improved c99-compliance.
52
532011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Require autoconf-2.68, automake-1.11.1.
56
572011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
58
59        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
60        shared/irq/irq_asm.h: Fix typo where license said found in found in.
61
622011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
63
64        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
65
662011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
69        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
70        Remove CVS Headers.
71
722011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
73
74        * shared/irq/irq_asm.S: Fix spelling.
75
762010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
79
802010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        PR 1573/cpukit
83        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
84        which contains the information required by RTEMS for each CPU core.
85        This encapsulates information such as thread executing, heir, idle
86        and dispatch needed.
87
882010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * shared/comm/GDB.HOWTO: Remove more ITRON references.
91
922010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * shared/irq/irq_asm.S: Fix capitalization.
95
962010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * shared/irq/irq-config.h: Removed file.
99        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
100
1012010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
104        changes.
105
1062009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        PR 1483/cpukit
109        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
110
1112009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
114
1152009-11-10      Till Straumann <strauman@slac.stanford.edu>
116
117        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
118        shared/irq/irq_asm.S: Added experimental SSE support.
119
1202009-10-29      Till Straumann <strauman@slac.stanford.edu>
121
122        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
123        for *all* C-routines (including _Thread_Dispatch() and
124        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
125
126        * shared/irq/irq.c: Added IRQ statistics counters.
127
1282009-10-29      Till Straumann <strauman@slac.stanford.edu>
129
130        * shared/irq/irq_asm.S: Beautification; ajusted margins and
131        spaces to make the whole thing more readable.
132
1332009-10-29      Till Straumann <strauman@slac.stanford.edu>
134
135        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
136        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
137        This has never been used and removing it simplifies the assembly
138        code.
139
1402009-10-28      Till Straumann <strauman@slac.stanford.edu>
141
142        * shared/irq/irq_asm.S: Make sure stack is aligned to
143        CPU_STACK_ALIGNMENT before invoking C-code.
144
1452009-10-17      Chris Johns <chrisj@rtems.org>
146
147        * shared/irq/idt.c: Check is the irq handlers are present before
148        calling.
149        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
150        the handlers need to be present. Fixed the warnings.
151
1522009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        PR 1445/BSPs
155        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
156
1572009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
160        renamed to rtems_termios_baud_to_number.
161
1622009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
163
164        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
165        to use generic interrupt support.
166        * shared/irq/irq-config.h: New file.
167
1682009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
171        shared/pci/pcibios.c: Fixed warnings.
172
1732009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        PR 1385/cpukit
176        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
177        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
178        dispatching code accesses two boolean variables for scheduling
179        purposes and the assembly implementations of this code did not get
180        updated.
181
1822009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
185        interrupt support to i386.
186
1872009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * shared/irq/irq.h: Fix spelling error.
190
1912008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * shared/comm/i386-stub.c: Include stdbool.h.
194
1952008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
198
1992008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
202        warnings and ensure BSP still works.
203
2042008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
207        prototypes, types, etc.
208
2092008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
212        Add missing prototypes.
213        * shared/irq/irq_init.c: Add missing prototypes.
214
2152008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
218        termios Bxxx constants to xxx as an integer. Use the shared
219        termios_baud_to_number() routine to do the same conversion.
220
2212008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * shared/comm/tty_drv.c: Remove all references to
224        console_reserve_resources and termios_reserve_resources.
225
2262007-11-06      Till Straumann <strauman@slac.stanford.edu>
227
228        * shared/irq/irq.c: test for non-NULL-ness before calling
229        'on'/'off' methods so that users don't have to provide
230        no-ops if they don't want this feature.
231
2322007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        PR 1257/bsps
235        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
236        outside of cpukit should use the public API for
237        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
238        public API and directly accessing _CPU_ISR_Disable and
239        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
240        directive which could lead to problems. This patch also changes the
241        type of the variable passed into these routines and addresses minor
242        style issues.
243
2442007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * shared/pci/pcibios.c, shared/pci/pcibios.h:
247        Reflect changes to rtems/pci.h. Convert to using
248        stdint fixed-size types.
249
2502006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * shared/irq/idt.c: unsigned limits to match with
253          i386_get_info_from_IDTR.
254
2552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * configure.ac: New BUG-REPORT address.
258
2592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * configure.ac: Require autoconf-2.60. Require automake-1.10.
262
2632006-07-12      Till Straumann <strauman@slac.stanford.edu>
264
265        * shared/pci/pcibios.c: let pci_find_device() return
266        -1 on failure, not just non-zero status. I found that
267        some driver(s) [e.g. dec21140] explicitely check for -1.
268
2692005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * shared/irq/idt.c: Reflect API changes.
272
2732005-11-02      Till Straumann <strauman@slac.stanford.edu>
274
275        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
276        pcibios call which already provides the functionality (PR#832)
277
2782005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
281        shared/comm/tty_drv.h: Remove CVS Log.
282
2832005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Merge-in shared/Makefile.am.
286        * ChangeLog: Merge-in shared/ChangeLog.
287        * configure.ac: Remove shared/Makefile.am.
288
2892005-05-23      Joel Sherrill <joel@OARcorp.com>
290
291        * shared/comm/i386-stub.c: Make get_char() static since it is such a
292        common name and conflicts with names in the standard Ada run-time.
293
2942005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * shared/pci/pcibios.c: Eliminate unsigned8.
297
2982005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
299
300        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
301        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
302        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
303        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
304        subdirectory.
305
3062005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
307
308        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
309        modifications for a generic PCI interface       Added wrapper
310        routines for pci read/write configuration data
311
3122005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
313
314        * shared/comm/tty_drv.c: Modified to support addition of parameter
315        to ISRs.
316
3172005-04-26      Joel Sherrill <joel@OARcorp.com>
318
319        * shared/pci/pcibios.c: Reformatted.
320
3212005-04-18      Eric Valette <eric.valette@free.fr>
322
323        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
324        shared/irq/irq_init.c: Added parameter to irq handler
325
3262005-03-14      Joel Sherrill <joel@OARcorp.com>
327
328        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
329        unification. All use pci_find_device().
330
3312005-03-04      Joel Sherrill <joel@OARcorp.com>
332
333        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
334        function part of the unified PCI API as pci_initialize().
335
3362005-01-19      Joel Sherrill <joel@OARcorp.com>
337
338        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
339        shared/comm/uart.c: Fix errors caught by gcc 4.x.
340
3412005-01-04      Joel Sherrill <joel@OARcorp.com>
342
343        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
344
3452004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
346
347        PR 608/bsps
348        * shared/pci/pcibios.c: BusCountPCI().
349
3502004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * configure.ac: Require automake > 1.9.
353
3542004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
357
3582004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
361
3622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
365        * acinclude.m4: Regenerate.
366
3672004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
370
3712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * shared/Makefile.am: Add PREINSTALL_DIRS.
374
3752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
378        PRE/TMPINSTALL_FILES to CLEANFILES.
379
3802004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
383        $(RTEMS_BSP_FAMILY).
384
3852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * shared/Makefile.am: Use mkdir_p. Remove dirs from
388        PRE/TMPINSTALL_FILES.
389        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
390
3912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * shared/Makefile.am: Merge-in Makefile.ams above. Add
394        preinstallation dirstamp support.
395        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
396        shared/pci/Makefile, shared/irq/Makefile.
397        * shared/io/.cvsignore, shared/pci/Makefile.am,
398        shared/irq/Makefile.am, shared/io/Makefile.am,
399        shared/comm/Makefile.am: Remove.
400
4012003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * acinclude.m4: Reflect changes to bootstrap.
404        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
405
4062003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * shared/comm/uart.h: Add extern "C" guards.
409        * shared/pci/pcibios.h: Ditto.
410
4112003-09-04      Joel Sherrill <joel@OARcorp.com>
412
413        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
414        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
415        shared/irq/irq_init.c: URL for license changed.
416
4172003-08-21      Till Strauman <strauman@slac.stanford.edu>
418
419        PR 456/bsps
420        * shared/irq/irq.c: Fix race condition when installing an ISR.
421
4222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * Makefile.am: Reflect having moved aclocal/.
425
4262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
429        shared/io/Makefile.am, shared/irq/Makefile.am,
430        shared/pci/Makefile.am: Reflect having moved automake/.
431
4322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Use rtems-bugs@rtems.com as bug report email
435        address.
436
4372003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
438
439        PR 428/bsps
440        PR 432/bsps
441        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
442        BSP_pci_Find_Device() which is copied from motorola_shared.
443
4442003-03-18      Joel Sherrill <joel@OARcorp.com>
445
446        * shared/comm/GDB.HOWTO: Updated.
447
4482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Remove AC_CONFIG_AUX_DIR.
451
4522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
455        * configure.ac: AC_PREREQ(2.57).
456
4572002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
460
4612002-10-31      Joel Sherrill <joel@OARcorp.com>
462
463        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
464        called with enough arguments.
465        * shared/comm/i386-stub.c: Removed warnings.
466
4672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
470
4712002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * shared/pci/pcibios.c: #include <string.h>.
474
4752002-08-05      Eric Norum <eric.norum@usask.ca>
476
477        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
478         devices that are not present will work.  This lets you have
479        multiple PCI Ethernet drivers in an application and dynamically use
480        the one for the card othat is present.
481
4822002-07-16      Eric Norum <eric.norum@usask.ca>
483
484        * shared/comm/uart.c: I am using a PC-104 card with no video output.
485         I found that things would lock up if a printk was followed closely
486        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
487        BSP_UART_COM1.  With this change in place, printf/printk calls can
488        be intermingled with no apparent problems.
489
4902002-05-01      Eric Norum <eric.norum@usask.ca>
491
492        * shared/console/console.c, shared/fatal/bspfatal.c,
493        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
494        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
495
4962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
499        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
500        Remove AUTOMAKE_OPTIONS.
501        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
502        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
503
5042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
507
5082001-10-12      Joel Sherrill <joel@OARcorp.com>
509
510        * shared/startup/linkcmds: Fixed typo.
511
5122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
515        * configure.ac: New file, generated from configure.in by autoupdate.
516        * configure.in: Remove.
517
5182001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * acinclude.m4: New file.
521        * configure.in: Use RTEMS_BSP_SUBDIR.
522
5232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * shared/irq/Makefile.am, shared/comm/Makefile.am,
526        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
527
5282001-08-16      Mike Siers <mikes@poliac.com>
529
530        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
531        and paste bugs.
532
5332001-07-03      Mike Seirs <mike@poliac.com>
534
535        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
536        Adds the capability to use task driven serial I/O to ti386 BSPs.
537        This patch leaves thex default I/O mode to be IRQ.  If you want to
538        use task I/O mode, then the tty_drv.c file needs to be modified.
539        Basically, all you need to change is the data values of the termios
540        callbacks structure.  This callback structure is used in the
541        tty1_open and tty2_open functions.  The values you need to set are
542        commented out in the source code.
543
5442001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
547        * shared/io/Makefile.am, shared/irq/Makefile.am,
548        shared/pci/Makefile.am: Ditto.
549
5502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
553
5542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
557        $(RTEMS_TOPdir)/aclocal.
558
5592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
562        GNU canonicalization.
563
5642000-10-19      Joel Sherrill <joel@OARcorp.com>
565
566        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
567
5682000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
569
570        * shared/comm/uart.c (BSP_uart_init): Save more line state
571        parameters.
572
5732000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
574
575        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
576        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
577        parity, number of data bits and number of stop bits to the existing
578        i386 serial drivers.
579
5802000-10-17      Joel Sherrill <joel@OARcorp.com>
581
582        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
583        libcpu/i386 so  i386 RTEMS can be multilib'ed.
584
5852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * shared/io/Makefile.am: Formatting.
588
5892000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
590
591        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
592        the i386 BSPs.
593        * shared/shared/comm/uart.c: Adds support for sending characters to
594        another "line discipline."
595        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
596        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
597        file.
598        * shared/shared/comm/Makefile.am: Account for new files.
599
6002000-08-10      Joel Sherrill <joel@OARcorp.com>
601
602        * ChangeLog, shared/ChangeLog: New file.
603
Note: See TracBrowser for help on using the repository browser.