From owner-freebsd-current@FreeBSD.ORG Sat Dec 6 00:37:25 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 BEECC16A4CE; Sat, 6 Dec 2003 00:37:25 -0800 (PST) Received: from cherry2.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228A343FE5; Sat, 6 Dec 2003 00:37:24 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from localhost (localhost [IPv6:::1]) by cherry2.sanpei.org (8.12.10/8.12.6) with ESMTP id hB68bLwE019183; Sat, 6 Dec 2003 17:37:21 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Sat, 06 Dec 2003 17:37:21 +0900 (JST) Message-Id: <20031206.173721.104069478.sanpei@sanpei.org> To: current@FreeBSD.org, sos@FreeBSD.org From: MIHIRA Sanpei Yoshiro X-Mailer: Mew version 3.3 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Latest kernel couldn't probe DVD-Drive in Secondary/Slave 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: Sat, 06 Dec 2003 08:37:25 -0000 Hi. After updating kernel in -current machine, DVD-Drive in ATA Secondary/Slave was not probed. If I back out sys/dev/ata/ata-lowlevel.c rev. 1.24, I could probe it. # atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI rev 5 Slave: no device present ATA channel 1: Master: no device present Slave: acd0 ATA/ATAPI rev 0 <-- not probed with latest kernel I hope to fix this problem before 5.2-RELEASE. Cheers. --- MIHIRA, Sanpei Yoshiro Tokyo, Japan. dmesg atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] [ship] atapci1: port 0xe000-0xe00f,0xdc00-0xdc03,0xd800-0xd807,0xd400-0xd403,0xd000-0xd007 mem 0xe8108000-0xe810bfff irq 10 at device 19.0 on pci0 atapci1: [MPSAFE] ata2: at 0xd000 on atapci1 ata2: [MPSAFE] ata3: at 0xd800 on atapci1 ata3: [MPSAFE]