GBDE documentation is done, move 16byte CDB to the testing section, remove

lazy context switching from the testing section.
This commit is contained in:
Scott Long 2003-05-01 03:44:20 +00:00
parent 1032eb142a
commit a5586fefa2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16748

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.23 2003/04/26 14:40:27 bmah Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.24 2003/04/29 19:47:56 scottl Exp $">
<!ENTITY title "FreeBSD 5.1 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -173,16 +173,6 @@
64-bit FreeBSD architectures.</td>
</tr>
<tr>
<td>16-byte CDB addressing for CAM</td>
<td>In progress</td>
<td>&a.ken;</td>
<td>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.</td>
</tr>
</table>
<h3>Documentation items that must be resolved for 5.1</h3>
@ -199,14 +189,6 @@
OPIE as well as it covers S/Key.</td>
</tr>
<tr>
<td>Documentation wanted: gdbe</td>
<td>In progress</td>
<td>Lucky Green</td>
<td>5.0 includes GDBE, supporting encryption of swap and storage.
It would be nice if that was documented in the handbook.</td>
</tr>
<tr>
<td>Early Adopters Guide</td>
<td>--</td>
@ -230,6 +212,18 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>16-byte CDB addressing for CAM</td>
<td>--</td>
<td>--</td>
<td>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</td>
</tr>
<tr>
<td>Fresh ACPI-CA import</td>
<td>--</td>
@ -258,15 +252,6 @@
systems. Virtual addresses are still constrained to 32-bits.</td>
</tr>
<tr>
<td>lazy context switching for i386</td>
<td>--</td>
<td>--</td>
<td>Lazy Context Switching allows for faster context switches and should
mitigate the some of the latency introduced with interrupt threads and
GEOM kernel threads. Enabled with the LAZY_SWITCH option.</td>
</tr>
<tr>
<td>if_wi problems on Lucent hardware</td>
<td>--</td>