summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commitfec6546e12b076c18d8f6ccef5737bc62ee319cc (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /lib/libcam
parent72aba11981608aab3a44b464cea3d5fa00469d50 (diff)
downloadFreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.zip
FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.tar.gz
english(4) police.
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam_cdbparse.318
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index 1b9fb02..c771175 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -233,17 +233,17 @@ typedef enum {
CAM_MSG_BUF_PHYS = 0x00080000,/* Message buffer ptr is physical*/
CAM_SNS_BUF_PHYS = 0x00100000,/* Autosense data ptr is physical*/
CAM_DATA_PHYS = 0x00200000,/* SG/Buffer data ptrs are phys. */
- CAM_CDB_PHYS = 0x00400000,/* CDB poiner is physical */
+ CAM_CDB_PHYS = 0x00400000,/* CDB pointer is physical */
CAM_ENG_SGLIST = 0x00800000,/* SG list is for the HBA engine */
/* Phase cognizant mode flags */
- CAM_DIS_AUTOSRP = 0x01000000,/* Diable autosave/restore ptrs */
- CAM_DIS_AUTODISC = 0x02000000,/* Disable auto disconnect */
- CAM_TGT_CCB_AVAIL = 0x04000000,/* Target CCB available */
- CAM_TGT_PHASE_MODE = 0x08000000,/* The SIM runs in phase mode */
- CAM_MSGB_VALID = 0x20000000,/* Message buffer valid */
- CAM_STATUS_VALID = 0x40000000,/* Status buffer valid */
- CAM_DATAB_VALID = 0x80000000,/* Data buffer valid */
+ CAM_DIS_AUTOSRP = 0x01000000,/* Disable autosave/restore ptrs */
+ CAM_DIS_AUTODISC = 0x02000000,/* Disable auto disconnect */
+ CAM_TGT_CCB_AVAIL = 0x04000000,/* Target CCB available */
+ CAM_TGT_PHASE_MODE = 0x08000000,/* The SIM runs in phase mode */
+ CAM_MSGB_VALID = 0x20000000,/* Message buffer valid */
+ CAM_STATUS_VALID = 0x40000000,/* Status buffer valid */
+ CAM_DATAB_VALID = 0x80000000,/* Data buffer valid */
/* Host target Mode flags */
CAM_TERM_IO = 0x20000000,/* Terminate I/O Message sup. */
@@ -427,7 +427,7 @@ used as the seek value.
operates like
.Fn csio_decode
except that instead of placing the decoded contents of the buffer in
-varardic arguments, the decoded buffer contents are returned to the user
+variadic arguments, the decoded buffer contents are returned to the user
via the
.Fn arg_put
function that is passed in.
OpenPOWER on IntegriCloud