Put back the one missing change from the mega-update.

Changed my mailto: to my main address, to keep FAQ questions
from getting swamped by commit messages.
This commit is contained in:
Peter da Silva 1997-09-02 23:31:38 +00:00
parent f0b05660bf
commit 9e47640154
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1910

View file

@ -1,12 +1,12 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
<!-- $Id: FAQ.sgml,v 1.67 1997-09-02 16:09:01 jfieber Exp $ -->
<!-- $Id: FAQ.sgml,v 1.68 1997-09-02 23:31:38 pds Exp $ -->
<article>
<title>Frequently Asked Questions for FreeBSD 2.X
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
name='&lt;pds@FreeBSD.ORG&gt;'></tt>
<date>$Date: 1997-09-02 16:09:01 $</date>
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:peter@taronga.com'
name='&lt;peter@taronga.com&gt;'></tt>
<date>$Date: 1997-09-02 23:31:38 $</date>
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
@ -1344,25 +1344,13 @@ quit
<p>It's broken. It cannot handle commands on both channels
simultaneously.
<p>There's a workaround available now, but as of FreeBSD 2.2,
we felt it was still not long enough in the source tree to
shake out any potential bugs. Hence it is disabled by default.
To enable it, you have to reconfigure and recompile your kernel
with
<verb>
options "CMD640"
</verb>
<p>There's a workaround available now and it is enabled automatically
if your system uses this chip. For the details refer to the
manual page of the disk driver (man 4 wd).
in the config file.
<p>In order to install the system, you must however ensure
that only one channel of this controller will be used. Don't
forget about ATAPI CD-ROM drives here -- if you are using one,
it must be the slave on the primary channel. Once your new
kernel is in place, you can rearrange the machine as you like.
<p>The workaround is likely to be enabled by default in future
versions.
<p>If you're already running FreeBSD 2.2 with a CMD640 IDE
controller and you want to use the second channel, build a
new kernel with <tt/options "CMD640"/ enabled.
<sect>
<heading>Troubleshooting</heading>