Changeset 4af69ea in rtems-docs
- Timestamp:
- 12/20/16 10:53:48 (6 years ago)
- Branches:
- 5, am, master
- Children:
- 9038b99
- Parents:
- 003ee4d
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/20/16 10:53:48)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/21/16 10:34:14)
- Location:
- bsp-howto
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bsp-howto/ata.rst
r003ee4d r4af69ea 7 7 ATA Driver 8 8 ********** 9 10 .. warning:: 11 12 The ATA/IDE Drivers are out of date and should not be used for new BSPs. 13 The preferred alternative is to port the ATA/SATA/SCSI/NVMe support from 14 FreeBSD to RTEMS using the `libbsd <https://git.rtems.org/rtems-libbsd>`_. 15 Ask on the mailing list if you plan to write a driver for an ATA/IDE device. 9 16 10 17 Terms -
bsp-howto/ide_controller.rst
r003ee4d r4af69ea 7 7 IDE Controller Driver 8 8 ********************* 9 10 .. warning:: 11 12 The ATA/IDE Drivers are out of date and should not be used for new BSPs. 13 The preferred alternative is to port the ATA/SATA/SCSI/NVMe support from 14 FreeBSD to RTEMS using the `libbsd <https://git.rtems.org/rtems-libbsd>`_. 15 Ask on the mailing list if you plan to write a driver for an ATA/IDE device. 9 16 10 17 Introduction -
bsp-howto/index.rst
r003ee4d r4af69ea 52 52 timer 53 53 real_time_clock 54 ata55 ide_controller56 54 networking 57 55 shared_memory_support 58 56 frame_buffer 57 ata 58 ide_controller 59 59 command 60 60
Note: See TracChangeset
for help on using the changeset viewer.