From 9c7fe3c46968f0656c89ec917eded7110889e8bb Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 26 Apr 2003 03:11:51 +0000 Subject: [PATCH] Move the 16-byte CDB/CAM item from 5.2-RELEASE requirements to 5.1-RELEASE desirables. Spell bit as byte. Submitted by: julian, scottl --- en/releases/5.1R/todo.sgml | 12 +++++++++++- en/releases/5.2R/todo.sgml | 12 +----------- 2 files changed, 12 insertions(+), 12 deletions(-) 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 --