Add a task for jhb to disable rare ISA device drivers in the hints file
due to their disruptive impact.
This commit is contained in:
parent
1d3faa71d8
commit
0a3a12cc8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14974
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.35 2002/11/21 17:49:39 rwatson Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.36 2002/11/21 18:54:06 rwatson Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -98,6 +98,14 @@
|
||||||
2.33.01</td>
|
2.33.01</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Need to disable rare ISA drivers via hints</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>jhb@FreeBSD.org</td>
|
||||||
|
<td>ISA driver probes for rare drivers can be disruptive, and should
|
||||||
|
be disabled.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
|
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
|
||||||
|
|
Loading…
Reference in a new issue