From owner-freebsd-questions Tue Apr 9 06:37:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA11381 for questions-outgoing; Tue, 9 Apr 1996 06:37:05 -0700 (PDT) Received: from newfed.FRB.GOV (newfed.frb.gov [198.3.221.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA11376 for ; Tue, 9 Apr 1996 06:37:03 -0700 (PDT) Received: from FRB.GOV by newfed.FRB.GOV (4.1/SMI-4.0) id AA03337; Tue, 9 Apr 96 08:36:47 EDT Received: from irmmp1.FRB.GOV by frbgate.FRB.GOV (4.1/SMI-4.0) id AA05893; Tue, 9 Apr 96 09:03:30 EDT Received: from localhost by irmmp1.FRB.GOV (4.1/SMI-4.0) id AA16854; Tue, 9 Apr 96 09:03:30 EDT Message-Id: <9604091303.AA16854@irmmp1.FRB.GOV> To: questions@freebsd.org Subject: ATAPI IDE CD-ROM Date: Tue, 09 Apr 96 09:03:29 -0400 From: "Jonathan M. Bresler" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sean Batson wrote: > > When will the support for this device be ready? > has been available since 2.1R. i use one at work every day. requires a new kernel. i will post the optsions that you have to add to the kernel config file tomorrow when i get to work. (here at home i have a scsi cdrom ;) you need to make sure that your kernel has these two options and the wcd0 device. make sure that the /dev directory contains the wcd0c device options "CD9660" #ISO 9660 Filesystem options ATAPI #Enable ATAPI support for IDE bus device wcd0 #IDE CD-ROM brw-r----- 1 root operator 19, 0 Dec 27 08:24 /dev/wcd0c here are sample boot messages: wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, iordy atapi1.0: unknown phase i dont know what the "atapi1.0: unknown phase" message means.... does not seem to hurt anything mount the cdrom with: /sbin/mount -t cd9660 /dev/wcd0c /cdrom