From owner-freebsd-questions Wed Nov 1 07:18:40 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA17995 for questions-outgoing; Wed, 1 Nov 1995 07:18:40 -0800 Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.9.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA17990 for ; Wed, 1 Nov 1995 07:18:37 -0800 Received: (from chris@localhost) by miller.cs.uwm.edu (8.6.10/8.6.10) id JAA20326 for questions@freebsd.org; Wed, 1 Nov 1995 09:18:30 -0600 From: Chris Augustine Message-Id: <199511011518.JAA20326@miller.cs.uwm.edu> Subject: ATAPI Problems. To: questions@freebsd.org Date: Wed, 1 Nov 1995 09:18:29 -0600 (CST) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1566 Sender: owner-questions@freebsd.org Precedence: bulk Both my hard drive and the cdrom are being recognized as unit 0. I noticed that if I did this command repeatedly : mount_cd9660 /dev/wcd0c /mnt That sometimes I would get - device not configured. other times I would get - input/output error. finally the hard drive light would stay on, and the disk would be unaccessable. ==========================BOOT UP MESSAGE============================== wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1549MB (3173184 sectors), 3148 cyls, 16 heads, 63 S/T, 512 B/S atapi0.1 at 0x1f0: attach called atapiX.1 at 0x1f0: identify not ready, status=1 wdc1 at 0x170-0x177 irq 15 on isa atapi1.0 at 0x170: attach called wdc1: unit 0 (atapi): , removable, iordy ^ ___________|_____________________________________________ Is the fact that they are both using unit 0 significant? _________________________________________________________ ======================================================================= Here is what my kernel config looks like: 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 #IDE CD-ROM Any help would be appreciated.