aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-14 11:20:58 +0000
commitb5c508fba33452c36601090d080ddc688efad870 (patch)
treebf2ca7f3cb02a4ce4135d71c0382cffebecce4cb /lib/libcam
parentbd4bd019fbc1618b7547bdae3000cc03228becf1 (diff)
downloadsrc-b5c508fba33452c36601090d080ddc688efad870.tar.gz
src-b5c508fba33452c36601090d080ddc688efad870.zip
Use Fx macro wherever possible.
Notes
Notes: svn path=/head/; revision=68716
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam_cdbparse.39
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index d6f707a85eb0..f4ad6e4ecc6a 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -162,7 +162,8 @@ migration path for userland
.Tn SCSI
applications written with the similarly-named
.Va scsireq_ Ns *
-functions from the old FreeBSD
+functions from the old
+.Fx
.Tn SCSI
layer.
.Pp
@@ -503,7 +504,8 @@ return the number of assignments performed.
.Sh HISTORY
.Pp
The CAM versions of these functions are based upon similar functions
-implemented for the old FreeBSD
+implemented for the old
+.Fx
.Tn SCSI
layer. The encoding/decoding functions in the old
.Tn SCSI
@@ -522,7 +524,8 @@ The new CCB data structures are derived from the CAM-2 and CAM-3
specifications.
.Pp
Peter Dufault implemented a clone of SGI's interface in 386bsd that
-led to the original FreeBSD
+led to the original
+.Fx
.Tn SCSI
library and the related kernel ioctl.
If anyone needs that for compatibility contact dufault@hda.com.