summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/ata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-041-1321/+0
| | | | * src/ata.c: Remove.
* 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-201-0/+5
| | | | | | | | | | | * Makefile.am: AM_CPPFLAGS += -I$(top_builddir). Use AM_CPPFLAGS instead of AM_CFLAGS. * src/ata.c: Include config.h. * src/bdbuf.c: Ditto. * src/blkdev.c: Ditto. * src/diskdevs.c: Ditto. * src/ide_part_table.c: Ditto. * src/ramdisk.c: Ditto.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | * include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: URL for license changed.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-251-25/+22
| | | | | | | | | | PR 367/filesystem * Makefile.am, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: Some bugs were still present in the DOSFS implementation: - FAT12 did not work properly on Big-Endian machines - Some synchronization and error handling problems were present - Some legal codings for EOC were not recognized
* 2003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2003-01-031-2/+2
| | | | | * src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode() so the task's preemption mode setting is properly maintained.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-281-0/+1319
* Added ATA support. * include/rtems/blkdev.h: Added last IO status. * include/rtems/ata.h, include/rtems/ata_internal.h, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New files.