From owner-freebsd-mobile@FreeBSD.ORG Wed May 7 09:25:04 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 136CC37B401 for ; Wed, 7 May 2003 09:25:04 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414A143F85 for ; Wed, 7 May 2003 09:25:03 -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 h47GP2Tl010269; Wed, 7 May 2003 10:25:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 07 May 2003 10:21:53 -0600 (MDT) Message-Id: <20030507.102153.73417949.imp@bsdimp.com> To: george@vagner.com From: "M. Warner Losh" In-Reply-To: <3EB93156.7020908@vagner.com> References: <3EB919A5.6050209@vagner.com> <20030507.095804.105008676.imp@bsdimp.com> <3EB93156.7020908@vagner.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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: card bus on 5.0 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: Wed, 07 May 2003 16:25:04 -0000 In message: <3EB93156.7020908@vagner.com> Laszlo Vagner writes: : M. Warner Losh wrote: : : >In message: <3EB919A5.6050209@vagner.com> : > Laszlo Vagner writes: : >: fresh install of 5.0-R onto a thinkpad 760xd (old) : >: : >: my pcmcia network card doesn't work cause : >: : >: cbb0 TI1130 pci card bus bridge : >: card bus0 on cbb0 : >: pccard0 <16 bit pc card bus> on cbb0 : >: cbb unable to map irq : >: device probe and attach cbb0 attach returned 12 : >: : >: : >: suggestions please : >: : >: everything was working in 4.8 with the exception of being able to reboot : >: now i can reboot in 5.0 but have no cardbus function. : > : >Looks like it can't route interrupts. Can you send me a dmesg from a : >boot -v? : > : >Warner : > : > : > : > : wish i could, it dont have the floppy or cdburner and the network card : of course dont work : without card bus. Its basically a brick just sitting here now. Well, you could do the following: Build an OLDCARD kernel. Boot it until you get it working (may need ISA interrupts). then you can test boot the GENERIC kernels until you get the information I've requested. Warner