From owner-freebsd-questions Mon Jul 8 10:52:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25351 for questions-outgoing; Mon, 8 Jul 1996 10:52:02 -0700 (PDT) Received: from sam.networx.ie (dublin-ts8-180.indigo.ie [194.125.133.180]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA25323 for ; Mon, 8 Jul 1996 10:51:56 -0700 (PDT) Received: from mip1.networx.ie (mip1.networx.ie [194.9.12.1]) by sam.networx.ie (8.6.12/8.6.12) with SMTP id SAA15870 for ; Mon, 8 Jul 1996 18:46:12 GMT X-Organisation: I.T. NetworX Ltd X-Business: Network Consultancy and Training X-Address: 67 Merrion Square, Dublin 2, Ireland X-Voice: +353-1-676-8866 X-Fax: +353-1-676-8868 Received: from mike.networx.ie by mip1.networx.ie Date: Mon, 8 Jul 1996 18:44:45 BST From: Michael Ryan Reply-To: mike@NetworX.ie Subject: Sanyo 6x CD-ROM drive: how to config To: FreeBSD Support Message-Id: Priority: Normal Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I've a Tottori Sanyo AT-API 6x CD drive on my FreeBSD 2.1 Pentium machine. It's on a secondary IDE controller. The controller is recognised during boot-up but the CD drive isn't. The /dev/wcd0c device file says "Device not configured" when I try to mount it. The bootup messages relating to WD devices are: ---------------------------------------------- wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1033MB (2116800 sectors), 2100 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa The relevant kern config file sections read: ------------------------------------------- controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus device wcd0 Any ideas? Mike ---