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
This commit is contained in:
Robert Watson 2003-04-26 03:11:51 +00:00
parent 7081f51902
commit 9c7fe3c469
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16703
2 changed files with 12 additions and 12 deletions

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.20 2003/04/25 23:26:20 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.21 2003/04/26 01:40:15 bmah Exp $">
<!ENTITY title "FreeBSD 5.1 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -181,6 +181,16 @@
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>

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.2R/todo.sgml,v 1.2 2003/04/25 19:47:52 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.3 2003/04/25 19:52:37 rwatson Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -31,16 +31,6 @@
productionable and usable on all platforms by 5.2-RELEASE.</td>
</tr>
<tr>
<td>16-bit CDB addressing for CAM</td>
<td>In progress</td>
<td>&a.ken;</td>
<td>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.</td>
</tr>
<tr>
<td>FAST_IPSEC and KAME compatibility</td>
<td>--</td>