From owner-freebsd-doc Sun Sep 15 19:03:08 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03559 for doc-outgoing; Sun, 15 Sep 1996 19:03:08 -0700 (PDT) Received: from mailbox.neosoft.com (mailbox.neosoft.com [206.109.1.16]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA03554 for ; Sun, 15 Sep 1996 19:03:06 -0700 (PDT) Received: from bonkers.taronga.com (root@bonkers.neosoft.com [206.109.2.48]) by mailbox.neosoft.com (8.7.5/8.7.3) with SMTP id VAA03377; Sun, 15 Sep 1996 21:04:33 -0500 (CDT) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.9) id SAA19548; Sun, 15 Sep 1996 18:46:20 -0500 Date: Sun, 15 Sep 1996 18:46:20 -0500 From: peter@taronga.com (Peter da Silva) Message-Id: <199609152346.SAA19548@bonkers.taronga.com> To: utsumi@mdo.sps.mot.com, doc@freebsd.org Subject: Re: Question about 5.3.4 in FreeBSD Handbook! Newsgroups: taronga.freebsd.doc In-Reply-To: <32367162.7695@mdo.sps.mot.com> Organization: none Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <32367162.7695@mdo.sps.mot.com> you write: >Hello,I'm a novice user of FreeBSD. >Following document is a portion of handbook40.html > >------------------------------------------------------- >
controller wcd0 >
>

This device >provides IDE CD-ROM support. Be sure to leave >wdc1 uncommented if your CD-ROM is on >its own controller card. To use this, you must >also include the line options ATAPI.

>------------------------------------------------------- >I think 1st line is not correct. 'wcd0' is device >so 1st line is 'device wcd0',I think. Is it correct? I think it should read: >

This device !provides IDE CD-ROM support. Be sure to leave wdc0 !uncommented (or wdc1 if you have more than one IDE !controller and your CD-ROM is on the second card). To use this, >you must >also include the line options ATAPI.