From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 15:24:54 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 812CC37B401 for ; Tue, 17 Jun 2003 15:24:54 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9A943FBF for ; Tue, 17 Jun 2003 15:24:53 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5HMOikA072264; Tue, 17 Jun 2003 16:24:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 17 Jun 2003 16:24:19 -0600 (MDT) Message-Id: <20030617.162419.43851008.imp@bsdimp.com> To: xi@borderworlds.dk From: "M. Warner Losh" In-Reply-To: References: <20030617.063324.82099507.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Problems with pcmcia on 5.1-RELEASE 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, 17 Jun 2003 22:24:54 -0000 In message: Christian Laursen writes: : "M. Warner Losh" writes: : : > In message: : > Christian Laursen writes: : > : pccard0: (manufacturer=0xffffffff, product=0xffffffff) at function 0 : > : pccard0: CIS info: FREECOM, PCCARD-IDE, REV836 : > : > Looks like we need another entry in ata-card.c for this device. : > : > I've added this to the kernel list. Please recvsup and make sure you : > have sys/dev/pccard/pccarddevs 1.53, pccarddevs.h 1.53 and : > sys/dev/ata/ata-card.c 1.14. : : Thank you very much. : : Unfortunately, like the patch Matthew N. Dodd posted, this gives me : an extra ata channel, but no devices are found on it. : : I have tried various commands to atacontrol, but nothing seems to : help. : : I'm not sure how to help debug this further. I have a stupid question: Are you sure that your cdrom is turned on? I have some that need an aux power connection before they work. Warner