Add a TODO item for toning down ACPI bus output debugging information

as we get closer to the release.

Include DEBUG=-g in the list of things to turn off for the release.
This commit is contained in:
Robert Watson 2002-11-19 13:31:35 +00:00
parent aa4585b8b6
commit 641e65e6de
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14950

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.0R/todo.sgml,v 1.15 2002/11/19 00:32:50 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.16 2002/11/19 00:49:52 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -42,12 +42,20 @@
<tr>
<td>Disable performance penalizing debug options</td>
<td>Pending RC1
<td>Pending RC1</td>
<td>re@</td>
<td>A number of performance-penalizing debug options are turned on
by default in 5.0-CURRENT. These include user malloc debugging
flags, WITNESS, INVARIANTS, and others. These must be turned off
as we approach the release.</td>
flags, WITNESS, INVARIANTS, DEBUG=-g, and others. These must be
turned off as we approach the release.</td>
</tr>
<tr>
<td>Disable verbose debug options</td>
<td>Pending RC1</td>
<td>By default, ACPI generates verbose bus dumps during initial
boot even if verbose it turned off. This output needs to be
turned down.</td>
</tr>
<tr><td>devd</td><td>Prototype committed.</td>