From owner-freebsd-current@FreeBSD.ORG Thu Aug 26 13:52:42 2004 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 7147316A4CE; Thu, 26 Aug 2004 13:52:42 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4158E43D62; Thu, 26 Aug 2004 13:52:41 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i7QDqbjY039482 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 26 Aug 2004 15:52:37 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i7QDqaxr039481; Thu, 26 Aug 2004 15:52:36 +0200 (CEST) Date: Thu, 26 Aug 2004 15:52:36 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20040826135236.GA39355@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: sos@freebsd.org Subject: RELENG_5 ata doesnt find disk on second channel 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: Thu, 26 Aug 2004 13:52:42 -0000 Hi, I have this atapci0@pci0:9:0: class=0x01018a card=0x0c111043 chip=0x006510de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 EIDE Controller' class = mass storage subclass = ATA ata controller and this ATA/ATAPI revision 6 disk attached as slave on second ata channel. RELENG_5 (few hours old) doesnt detect it. the disk is working and even bios detects it etc. I suspect recent changes to ata initialization with respect to broken atapi devices are about to blame... at another machine with 6-current (some sis chipset) I failed with disk on second channel as well but different disk worked. both disks are working. the hw is 100% ok roman