Changeset 05341d8 in rtems


Ignore:
Timestamp:
03/27/03 15:17:53 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
5f83947
Parents:
c2034a9
Message:

2003-03-27 Joel Sherrill <joel@…>

  • Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide.
  • include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
Location:
cpukit/libblock
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/ChangeLog

    rc2034a9 r05341d8  
     12003-03-27      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Makefile.am: ATA code depends upon libchip/ide which is not allowed
     4        in the cpukit source code since it must be buildable independent of
     5        any BSP. These files were moved to libchip/ide.
     6        * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
     7
    182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • cpukit/libblock/Makefile.am

    rc2034a9 r05341d8  
    2020    include/rtems/bdbuf.h include/rtems/blkdev.h \
    2121    include/rtems/diskdevs.h include/rtems/ramdisk.h \
    22     include/rtems/ata.h include/rtems/ata_internal.h \
    2322    include/rtems/ide_part_table.h
    2423
     
    2928
    3029C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c\
    31           src/ata.c src/ide_part_table.c
     30          src/ide_part_table.c
    3231
    3332OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
Note: See TracChangeset for help on using the changeset viewer.