From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 22:45:04 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 5BAEB37B401 for ; Mon, 4 Aug 2003 22:45:04 -0700 (PDT) Received: from mailman.packetdesign.com (www.route-explorer.com [65.192.41.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE62243F3F for ; Mon, 4 Aug 2003 22:45:03 -0700 (PDT) (envelope-from casner@packetdesign.com) Received: from packetdesign.com (main-fw-eth1.packetdesign.com [192.168.0.254])h755ixwr028680; Mon, 4 Aug 2003 22:45:00 -0700 (PDT) (envelope-from casner@packetdesign.com) Date: Mon, 4 Aug 2003 22:45:39 -0700 (PDT) From: Stephen Casner Sender: casner@oak.FreeBSD.ORG To: current@freebsd.org In-Reply-To: <20030626184848.46DB137B401@hub.freebsd.org> Message-ID: <20030804222749.E286@oak> References: <20030626184848.46DB137B401@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Heads up: checking in change to ata-card.c 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, 05 Aug 2003 05:45:04 -0000 My question is really about -STABLE rather than -CURRENT, but it involves a problem recently resolved in -CURRENT. On Thu, 26 Jun 2003, Bill Paul started this thread regarding failed support for the Sony PCMCIA CD-ROM drive ("NinjaATA-") in releases since 4.5, including 4.8 and 5.1. You folks resolved a patch for ata-card.c that was applied in -CURRENT. Can some equivalent patch be made for -STABLE? I tried what I thought might be the equivalent patch (eliminating an else clause), but it did not solve the problem. In 4.8-RELEASE I sometimes get a system hang and sometimes not, but even when it does not hang, I just get "Device not configured" when I try to mount /dev/acd0c. The output I get is: /kernel: pccard: card inserted, slot 0 pccardd[49]: Card " "("NinjaATA-") [V1.0] [AP00 ] matched " " ("NinjaATA-") [(null)] [(null)] /kernel: ata2 at port 0x180-0x187,0x386 iomem 0xd4000-0xd4fff irq 9 slot 0 on pccard0 pccardd[49]: ata2: NinjaATA inserted. I don't get anything like Bill Paul's success case: > ata2: < NinjaATA-> at port 0x180-0x187,0x386-0x387 irq 9 function 0 config 33 on pccard0> acd0: CDROM at ata2-master PIO4 But I don't know what I should expect to see on success in -STABLE vs. this message from -CURRENT. -- Steve