From owner-freebsd-mobile@FreeBSD.ORG Tue May 6 20:49:26 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 5640237B401 for ; Tue, 6 May 2003 20:49:26 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9DB43FA3 for ; Tue, 6 May 2003 20:49:25 -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 h473mLTl005348; Tue, 6 May 2003 21:48:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 May 2003 21:45:25 -0600 (MDT) Message-Id: <20030506.214525.116769884.imp@bsdimp.com> To: chops@cinci.rr.com From: "M. Warner Losh" In-Reply-To: <3EB81597.3030706@cinci.rr.com> References: <3EB81597.3030706@cinci.rr.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: mobile@freebsd.org Subject: Re: cardbus on toshiba satellite 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 03:49:26 -0000 In message: <3EB81597.3030706@cinci.rr.com> Mike B writes: : Hi, I'm having trouble getting pcmcia to work on my toshiba satellite : 1905-s301 with Freebsd 5.0. In my kernel I have this : : #device cbb # cardbus (yenta) bridge : #device pcic # ExCA ISA and PCI bridges : device pccard # PC Card (16-bit) bus : device cardbus # CardBus (32-bit) bus : : if I enable cbb then I get a torrent of messages outputted to the : console that look like : : cbb # : : where # is either 1 or 2. These messages stream as fast as the eye can see. Update. I botched a commit the other day and these were in there for a while. :-( They are gone now :-) Warner