Move syscons hang bug from RC1 to RC2: we're not making fast enough
headway on this bug to fit it in before RC1, but it must be fixed for RC2.
This commit is contained in:
parent
985d3bb602
commit
ca21dd0425
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15150
1 changed files with 10 additions and 10 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.0R/todo.sgml,v 1.75 2002/12/03 19:50:51 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.76 2002/12/03 19:51:49 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -51,15 +51,6 @@
|
|||
be disabled.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>syscons hangs on SMP systems</td>
|
||||
<td>--</td>
|
||||
<td>scottl@</td>
|
||||
<td>There are reports of output hangs for syscons on SMP boxes,
|
||||
which may involve a failure of the timeout() update of the
|
||||
system display. The system appears to be otherwise functional.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>sysinstall support for UFS2</td>
|
||||
<td>Patches being circulated.</td>
|
||||
|
@ -75,6 +66,15 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>syscons hangs on SMP systems</td>
|
||||
<td>--</td>
|
||||
<td>scottl@</td>
|
||||
<td>There are reports of output hangs for syscons on SMP boxes,
|
||||
which may involve a failure of the timeout() update of the
|
||||
system display. The system appears to be otherwise functional.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>mly driver hangs during install</td>
|
||||
<td>--</td>
|
||||
|
|
Loading…
Reference in a new issue