summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ide/idecfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move ATA drivers to bspsSebastian Huber2018-04-231-145/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* i386/pc386: Add --ide-disable boot command line option.Chris Johns2016-05-111-51/+57
|
* Whitespace removal.Ralf Corsepius2009-11-301-5/+5
|
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-301-4/+16
| | | | | | | | | * ide/ide.c: Add initialisation code to reset the IDE devices and to probe them and display their model numbers. Also add code to display the probing to aid bring up new hardware. * ide/idecfg.c: Add the --ide-show command to show probing type accessing when finding devices on the configured IDE buses.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-9/+69
| | | | | | | | | | | * Makefile.am: Add bspcmdline.c. * include/bsp.h: Add boot command line interfaces. * start/start.c: Save the multiboot command line. Pass the command line to boot_card. * start/start.S: Update for boot_card command line change. * startup/bspstart.c: Initialise the command line. * startup/bspcmdline.c: New. * console/console.c, ide/idecfg.c: Add boot command line support.
* 2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Thomas Doerfler2005-09-291-1/+17
| | | | | | PR 649/bsps * ide/idecfg.c, configure.ac: added configuration items for primary/secondary IDE interface
* Remove duplicate white lines.Ralf Corsepius2004-04-211-1/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-2/+2
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-2/+0
|
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-251-0/+54
PR 368/filesystems * startup/ldsegs.S: Increase alignment. * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am: Added IDE supporting infrastructure. * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files. Added BSP support for libchip standard ide driver.