|
2
|
1 1999-04-20 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
2 |
|
|
3 * src/arm/aeb_serial.c: |
|
|
4 * src/arm/pid_serial_with_ints.c: Fix default baud rate if unbuffered. |
|
|
5 |
|
|
6 1999-04-15 Jesper Skov <jskov@cygnus.co.uk> |
|
|
7 PR 19752 |
|
|
8 * tests/serial3.c: |
|
|
9 * tests/serial5.c: |
|
|
10 Run these tests at a lower baud rate on ARM AEB. |
|
|
11 |
|
|
12 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> |
|
|
13 PR 19839 |
|
|
14 * src/mn10300/mn10300_serial.c: |
|
|
15 Fix compiler warnings. |
|
|
16 |
|
|
17 1999-04-14 Bart Veer <bartv@cygnus.co.uk> |
|
|
18 |
|
|
19 * include/pkgconf/io_serial.h: |
|
|
20 Reparent the board-specific serial devices below the actual boards. |
|
|
21 |
|
|
22 1999-04-13 Jesper Skov <jskov@cygnus.co.uk> |
|
|
23 |
|
|
24 * tests/ser_test_protocol.inl: |
|
|
25 NA when run from simulator. |
|
|
26 |
|
|
27 1999-04-12 Jesper Skov <jskov@cygnus.co.uk> |
|
|
28 |
|
|
29 * tests/ser_test_protocol.inl: |
|
|
30 Disabled 115200 for MN10300. |
|
|
31 Reclaim interrupt vectors from CygMon when testing on SLEB. |
|
|
32 |
|
|
33 1999-04-09 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
34 |
|
|
35 * include/serial.h: Change SERIAL_CHANNEL setup so all channels |
|
|
36 have serial callbacks, regardless of buffering. |
|
|
37 |
|
|
38 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> |
|
|
39 |
|
|
40 * src/common/tty.c: |
|
|
41 * include/pkgconf/io_serial.h: |
|
|
42 Added new ttydiag device layered on top of haldiag, so that tty0 |
|
|
43 can be layered on top of ser0. |
|
|
44 |
|
|
45 1999-04-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
46 |
|
|
47 * tests/tty1.c: [added] |
|
|
48 * tests/tty2.c: [added] |
|
|
49 * tests/PKGconf.mak: |
|
|
50 * tests/ser_test_protocol.inl: |
|
|
51 Added two simple TTY tests. |
|
|
52 |
|
|
53 1999-04-07 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
54 |
|
|
55 * src/sparclite/sleb_sdtr.h: Include cyg/hal/hal_io.h for I/O |
|
|
56 macros instead of hal_diag.h where they had evolved before. |
|
|
57 |
|
|
58 1999-04-06 Jesper Skov <jskov@cygnus.co.uk> |
|
|
59 |
|
|
60 * tests/serial4.c (serial_test): |
|
|
61 * tests/serial3.c (serial_test): |
|
|
62 Reduce packet sizes. |
|
|
63 |
|
|
64 1999-03-31 Jesper Skov <jskov@cygnus.co.uk> |
|
|
65 |
|
|
66 * tests/ser_test_protocol.inl: Added remaining targets to the |
|
|
67 test. |
|
|
68 |
|
|
69 1999-03-31 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
70 |
|
|
71 * src/sparclite/sleb_sdtr.c (sleb_sdtr_start_xmit): Fix timing race |
|
|
72 when enabling xmit interrupts. |
|
|
73 |
|
|
74 1999-03-26 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
75 |
|
|
76 * src/sparclite/sleb_sdtr.c: Change how the port is set up. The transmitter |
|
|
77 is now always enabled, just the interrupts are masked/unmasked to control it. |
|
|
78 This lets the serial driver cooperate with Cygmon on the port used for GDB. |
|
|
79 Note that currently serial input does not work for CON1 since Cygmon is |
|
|
80 taking all of the receive interrupts for itself. |
|
|
81 (sleb_sdtr_tx_DSR): Need to keep track whether xmit interrupt should be |
|
|
82 enabled - otherwise it can get enabled incorrectly and we get interrupted |
|
|
83 to death! |
|
|
84 |
|
|
85 1999-03-26 Jesper Skov <jskov@cygnus.co.uk> |
|
|
86 |
|
|
87 * tests/ser_test_protocol.inl: Send a DONE message after a no-echo |
|
|
88 binary packet. |
|
|
89 |
|
|
90 1999-03-26 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
91 |
|
|
92 * tests/serial5.c: |
|
|
93 * tests/serial4.c: |
|
|
94 * tests/serial3.c: |
|
|
95 * tests/serial2.c: |
|
|
96 * tests/serial1.c: |
|
|
97 Make these build when no kernel present; include of testcase |
|
|
98 was the wrong side of the ifdef. |
|
|
99 |
|
|
100 1999-03-26 Jesper Skov <jskov@cygnus.co.uk> |
|
|
101 |
|
|
102 * tests/serial5.c: |
|
|
103 * tests/serial4.c: |
|
|
104 * tests/serial3.c: |
|
|
105 * tests/serial2.c: |
|
|
106 * tests/serial1.c: |
|
|
107 Moved NOP check to ser_test_protocol open call. |
|
|
108 |
|
|
109 * tests/ser_test_protocol.inl: Make sure the proper device is |
|
|
110 selected for testing. Do NOP check in open call. |
|
|
111 |
|
|
112 1999-03-25 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
113 |
|
|
114 * include/pkgconf/io_serial.h: |
|
|
115 * misc/console.c: |
|
|
116 * src/arm/aeb_serial.c: |
|
|
117 * src/arm/pid_serial_with_ints.c: |
|
|
118 * src/common/tty.c: |
|
|
119 * src/mips/tx3904_serial.c: |
|
|
120 * src/mn10300/mn10300_serial.c: |
|
|
121 * src/powerpc/cogent_serial_with_ints.c: |
|
|
122 * src/sparclite/sleb_sdtr.c: Update CDL to follow naming conventions. |
|
|
123 |
|
|
124 * src/mips/tx3904_serial.c (tx3904_serial_config_port): |
|
|
125 Make sure port is enabled (CDL) before using it. |
|
|
126 |
|
|
127 * src/mn10300/mn10300_serial.c (mn10300_serial_config_port): |
|
|
128 * src/powerpc/cogent_serial_with_ints.c (cogent_serial_config_port): |
|
|
129 * src/arm/aeb_serial.c (aeb_serial_config_port): |
|
|
130 * src/arm/pid_serial_with_ints.c (pid_serial_config_port): Change so that |
|
|
131 the physical port is not modified unless the provided configuration is valid. |
|
|
132 |
|
|
133 * src/sparclite/sleb_sdtr.c (sleb_sdtr_config_port): |
|
|
134 Using wrong config data. |
|
|
135 |
|
|
136 * include/serialio.h: Add macros to support baud rate from CDL. |
|
|
137 |
|
|
138 * include/pkgconf/io_serial.h: |
|
|
139 * src/mn10300/mn10300_serial.c: |
|
|
140 * src/mips/tx3904_serial.c (tx3904_serial_ISR): |
|
|
141 * src/sparclite/sleb_sdtr.c: |
|
|
142 * src/powerpc/cogent_serial_with_ints.c: |
|
|
143 * src/arm/pid_serial_with_ints.c: |
|
|
144 * src/arm/aeb_serial.c: Add configury for baud rate and buffer size. |
|
|
145 |
|
|
146 1999-03-24 Nick Garnett <nickg@cygnus.co.uk> |
|
|
147 |
|
|
148 * src/mips/tx3904_serial.c: |
|
|
149 Now uses CYGHWR_HAL_MIPS_CPU_FREQ_ACTUAL to get CPU |
|
|
150 frequency. This is a little more accurate than using |
|
|
151 CYGHWR_HAL_MIPS_CPU_FREQ. |
|
|
152 |
|
|
153 1999-03-24 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
154 |
|
|
155 * include/serialio.h (CYGNUM_SERIAL_BAUD_MIN/MAX): Add for completeness. |
|
|
156 |
|
|
157 * src/arm/aeb_serial.c (aeb_serial_stop_xmit): |
|
|
158 * src/arm/pid_serial_with_ints.c (pid_serial_stop_xmit): Fix typo in comment. |
|
|
159 |
|
|
160 1999-03-24 Jesper Skov <jskov@cygnus.co.uk> |
|
|
161 |
|
|
162 * tests/ser_test_protocol.inl: Weeded out configs TX39 doesn't |
|
|
163 like. |
|
|
164 |
|
|
165 * src/powerpc/cogent_serial.h: |
|
|
166 Added copyright header. |
|
|
167 |
|
|
168 * tests/ser_test_protocol.inl: |
|
|
169 * tests/serial1.c: |
|
|
170 * tests/serial2.c: |
|
|
171 * tests/serial3.c: |
|
|
172 * tests/serial4.c: |
|
|
173 * tests/serial5.c: |
|
|
174 Don't try to run tests when no IO device has been specified. |
|
|
175 |
|
|
176 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
177 |
|
|
178 * misc/serial1.c, misc/serial2.c, misc/serial3.c, misc/serial4.c, |
|
|
179 * misc/serial5.c, misc/ser_test_protocol.inl |
|
|
180 Deleted. |
|
|
181 |
|
|
182 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
183 |
|
|
184 * misc/PKGconf.mak: |
|
|
185 * tests/timeout.inl: |
|
|
186 * tests/PKGconf.mak: |
|
|
187 * tests/serial1.c: |
|
|
188 * tests/serial2.c: |
|
|
189 * tests/serial3.c: |
|
|
190 * tests/serial4.c: |
|
|
191 * tests/serial5.c: |
|
|
192 * tests/ser_test_protocol.inl: |
|
|
193 Moved the serial tests from the misc directory to the tests |
|
|
194 directory. |
|
|
195 |
|
|
196 1999-03-23 Nick Garnett <nickg@cygnus.co.uk> |
|
|
197 |
|
|
198 * src/mn10300/mn10300_serial.c: Now initially mask TX interrupts |
|
|
199 at initialization and unmask/remask in start/stop xmit |
|
|
200 routines. This has no real effect on the hardware, but the |
|
|
201 simulator does not implement the LCR_TXE bit properly, resulting |
|
|
202 in spurious TX interrupts during diagnostic output. |
|
|
203 This was the cause of the slow output reported in PR 19559. |
|
|
204 |
|
|
205 1999-03-23 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
206 |
|
|
207 * include/pkgconf/io_serial.h: Fix "display" strings to have appropriate |
|
|
208 case - mostly lower case. |
|
|
209 |
|
|
210 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
211 |
|
|
212 * misc/console.c: |
|
|
213 * misc/serial.c: |
|
|
214 * misc/serial1.c: |
|
|
215 * misc/serial2.c: |
|
|
216 * misc/serial3.c: |
|
|
217 * misc/serial4.c: |
|
|
218 * misc/serial5.c: |
|
|
219 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of |
|
|
220 CYGNUM_HAL_MINIMUM_STACK_SIZE. |
|
|
221 |
|
|
222 1999-03-22 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
223 |
|
|
224 * src/mn10300/mn10300_serial.c: |
|
|
225 * src/mips/tx3904_serial.c: Add CDL configury. |
|
|
226 |
|
|
227 * include/pkgconf/io_serial.h: Update CDL to add device name |
|
|
228 configurability for all devices. |
|
|
229 |
|
|
230 * src/sparclite/sleb_sdtr.c: |
|
|
231 * src/powerpc/cogent_serial_with_ints.c: |
|
|
232 * src/arm/aeb_serial.c: |
|
|
233 * src/arm/pid_serial_with_ints.c: Use CDL configured device names. |
|
|
234 |
|
|
235 1999-03-22 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
236 |
|
|
237 * misc/serial1.c: |
|
|
238 * misc/serial2.c: |
|
|
239 * misc/serial3.c: |
|
|
240 * misc/serial4.c: |
|
|
241 * misc/serial5.c: |
|
|
242 Requires kernel as well. |
|
|
243 |
|
|
244 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> |
|
|
245 |
|
|
246 * src/sparclite/sleb_sdtr.c: |
|
|
247 Moved include statement to avoid warnings. |
|
|
248 |
|
|
249 1999-03-19 Jesper Skov <jskov@cygnus.co.uk> |
|
|
250 |
|
|
251 * misc/ser_test_protocol.inl: |
|
|
252 * misc/serial5.c: |
|
|
253 * misc/PKGconf.mak: |
|
|
254 Replace complex and not very stable duplex test with a simpler |
|
|
255 test that works better. |
|
|
256 Added serial5 using that test. |
|
|
257 |
|
|
258 1999-03-19 Jesper Skov <jskov@cygnus.co.uk> |
|
|
259 |
|
|
260 * misc/PKGconf.mak: |
|
|
261 * misc/serial1.c: |
|
|
262 * misc/serial2.c: |
|
|
263 Added API test and made serial2 do simple string output. |
|
|
264 |
|
|
265 1999-03-19 Jesper Skov <jskov@cygnus.co.uk> |
|
|
266 |
|
|
267 * src/powerpc/cogent_serial_with_ints.c: Changed ToDo comment. |
|
|
268 |
|
|
269 1999-03-19 Jesper Skov <jskov@lassi.cygnus.co.uk> |
|
|
270 |
|
|
271 * src/powerpc/cogent_serial_with_ints.c: |
|
|
272 * src/arm/aeb_serial.c: |
|
|
273 * src/arm/pid_serial_with_ints.c: |
|
|
274 Moved include statement to avoid warnings. |
|
|
275 |
|
|
276 1999-03-19 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
277 |
|
|
278 * include/pkgconf/io_serial.h: More CDL problems. |
|
|
279 |
|
|
280 1999-03-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
281 |
|
|
282 * include/pkgconf/io_serial.h: Add CDL for SPARClite SLEB. |
|
|
283 |
|
|
284 * src/powerpc/cogent_serial_with_ints.c: |
|
|
285 * src/arm/pid_serial_with_ints.c: |
|
|
286 * src/arm/aeb_serial.c: Update device names to match CDL. |
|
|
287 |
|
|
288 * include/pkgconf/io_serial.h: Change names for serial ports to |
|
|
289 be CYGPKG_IO_SERIAL_<arch>_<platform>_<port>. |
|
|
290 |
|
|
291 1999-03-18 Jesper Skov <jskov@cygnus.co.uk> |
|
|
292 |
|
|
293 * misc/ser_test_protocol.inl: |
|
|
294 * misc/serial2.c: |
|
|
295 First stab at the duplex binary test. Still much fun to be had... |
|
|
296 |
|
|
297 1999-03-18 Jesper Skov <jskov@cygnus.co.uk> |
|
|
298 |
|
|
299 * misc/ser_test_protocol.inl: Added timeout for PING. |
|
|
300 |
|
|
301 1999-03-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
302 |
|
|
303 * src/common/serial.c: Change ABORT functionality to be DSR safe. |
|
|
304 (serial_get_config): Fix typo! |
|
|
305 |
|
|
306 * include/pkgconf/io_serial.h: Small change in CDL to make serial |
|
|
307 devices tied to the platform and not the serial I/O package. This |
|
|
308 means that only the devices appropriate to a given platform can be |
|
|
309 enabled. |
|
|
310 |
|
|
311 * misc/serial.c: Better use of alarms - only trigger at the time of |
|
|
312 the next timeout. Moved timeout functions to new file "timeout.inl". |
|
|
313 |
|
|
314 * src/common/serial.c (serial_get_config): Add support for |
|
|
315 CYG_IO_GET_CONFIG_SERIAL_INPUT_FLUSH and CYG_IO_GET_CONFIG_SERIAL_ABORT. |
|
|
316 |
|
|
317 * misc/serial.c: Add simple timeout mechanisms. |
|
|
318 |
|
|
319 1999-03-17 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
320 |
|
|
321 * src/powerpc/cogent_serial_with_ints.c: |
|
|
322 * src/arm/aeb_serial.c: |
|
|
323 * src/arm/pid_serial_with_ints.c: Conditionalize based on CDL. |
|
|
324 |
|
|
325 * include/pkgconf/io_serial.h: Add some CDL configury - not perfect |
|
|
326 because of current ~CDL limitations. |
|
|
327 |
|
|
328 1999-03-17 Jesper Skov <jskov@cygnus.co.uk> |
|
|
329 |
|
|
330 * misc/serial2.c: Cleaned up a bit. Used for hacking new tests. |
|
|
331 |
|
|
332 1999-03-17 Jesper Skov <jskov@cygnus.co.uk> |
|
|
333 |
|
|
334 * misc/PKGconf.mak: |
|
|
335 * misc/ser_test_protocol.inl: |
|
|
336 * misc/serial2.c: |
|
|
337 * misc/serial3.c: |
|
|
338 * misc/serial4.c: |
|
|
339 Put testing protocol implementation in a separate file. Split the |
|
|
340 tests in serial2 into separate files. |
|
|
341 |
|
|
342 1999-03-16 Nick Garnett <nickg@cygnus.co.uk> |
|
|
343 |
|
|
344 * src/mn10300/mn10300_serial.c: Fixed some compiler warnings. |
|
|
345 |
|
|
346 1999-03-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
347 |
|
|
348 * include/pkgconf/io_serial.h: Change default configurations. |
|
|
349 No serial drivers enabled for PID port A or AEB. |
|
|
350 |
|
|
351 * src/sparclite/sleb_sdtr.c: |
|
|
352 * src/powerpc/cogent_serial_with_ints.c: |
|
|
353 * src/arm/aeb_serial.c: |
|
|
354 * src/arm/pid_serial_with_ints.c: |
|
|
355 * src/common/haldiag.c: |
|
|
356 * src/common/tty.c: |
|
|
357 * src/common/serial.c: Add 'CYGDBG_IO_INIT' for control of init |
|
|
358 messages. |
|
|
359 |
|
|
360 * src/powerpc/cogent_serial_with_ints.c: |
|
|
361 * src/sparclite/sleb_sdtr.c: |
|
|
362 * src/arm/aeb_serial.c: |
|
|
363 * src/arm/pid_serial_with_ints.c: Don't include <cyg/kernel/kapi.h> |
|
|
364 |
|
|
365 1999-03-15 Jesper Skov <jskov@cygnus.co.uk> |
|
|
366 |
|
|
367 * misc/serial2.c (serial_test): Fix use of strlen. Fix DONE part |
|
|
368 of binary protocol. |
|
|
369 |
|
|
370 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> |
|
|
371 |
|
|
372 * misc/serial2.c: Play a bit with timing. Think I broke it :( |
|
|
373 Added DONE to BINARY packet. |
|
|
374 Proper call to DRAIN. |
|
|
375 |
|
|
376 1999-03-12 Nick Garnett <nickg@cygnus.co.uk> |
|
|
377 |
|
|
378 * src/mips/tx3904_serial.c: Tidied away some debugging code. |
|
|
379 |
|
|
380 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> |
|
|
381 |
|
|
382 * misc/serial2.c: Removed bogus config changes. |
|
|
383 |
|
|
384 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> |
|
|
385 |
|
|
386 * misc/serial2.c (serial_test): Check for ser_filter on host (PING |
|
|
387 packet). |
|
|
388 |
|
|
389 1999-03-11 Jesper Skov <jskov@cygnus.co.uk> |
|
|
390 |
|
|
391 * src/powerpc/cogent_serial_with_ints.c: Added note. |
|
|
392 |
|
|
393 * misc/serial2.c: |
|
|
394 Added (almost) proper configuration handling. |
|
|
395 Run tests on varying configurations. |
|
|
396 |
|
|
397 1999-03-11 Nick Garnett <nickg@cygnus.co.uk> |
|
|
398 |
|
|
399 * src/mips/tx3904_serial.c: |
|
|
400 Many changes to get working. |
|
|
401 |
|
|
402 * misc/console.c (console_test): Fixed compiler warning. |
|
|
403 |
|
|
404 * misc/serial2.c: |
|
|
405 Added device name for TX39 testing. |
|
|
406 Fixed some bugs in Tcyg_io_write() macro. |
|
|
407 |
|
|
408 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> |
|
|
409 |
|
|
410 * misc/serial2.c: Added target specific test device name. |
|
|
411 |
|
|
412 1999-03-10 John Dallaway <jld@cygnus.co.uk> |
|
|
413 |
|
|
414 * include/pkgconf/io_serial.h: Correct CDL description spelling. |
|
|
415 |
|
|
416 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> |
|
|
417 |
|
|
418 * src/powerpc/cogent_serial_with_ints.c: |
|
|
419 * misc/console.c: |
|
|
420 Fixed compiler warnings. |
|
|
421 |
|
|
422 1999-03-10 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
423 |
|
|
424 * include/pkgconf/io_serial.h: Improve CDL descriptions. |
|
|
425 |
|
|
426 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> |
|
|
427 |
|
|
428 * misc/serial2.c (serial_test): Do some more tests with changed |
|
|
429 baud rates. |
|
|
430 |
|
|
431 1999-03-09 Jesper Skov <jskov@cygnus.co.uk> |
|
|
432 |
|
|
433 * misc/serial2.c (serial_test): Added workaround for spurious byte |
|
|
434 problem. Added a few more tests to run. |
|
|
435 |
|
|
436 * src/powerpc/cogent_serial_with_ints.c |
|
|
437 (cogent_serial_config_port): Remove interrupt enabling. |
|
|
438 |
|
|
439 1999-03-09 Nick Garnett <nickg@cygnus.co.uk> |
|
|
440 |
|
|
441 * src/PKGconf.mak: |
|
|
442 * src/mips/tx3904_serial.c: |
|
|
443 Added initial version of TX39 device driver. Currently untested |
|
|
444 but eliminates PR19445. |
|
|
445 |
|
|
446 1999-03-09 Jesper Skov <jskov@cygnus.co.uk> |
|
|
447 |
|
|
448 * misc/serial2.c: DRAIN function works now. |
|
|
449 |
|
|
450 1999-03-09 Jesper Skov <jskov@cygnus.co.uk> |
|
|
451 |
|
|
452 * include/pkgconf/io_serial.h: Only enable one serial driver per |
|
|
453 default. |
|
|
454 |
|
|
455 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
456 |
|
|
457 * misc/serial2.c (serial_test): Be a bit more aggressive. |
|
|
458 |
|
|
459 * src/powerpc/cogent_serial_with_ints.c: Check that configuration |
|
|
460 is sensible. |
|
|
461 |
|
|
462 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
463 |
|
|
464 * src/powerpc/cogent_serial_with_ints.c: |
|
|
465 Added support for both ports. |
|
|
466 |
|
|
467 * include/pkgconf/io_serial.h: Added simple defines for cogent |
|
|
468 serial ports. No CDL yet. |
|
|
469 |
|
|
470 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
471 |
|
|
472 * misc/serial.c: Removed PID references. Fixed compiler warnings. |
|
|
473 |
|
|
474 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
475 |
|
|
476 * src/powerpc/cogent_serial_with_ints.c: Cleaned up a |
|
|
477 bit. Actually works now. |
|
|
478 |
|
|
479 1999-03-08 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
480 |
|
|
481 * src/common/serial.c: Change in cyg_drv_cond_wait() behaviour |
|
|
482 means DSR lock should be left alone. |
|
|
483 |
|
|
484 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> |
|
|
485 PR 19400 |
|
|
486 * src/powerpc/cogent_serial_with_ints.c (cogent_serial_init): Set |
|
|
487 valid interrupt priority. |
|
|
488 |
|
|
489 1999-03-05 Nick Garnett <nickg@cygnus.co.uk> |
|
|
490 |
|
|
491 * src/mn10300/mn10300_serial.c (mn10300_serial_init): |
|
|
492 Added extra test to avoid initializing serial 2 when CYGMON is |
|
|
493 present. |
|
|
494 Include hal_intr.h explicitly for use in non-kernel |
|
|
495 configurations. |
|
|
496 |
|
|
497 * src/common/serial.c: |
|
|
498 Added extra test before calls to cyg_drv_cond_wait() to avoid race |
|
|
499 condition. This is not, however, a complete solution to this |
|
|
500 problem. A better solution will be forthcoming. |
|
|
501 |
|
|
502 * include/serial.h: |
|
|
503 Changed include files used to permit non-kernel configurations to |
|
|
504 be built. |
|
|
505 |
|
|
506 1999-03-05 Jesper Skov <jskov@cygnus.co.uk> |
|
|
507 |
|
|
508 * src/common/haldiag.c: Removed diag_printf declaration. |
|
|
509 |
|
|
510 1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
511 |
|
|
512 * src/mn10300/mn10300_serial.c: |
|
|
513 Change CYG_VECTOR_* to CYGNUM_HAL_INTERRUPT_* to get it to compile! |
|
|
514 |
|
|
515 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
516 |
|
|
517 * src/powerpc/cogent_serial_with_ints.c (cogent_serial_config_port): |
|
|
518 Fix renaming of interrupt vectors. |
|
|
519 |
|
|
520 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
521 |
|
|
522 * src/arm/pid_serial_with_ints.c: Fix interrupt vectors. |
|
|
523 |
|
|
524 1999-03-03 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
525 |
|
|
526 * serial/current/src/arm/pid_serial_with_ints.c: |
|
|
527 New [somewhat] configurable drivers for PID. |
|
|
528 |
|
|
529 //=========================================================================== |
|
|
530 //####COPYRIGHTBEGIN#### |
|
|
531 // |
|
|
532 // ------------------------------------------- |
|
|
533 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
534 // Version 1.0 (the "License"); you may not use this file except in |
|
|
535 // compliance with the License. You may obtain a copy of the License at |
|
|
536 // http://sourceware.cygnus.com/ecos |
|
|
537 // |
|
|
538 // Software distributed under the License is distributed on an "AS IS" |
|
|
539 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
540 // License for the specific language governing rights and limitations under |
|
|
541 // the License. |
|
|
542 // |
|
|
543 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
544 // September 30, 1998. |
|
|
545 // |
|
|
546 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
547 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
|
548 // ------------------------------------------- |
|
|
549 // |
|
|
550 //####COPYRIGHTEND#### |
|
|
551 //=========================================================================== |