From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 2 04:35:06 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FA116A7CD for ; Fri, 2 Jun 2006 04:35:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B7343D45 for ; Fri, 2 Jun 2006 04:35:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k524WZv5084710; Thu, 1 Jun 2006 22:32:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 01 Jun 2006 22:32:41 -0600 (MDT) Message-Id: <20060601.223241.-1303516174.imp@bsdimp.com> To: torfinn.ingolfsen@broadpark.no From: "M. Warner Losh" In-Reply-To: <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> References: <20060525224047.a1b8c8e9.torfinn.ingolfsen@broadpark.no> <20060526080421.GC744@turion.vk2pj.dyndns.org> <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mobile@freebsd.org Subject: Re: HP OmniBook 5500CT and PC Card controller with FreeBSD 6.1? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 04:35:07 -0000 In message: <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> Torfinn Ingolfsen writes: : > This isn't listed in the cbb(4) supported devices. It looks like i= t : > was only supported by OLDCARD and so it doesn't exist in 5.x and : > later. I'm not sure how feasible it would be to implement support. : = : I see that the PD6729 is listed in the pcic(4) man page, so I was : hoping that there were just some tweaking needed. : One thing I know (from running =A4.x on the machine) is that it needs= irq : 11 for the pc card controller to work. : Anyway, if anyone is game for it, I will do all the testing required.= The PD6729 is the ISA part on the PCI bus. It doesn't follow the Yenta standard at all. That's why it doesn't work. If I ever finish the isa attachment, then there's a good cahnce that it may work again. I have a laptop with this part. Warner