Remove the 16-byte CDB as Ken feels that it has had sufficient testing.
This commit is contained in:
parent
52e1346904
commit
50e89cd006
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16758
1 changed files with 1 additions and 13 deletions
|
@ -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.25 2003/05/01 03:44:20 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.26 2003/05/01 14:30:16 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -220,18 +220,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue