summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386 (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-09-23Patch from Aleksey (Quality Quorum <qqi@world.std.com>):Joel Sherrill2-16/+2
1. Finally fixes raw interrupts for pc386 2. Makes some minor cleanup in console and startup 3. Makes rtems_termios_dequeue_characters() to return count of outstanding chars - it allows to simplify console isrs a little bit. 4. pc386 uart modified to be friendlier to termios parameter changes, to have minor performance improvement and to take advantage of of above termios modification.
1998-09-21Update from Aleksey (Quality Quorum <qqi@world.std.com>) to pick up someJoel Sherrill2-32/+92
patches missing from 980911.
1998-08-24Patch from Eric Valette <valette@crf.canon.fr> to add an extra newline.Joel Sherrill1-0/+1
1998-08-21Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1-2/+1
Here is a patch that enables to catch exception and get message before crashing RTEMS :) It should be generic to any Intel port although enabled only for pc386 BSP... [Joel] I fixed the bug I introduced in irq_asm.s...
1998-08-05Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill4-9/+25
inline with the new IRQ structure.
1998-08-05Automatic CPU type detection code from Eric Valette <valette@crf.canon.fr>.Joel Sherrill6-6/+664
Enabled on the pc386.
1998-07-23Patch from Eric VALETTE <valette@crf.canon.fr>:Joel Sherrill6-0/+1126
Here is a enhanced version of my previous patch. This patch enables to potentially share the new interrupt management code for all Intel targets (pc386, go32 and force386) bsp. Note : this patch is complete only for pc386. It still needs to be completed for go32 and force386. I carrefully checked that anything needed is in for force386 (only some function name changes for IDT manipulation and GDT segment manipulation). But anyway I will not be able to test any of theses targets...