From owner-freebsd-questions@FreeBSD.ORG Sat May 17 05:37:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2CE37B405 for ; Sat, 17 May 2003 05:37:22 -0700 (PDT) Received: from host02.ipowerweb.com (host02.ipowerweb.com [12.129.206.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3AD43F85 for ; Sat, 17 May 2003 05:37:21 -0700 (PDT) (envelope-from alpetec@host02.ipowerweb.com) Received: from alpetec by host02.ipowerweb.com with local (Exim 3.36 #1) id 19H0w8-0007DB-00 for questions@freebsd.org; Sat, 17 May 2003 05:37:16 -0700 From: "Aaron Peterson" To: questions@freebsd.org X-Mailer: NeoMail 1.25 X-IPAddress: 139.55.49.242 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Sat, 17 May 2003 05:37:16 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host02.ipowerweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [33877 2452] / [33877 2452] X-AntiAbuse: Sender Address Domain - host02.ipowerweb.com Subject: xcdroast and ide-scsi simulation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 12:37:22 -0000 I want to use xcdroast and have installed the port. I have a newer model TDK IDE burner. I just don't know how to satisfy it's SCSI requirements for xcdroast. I found the following clip in a newsgroup and recompiled my kernel with it, but to no avail: # for ide-scsi simulation device wcd device wdc0 at isa? port IO_WD1 irq 14 device wd0 at wdc0 drive 0 device wd1 at wdc0 drive 1 device wdc1 at isa? port IO_WD2 irq 15 device wd2 at wdc1 drive 0 device wd3 at wdc1 drive 1 thanks --