📄 readme.txt
字号:
-----------------------
ATADRVR README.TXT FILE
-----------------------
by Hale Landis
ATADRVR.ZIP contains the ATA/ATAPI low level driver C source
code, two example C programs to demonstrate how to use the driver
and a User's Guide document (ATADRVR.UG).
This code, created by Hale Landis, has been placed into the
public domain by Hale Landis. There is no copyright and there
are no restrictions on the use of this ATA Low Level I/O Driver
code. It is distributed to help other programmers understand how
the ATA device interface works and it is distributed without any
warranty. Use this code at your own risk.
If you have used a previous version of ATADRVR, read the
HISTORY.TXT file first.
If you are a new user of ATADRVR, read ATADRVR.UG and review the
EXAMPLE1.C and EXAMPLE2.C source code files.
Compile with one of the Borland C or C++ compilers. See the make
files EXAMPLE1.MAK and EXAMPLE2.MAK.
And please read all the *.UG (User's Guide) files! These are plain
ascii text files.
FILE LIST
---------
ATADRVR.UG - ATADRVR User's Guide (READ THIS!)
ATAIO.H - ATADRVR's external Header file
ATAIOINT.C - legacy interrupt mode handler
ATAIOISA.C - ISA SW and MW DMA
ATAIOPCI.C - PCI bus DMA (MW and UltraDMA)
ATAIOPIO.C - lowest level ATA register in/out functions
ATAIOREG.C - S/W reset, non-data and PIO data transfer
ATAIOSUB.C - common ATADRVR subroutines
ATAIOTMR.C - timer subroutines
ATAIOTRC.C - register access and command history tracing
DMA.UG - the DMA User's Guide
EXAMPLE1.C - example program for ATA (hard disk) commands
EXAMPLE1.MAK - make file
EXAMPLE2.C - example program for ATAPI (CD/DVD/etc) commands
EXAMPLE2.MAK - make file
HISTORY.TXT - change log
INITPCC.EXE - program to setup PCMCIA PC Card ATA modes
INITPCC.UG - User's Guide for INITPCC
PCC.UG - PC Card ATA User's Guide
PIO.UG - PIO User's Guide
README.TXT - this file
SATA.UG - Serial ATA (SATA) User's Guide
QUESTIONS OR PROBLEMS?
----------------------
Send your question(s) or problem description(s) to Hale Landis
via email at this address:
hlandis@ata-atapi.com
Visit Hale's web site:
www.ata-atapi.com
/end/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -