From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 23:38:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522BD16A4CE for ; Mon, 1 Dec 2003 23:38:18 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2767343F75 for ; Mon, 1 Dec 2003 23:38:16 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id hB27cetx034350; Tue, 2 Dec 2003 08:38:40 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hB27ceLl034349; Tue, 2 Dec 2003 08:38:40 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200312020738.hB27ceLl034349@spider.deepcore.dk> In-Reply-To: <200312020133.53893.Christoph Sold > To: Christoph Sold Date: Tue, 2 Dec 2003 08:38:40 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: current@FreeBSD.ORG Subject: Re: ATAPI CD still not detected, verbose boot logs available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:38:18 -0000 It seems Christoph Sold wrote: > FreeBSD 5.2-B still does not detect my ATAPI DVD-ROM drive. This used to > work until Søren's ATAng commits. Other OSes (Win, Linux, Solaris) > detect the drive appropriately. Hmm from the bootlogs it seems that your drive does not set the proper ATAPI signature, thats why detection fails: atapci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0-master: stat=0x80 err=0x80 lsb=0x80 msb=0x80 ata0-slave: stat=0x00 err=0x01 lsb=0x14 msb=0x80 ^^^^^^^^ should be 0xeb ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 mask=03 stat0=50 stat1=00 devices=0x1 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] There isn't much I can do about that one except you experimenting with the device and finding out why it fails setting the right signature.... -Søren