diff --git a/en/releases/5.1R/todo.sgml b/en/releases/5.1R/todo.sgml
index f61d5c16e9..3c8c2db08f 100644
--- a/en/releases/5.1R/todo.sgml
+++ b/en/releases/5.1R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
%developers;
@@ -181,6 +181,16 @@
64-bit FreeBSD architectures.
+
+ | 16-byte CDB addressing for CAM |
+ In progress |
+ &a.ken; |
+ CAM currently supports only 12-byte CDBs, placing a 2TB bound
+ on addressable disk storage using CAM. With support for large
+ file systems with UFS2, and large partitions using GPT, CAM
+ now needs to be updated to support these devices. |
+
+
Documentation items that must be resolved for 5.1
diff --git a/en/releases/5.2R/todo.sgml b/en/releases/5.2R/todo.sgml
index afd072432f..11e90a3566 100644
--- a/en/releases/5.2R/todo.sgml
+++ b/en/releases/5.2R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
%developers;
@@ -31,16 +31,6 @@
productionable and usable on all platforms by 5.2-RELEASE.
-
- | 16-bit CDB addressing for CAM |
- In progress |
- &a.ken; |
- CAM currently supports only 12-bit CDBs, placing a 2TB bound
- on addressable disk storage using CAM. With support for large
- file systems with UFS2, and large partitions using GPT, CAM
- now needs to be updated to support these devices. |
-
-
| FAST_IPSEC and KAME compatibility |
-- |