From 9e47640154d7f1b8669776f1b728569f657086f9 Mon Sep 17 00:00:00 2001 From: Peter da Silva Date: Tue, 2 Sep 1997 23:31:38 +0000 Subject: [PATCH] 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. --- FAQ/FAQ.sgml | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/FAQ/FAQ.sgml b/FAQ/FAQ.sgml index 6f70f2cd70..1c40244abc 100644 --- a/FAQ/FAQ.sgml +++ b/FAQ/FAQ.sgml @@ -1,12 +1,12 @@ - +
Frequently Asked Questions for FreeBSD 2.X -<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG' - name='<pds@FreeBSD.ORG>'></tt> -<date>$Date: 1997-09-02 16:09:01 $</date> +<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:peter@taronga.com' + name='<peter@taronga.com>'></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>