summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-112-4/+5
| | | | | * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-103-109/+10
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-101-0/+117
|
* Fixed formatting.Joel Sherrill2005-11-071-1/+1
|
* 2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-061-3/+8
| | | | * timer/timer.c: Remove C++-style comments.
* Remove C++-style comments.Ralf Corsepius2005-11-061-2/+2
|
* corrected redundant PR numberTill Straumann2005-11-041-1/+1
|
* Added reference to PR#838Till Straumann2005-11-041-4/+4
|
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-032-6/+11
| | | | | | * startup/ldsegs.S: put IDT and GDT into data segment. The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub) text segment checksum comparison failed...
* Cosmetics.Ralf Corsepius2005-10-171-1/+1
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-171-0/+5
| | | | | * console/fb_vga.h, console/kd.h, console/ps2_drv.h, console/serial_mouse.c, console/serial_mouse.h: Remove CVS Log.
* Remove CVS LogRalf Corsepius2005-10-175-196/+0
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-172-9/+45
| | | | * Makefile.am: Install/preinstall headers from ../../i386/shared.
* Added PR number.Joel Sherrill2005-09-291-1/+1
|
* 2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Thomas Doerfler2005-09-293-1/+41
| | | | | | PR 649/bsps * ide/idecfg.c, configure.ac: added configuration items for primary/secondary IDE interface
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-192-40/+8
| | | | | * 3c509/3c509.c: Remove [$]Log. Include <errno.h> instead of <sys/errno.h>.
* 2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>Joel Sherrill2005-08-312-13/+73
| | | | | | | | | | | * timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
* Remove duplicate comment.Joel Sherrill2005-08-221-4/+0
|
* 2005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-08-182-0/+19
| | | | * startup/bspstart.c: Initialize PCI bus in bsp_start function.
* 2005-07-18 Lars Munch <lars@segv.dk>Joel Sherrill2005-07-182-0/+11
| | | | | | | | | | PR 813/networking * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a parameter was added to irq handlers (2005-04-18). Before these changes the argument to the interrupt handler was the interrupt number, now the argument is handle, but the ne2000 driver needs the interrupt number. The fix is to set the handle to the interrupt number.
* 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-062-1/+6
| | | | * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-262-3/+7
| | | | * include/bsp.h: New header guard.
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-0611-10/+34
| | | | | | | * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c, console/inch.c, console/ps2_mouse.c, console/serial_mouse.c, ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp subdirectory.
* 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-035-6/+23
| | | | | | | * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to remove warnings. * console/console.c, wd8003/wd8003.c: Added support for addition of parameter in ISRs.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-263-20/+30
| | | | * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
* 2005-04-18 Eric Valette <eric.valette@free.fr>Jennifer Averett2005-04-186-6/+22
| | | | | * clock/ckinit.c, console/console.c, console/ps2_mouse.c, console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
* 2005-02-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-182-59/+14
| | | | * console/keyboard.h: Add include file and cleanup file header.
* Cosmetics.Ralf Corsepius2005-02-161-2/+3
|
* Cosmetics.Ralf Corsepius2005-01-281-4/+2
|
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-222-1/+5
| | | | * clock/todcfg.c: size_t RTC_Count.
* 2005-01-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-192-3/+6
| | | | | * pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c: Fix errors caught by gcc 4.x.
* 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-182-2/+6
| | | | * console/vgainit.c: static graphic_on|off.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-072-11/+15
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* Fix typo.Ralf Corsepius2005-01-051-1/+3
|
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-044-52/+31
| | | | | * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove warnings.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-022-144/+38
| | | | * Makefile.am: Remove build-variant support.
* 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Ralf Corsepius2004-11-202-2/+8
| | | | | | PR 703/filesystem * ide/ide.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
* 2004-10-13 Eric Norum <norume@aps.anl.gov>Joel Sherrill2004-10-151-0/+5
| | | | | PR 688/bsps * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
* Don't get duplication rtc_probe() definitions.Eric Norum2004-10-111-1/+1
|
* Add libchip driver for Motorola MC146818A time-of-day clock chip.Eric Norum2004-10-112-1/+37
| | | | Modify i386/pc386 BSP to use this driver.
* Fix typo in previous change.Ralf Corsepius2004-09-242-2/+2
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-244-2/+10
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-253-0/+10
| | | | | * 3c509/3c509.c: Add <sys/errno.h>. * startup/linkcmds: Add .jcr section.
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-213-28/+40
| | | | | | | | * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
* 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-213-0/+7
| | | | | * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-233-3/+14
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-14/+41
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-7/+5
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-212-1/+5
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-2134-171/+24
|