Fix brain-o: commands, not comments, get handled by ATA. We use our

compiler to handle the comments.

Submitted by:	David Leimbach <leimy2k@mac.com>
This commit is contained in:
Robert Watson 2003-05-21 02:22:24 +00:00
parent f31707f9fe
commit 9917fb4a66
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17012

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.19 2003/05/17 19:07:27 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.20 2003/05/19 13:34:13 rwatson Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -114,7 +114,7 @@
<td>ATA driver structural improvements, MPsafety</td>
<td>In progress</td>
<td>&a.sos;</td>
<td>Move ATA comments into requests, so that they can be linked
<td>Move ATA commands into requests, so that they can be linked
together, centralize request queue management permitting direct
DMA of ATA commands. These architectural changes will also
facilitate complete MP-safety of the ATA driver suite, and