From 50e89cd00627ae695eafd5f9ef9a61c27ba1779a Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 3 May 2003 07:42:13 +0000 Subject: [PATCH] Remove the 16-byte CDB as Ken feels that it has had sufficient testing. --- en/releases/5.1R/todo.sgml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/en/releases/5.1R/todo.sgml b/en/releases/5.1R/todo.sgml index af608a1248..da0f103a9c 100644 --- a/en/releases/5.1R/todo.sgml +++ b/en/releases/5.1R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -220,18 +220,6 @@ IssueStatusResponsibleDescription - - 16-byte CDB addressing for CAM - -- - -- - 16 byte CDB support was recently added to CAM. This allows - access to volumes larger than 2TB (2^32 blocks), though few - devices have been found that support this. The new code can be - tested with the following command, though doing this on a device - that does not support 16 byte CDB's will likely result in major - problems: sysctl -w kern.cam.da.0.minimum_cmd_size=16 - - Fresh ACPI-CA import --