source: rtems/c/src/lib/libbsp/i386/shared/ChangeLog @ 6a1382a9

Last change on this file since 6a1382a9 was 4035637, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/03 at 17:06:17

2003-08-21 Till Strauman <strauman@…>

PR 456/bsps

  • irq/irq.c: Fix race condition when installing an ISR.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12003-08-21      Till Strauman <strauman@slac.stanford.edu>
2
3        PR 456/bsps
4        * irq/irq.c: Fix race condition when installing an ISR.
5
62003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
7
8        PR 428/bsps
9        PR 432/bsps
10        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
11        is copied from motorola_shared.
12
132003-03-18      Joel Sherrill <joel@OARcorp.com>
14
15        * comm/GDB.HOWTO: Updated.
16
172002-10-31      Joel Sherrill <joel@OARcorp.com>
18
19        * comm/i386-stub.c: Fixed places where debug_error() was not called
20        with enough arguments.
21
222002-10-31      Joel Sherrill <joel@OARcorp.com>
23
24        * comm/i386-stub.c: Removed warnings.
25
262002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * pci/pcibios.c: #include <string.h>.
29
302002-08-05      Eric Norum <eric.norum@usask.ca>
31
32        * pci/pcibios.c: Per PR262, removed all asserts so probes for
33        devices that are not present will work.  This lets you have
34        multiple PCI Ethernet drivers in an application and dynamically
35        use the one for the card othat is present.
36
372002-07-16      Eric Norum <eric.norum@usask.ca>
38
39        * comm/uart.c: I am using a PC-104 card with no video output.  I
40        found that things would lock up if a printk was followed closely by
41        a printf when BSPConsolePort = BSP_UART_COM2 and
42        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
43        printf/printk calls can be intermingled with no apparent problems.
44
452002-05-01      Eric Norum <eric.norum@usask.ca>
46
47        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
48        startup/page_table.c: Per PR200 fix multi-line inline assembly
49        to satisfy gcc 3.1 and newer.
50
512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
62
632001-10-12      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Fixed typo.
66
672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
70        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
71        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
72
732001-08-16      Mike Siers <mikes@poliac.com>
74
75        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
76
772001-07-03      Mike Seirs <mike@poliac.com>
78
79        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
80        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
81        default I/O mode to be IRQ.  If you want to use task I/O mode,
82        then the tty_drv.c file needs to be modified.  Basically, all
83        you need to change is the data values of the termios callbacks
84        structure.  This callback structure is used in the tty1_open
85        and tty2_open functions.  The values you need to set are commented
86        out in the source code.
87
882001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
91        * io/Makefile.am: Ditto.
92        * irq/Makefile.am: Ditto.
93        * pci/Makefile.am: Ditto.
94
952000-10-19      Joel Sherrill <joel@OARcorp.com>
96
97        * common/uart.h: Added prototype for BSP_uart_set_baud().
98
992000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
100
101        * comm/uart.c (BSP_uart_init): Save more line state parameters.
102
1032000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
104
105        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
106        Add the ability to set parity, number of data bits and
107        number of stop bits to the existing i386 serial drivers.
108
1092000-10-17      Joel Sherrill <joel@OARcorp.com>
110
111        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
112        i386 RTEMS can be multilib'ed.
113
1142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * io/Makefile.am: Formatting.
117
1182000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
119
120        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
121        the i386 BSPs.
122        * shared/comm/gdb_glue.c: New file.
123        * shared/comm/i386_io.c: New file.
124        * shared/comm/tty_drv.c: New file.
125        * shared/comm/tty_drv.h: New file.
126        * shared/comm/Makefile.am: Account for new files.
127        * shared/comm/uart.c: Adds support for sending characters to
128        another "line discipline."
129
1302000-08-10      Joel Sherrill <joel@OARcorp.com>
131
132        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.