summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atareg.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 09:57:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 09:57:05 +0000
commitccd94e9d2caa12f446d11f3a1b5c794bde9dcaf6 (patch)
tree4eb7d92d56d57cc42c8def3aeaff7964233cdae4 /sys/dev/ata/atareg.h
parent80c213a7bacbc093d3cd5928606028a4b39a2ad4 (diff)
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/ata/atareg.h')
-rw-r--r--sys/dev/ata/atareg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ata/atareg.h b/sys/dev/ata/atareg.h
index 476599f9e37..dba0d872881 100644
--- a/sys/dev/ata/atareg.h
+++ b/sys/dev/ata/atareg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atareg.h,v 1.10 2003/10/16 20:03:40 grange Exp $ */
+/* $OpenBSD: atareg.h,v 1.11 2003/10/21 09:57:04 jmc Exp $ */
/* $NetBSD: atareg.h,v 1.5 1999/01/18 20:06:24 bouyer Exp $ */
#ifndef __DEV_ATA_ATAREG_H__
@@ -69,12 +69,12 @@ struct ataparams {
u_int8_t atap_olddmatiming; /* 52: old DMA timing mode (ATA) */
u_int8_t __junk3;
#endif
- u_int16_t atap_extensions; /* 53: extentions supported */
+ u_int16_t atap_extensions; /* 53: extensions supported */
#define WDC_EXT_UDMA_MODES 0x0004
#define WDC_EXT_MODES 0x0002
#define WDC_EXT_GEOM 0x0001
/* words 54-62 are ATA only */
- u_int16_t atap_curcylinders; /* 54: current logical cyliners */
+ u_int16_t atap_curcylinders; /* 54: current logical cylinders */
u_int16_t atap_curheads; /* 55: current logical heads */
u_int16_t atap_cursectors; /* 56: current logical sectors/tracks */
u_int16_t atap_curcapacity[2]; /* 57-58: current capacity */
@@ -95,7 +95,7 @@ struct ataparams {
u_int8_t atap_piomode_supp; /* 64: PIO mode supported */
#endif
u_int16_t atap_dmatiming_mimi; /* 65: minimum DMA cycle time */
- u_int16_t atap_dmatiming_recom; /* 66: recomended DMA cycle time */
+ u_int16_t atap_dmatiming_recom; /* 66: recommended DMA cycle time */
u_int16_t atap_piotiming; /* 67: mini PIO cycle time without FC */
u_int16_t atap_piotiming_iordy; /* 68: mini PIO cycle time with IORDY FC */
u_int16_t __reserved3[2];