Changeset bf5d715 in rtems for c/src/lib/libbsp/i386/pc386/ide/ide.c
- Timestamp:
- Dec 9, 2011, 1:12:40 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b9c2f07
- Parents:
- 32f2304a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ide/ide.c
r32f2304a rbf5d715 158 158 | Function: | 159 159 \*-------------------------------------------------------------------------*/ 160 bool pc386_ide_probe160 static bool pc386_ide_probe 161 161 ( 162 162 /*-------------------------------------------------------------------------*\ … … 181 181 | Function: | 182 182 \*-------------------------------------------------------------------------*/ 183 void pc386_ide_initialize183 static void pc386_ide_initialize 184 184 ( 185 185 /*-------------------------------------------------------------------------*\ … … 434 434 | Function: | 435 435 \*-------------------------------------------------------------------------*/ 436 void pc386_ide_read_reg436 static void pc386_ide_read_reg 437 437 ( 438 438 /*-------------------------------------------------------------------------*\ … … 471 471 | Function: | 472 472 \*-------------------------------------------------------------------------*/ 473 void pc386_ide_write_reg473 static void pc386_ide_write_reg 474 474 ( 475 475 /*-------------------------------------------------------------------------*\ … … 504 504 | Function: | 505 505 \*-------------------------------------------------------------------------*/ 506 void pc386_ide_read_block506 static void pc386_ide_read_block 507 507 ( 508 508 /*-------------------------------------------------------------------------*\ … … 583 583 | Function: | 584 584 \*-------------------------------------------------------------------------*/ 585 void pc386_ide_write_block585 static void pc386_ide_write_block 586 586 ( 587 587 /*-------------------------------------------------------------------------*\ … … 661 661 | Function: | 662 662 \*-------------------------------------------------------------------------*/ 663 int pc386_ide_control663 static int pc386_ide_control 664 664 ( 665 665 /*-------------------------------------------------------------------------*\ … … 684 684 | Function: | 685 685 \*-------------------------------------------------------------------------*/ 686 rtems_status_code pc386_ide_config_io_speed686 static rtems_status_code pc386_ide_config_io_speed 687 687 ( 688 688 /*-------------------------------------------------------------------------*\
Note: See TracChangeset
for help on using the changeset viewer.