diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-22 14:27:21 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-22 14:27:21 +0000 |
commit | adfc95d92dfb44cc8440e06aa0ad81a0cd195768 (patch) | |
tree | ddcd0ea2f3bce69e4caf2dd08e59f45a6c2da4b0 /etc/etc.i386/INSTALL.ata | |
parent | 9d54daaadf5ad7e7427c77f7343dd9bd001e1c39 (diff) |
spelling
Diffstat (limited to 'etc/etc.i386/INSTALL.ata')
-rw-r--r-- | etc/etc.i386/INSTALL.ata | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/INSTALL.ata b/etc/etc.i386/INSTALL.ata index d9e249b4585..ee2695b9e54 100644 --- a/etc/etc.i386/INSTALL.ata +++ b/etc/etc.i386/INSTALL.ata @@ -124,9 +124,9 @@ ATAPI or ATA Packet Interface ! Block mode is the name given to the use of the ATA Read Multiple and Write Multiple commands. These commands generate a single interrupt to the host system for each block of - sectors transfered. The traditional Read Sectors and Write + sectors transferred. The traditional Read Sectors and Write Sectors commands generate an interrupt to the host for each - sector transfered. + sector transferred. CAM (Common Access Method) Committee @@ -684,14 +684,14 @@ Basic Questions * Read Sectors / Write Sectors -- These commands are the old traditional data transfer commands. These commands generate - one interrupt to the host for each sector transfered. These + one interrupt to the host for each sector transferred. These are PIO data in and PIO data out commands which use the host processor to transfer the data. * Read Multiple / Write Multiple -- These commands where defined in ATA-1 but were not used very much until recently. These commands generate one interrupt to the host for each - block of sectors transfered. The number of sector per block + block of sectors transferred. The number of sector per block is generally 4, 8 or 16. However, when 1 sector per block is used, these commands are the same as the Read/Write Sectors commands. These are PIO data in and PIO data out commands |