Changeset 2907b36 in rtems


Ignore:
Timestamp:
08/13/03 08:04:44 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d4b5e876
Parents:
652b53a
Message:

2003-08-13 Ralf Corsepius <corsepiu@…>

  • ide-ctrl.t: Merger from 4.6-branch.
Location:
doc/bsp_howto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/bsp_howto/ChangeLog

    r652b53a r2907b36  
     12003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * ide-ctrl.t: Merger from 4.6-branch.
     4
    152003-01-28      Joel Sherrill <joel@OARcorp.com>
    26
  • doc/bsp_howto/ide-ctrl.t

    r652b53a r2907b36  
    2626is based on the libchip concept and allows to work with any of the IDE
    2727Controller chips simply by appropriate configuration of BSP. Drivers for a
    28 paticular IDE Controller chips locate in the following directories: drivers
     28particular IDE Controller chips locate in the following directories: drivers
    2929for well-known IDE Controller chips locate into
    3030@code{$RTEMS_SRC_ROOT/c/src/libchip/ide}, drivers for IDE Controller chips
     
    3939@section Initialization
    4040
    41 IDE Controller chips used by a BSP are statically confiured into
     41IDE Controller chips used by a BSP are statically configured into
    4242@code{IDE_Controller_Table}. The @code{ide_controller_initialize} routine is
    4343responsible for initialization of all configured IDE controller chips.
     
    5757@{
    5858   for each IDE Controller chip configured in IDE_Controller_Table
    59      if (BSP dependant probe(if exists) AND device probe for this IDE chip
     59     if (BSP dependent probe(if exists) AND device probe for this IDE chip
    6060        indicates it is present)
    6161       perform initialization of the particular chip
     
    7474@group
    7575void ide_controller_read_register(rtems_device_minor_number minor,
    76                                   unsigned32 reg, unsiged32 *value)
     76                                  unsigned32 reg, unsigned32 *value)
    7777@{
    7878  get IDE Controller chip configuration information from
     
    9393@group
    9494void ide_controller_write_register(rtems_device_minor_number minor,
    95                                    unsigned32 reg, unsiged32 value)
     95                                   unsigned32 reg, unsigned32 value)
    9696@{
    9797  get IDE Controller chip configuration information from
Note: See TracChangeset for help on using the changeset viewer.