From owner-freebsd-questions Fri May 31 02:59:06 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA02877 for questions-outgoing; Fri, 31 May 1996 02:59:06 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA02871 for ; Fri, 31 May 1996 02:59:02 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uPQu3-000QZLC; Fri, 31 May 96 11:53 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA25829; Fri, 31 May 1996 11:51:34 +0200 Message-Id: <199605310951.LAA25829@allegro.lemis.de> Subject: Re: IDE CD_ROM Problem To: babel@cais.cais.com Date: Fri, 31 May 1996 11:51:34 +0200 (MET DST) Cc: questions@FreeBSD.org, babel@cais.com In-Reply-To: <199605302358.TAA13543@cais.cais.com> from "babel@cais.cais.com" at May 30, 96 07:58:54 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk babel@cais.cais.com writes: > > I will try to keep this short .. . Don't make it shorter than necessary. > Have problem getting IDE CDROM to work. Rebuilt kernel with options ATAPI, > device wcd0 and controller wdc1 uncommented. > > Boot Hardware scroll says: > > wdc1 unit0 (ATAPI): removable, io rdy > ATAPI1.0 no cmd drq > > Can not cd /dev; ./MAKEDEV wcd0 > Do : ls *wcd0* > get: rwcd0c wcd0c > but no wcd0 I don't really understand this. It's a whole lot better to give the exact output. For example: # cd /dev # ./MAKEDEV wcd0 (All sorts of fireworks here) In any case, MAKEDEV is only a script that creates device nodes. It will work the same whether you actually have the device connected or not. > It appears to almost work but lacks a direct memory access channel no. > How can I supply this? I don't think ATAPI uses DMA. Does anybody else out there know? > MAKEDEV wcd0 may not work due to lack of drq (dma?) problem? No. As I said, MAKEDEV has nothing to do with the real hardware. Greg