From owner-freebsd-mobile@FreeBSD.ORG Wed Jun 11 22:51:05 2003 Return-Path: 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 0051437B404 for ; Wed, 11 Jun 2003 22:51:04 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9AE143F75 for ; Wed, 11 Jun 2003 22:51:02 -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 h5C5p1kA026902; Wed, 11 Jun 2003 23:51:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 11 Jun 2003 23:50:47 -0600 (MDT) Message-Id: <20030611.235047.39172589.imp@bsdimp.com> To: aron@slam.cc From: "M. Warner Losh" In-Reply-To: <5B5A5ABA-9C45-11D7-967B-000502916C37@slam.cc> References: <5B5A5ABA-9C45-11D7-967B-000502916C37@slam.cc> 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-mobile@freebsd.org Subject: Re: Still no Xircom Realport in 5.1-REL? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 05:51:05 -0000 In message: <5B5A5ABA-9C45-11D7-967B-000502916C37@slam.cc> Aron Roberts writes: : So I have been periodically checking in with each minor : update/snap/beta/rc to 5.x to see if My Xircom RBE-100 will work. Since : others seem to have the same card (plus modem) working it seems like : the plain ol' RBE-100 has a good shot at working. I have been doing : searches though mail archives.. and if there is some instruction I am : missing I am sorry but I don't know the magic incantation to make this : sucker work. I know it's a good card because it works great under : NetBSD with no hassle. : : Hardware in question is a IBM Thinkpad 600X with a Xircom RealPort : RBE-100(ethernet only) : It's booting from the 5.1-RELEASE Disc 1 ISO : : I get fun stuff like: : : cardbus1: Bad header in rom0: [0] ffff This means that you are using a bad address for the CIS. You'll need to set hw.cbb.start_memory to an address that works for your machine. You'll have to look at other devices on the same bus to see what the right adress to try is. It should be something close, that doesn't cross a too many bit boundry that isn't used by another device on the bus. Warner