From owner-freebsd-stable Sun Jul 27 09:08:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA10839 for stable-outgoing; Sun, 27 Jul 1997 09:08:37 -0700 (PDT) Received: from mh1.cts.com (root@mh1.cts.com [205.163.24.66]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA10833 for ; Sun, 27 Jul 1997 09:08:34 -0700 (PDT) Received: from io.cts.com (io.cts.com [198.68.174.34]) by mh1.cts.com (8.8.5/8.8.5) with ESMTP id JAA10109 for ; Sun, 27 Jul 1997 09:08:33 -0700 (PDT) Received: (from mdavis@localhost) by io.cts.com (8.8.5/8.8.5) id JAA01783 for freebsd-stable@freebsd.org; Sun, 27 Jul 1997 09:08:29 -0700 (PDT) From: Morgan Davis Message-Id: <199707271608.JAA01783@io.cts.com> Subject: Support for ATAPI IDE-CDROMs To: freebsd-stable@freebsd.org Date: Sun, 27 Jul 1997 09:08:29 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK, what's the trick for getting an ATAPI IDE CD-ROM drive to mount? I've looked through the Handbook, FAQ, etc. Here's what I have so far: 1. wdc0, wdc1, ATAPI, wcd0 and wcd1 in kernel. 2. sh MAKEDEV wcd0 wcd1 When doing a mount_cd9660 /dev/wcd0c /cdrom I get "Device not configured". Physically, the IDE HDD's are on the Primary IDE Channel. The CD-ROM is set to be the master device on the Secondary IDE Channel. From DOS, the all the drives can be seen, including the CD-ROM drive using standard ATAPI drivers. So I know that the problem is related to software/configuration settings. Any hints? --Morgan