From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 15:11:32 2004 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 2CC8516A4CE for ; Sat, 17 Apr 2004 15:11:32 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24E443D49 for ; Sat, 17 Apr 2004 15:11:31 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3HMBMkj082989; Sat, 17 Apr 2004 16:11:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 17 Apr 2004 16:12:22 -0600 (MDT) Message-Id: <20040417.161222.87762190.imp@bsdimp.com> To: francisco@nortenet.pt From: "M. Warner Losh" In-Reply-To: <1082226317.834.12.camel@zarcon.homeunix.net> References: <1082226317.834.12.camel@zarcon.homeunix.net> X-Mailer: Mew version 3.3 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: carbus problem 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: Sat, 17 Apr 2004 22:11:32 -0000 In message: <1082226317.834.12.camel@zarcon.homeunix.net> Francisco Alves Cabrita writes: : hello : i'm running (i386)5-CURRENT and in this "nightly" buildwold ,, my : cardbus (ethernet pcmcia ovislink chipset rl) didnt get enabled"" : : : this was the message during boot: : : cbb0: irq 11 at device 11.0 on pci0 : cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0 : cardbus0: on cbb0 : pccard0: <16-bit PCCard bus> on cbb0 : cbb0: bad Vcc request. ctrl=0xf000ef08, status=0xf000e2c3 : cbb_power: 0V : cbb1: irq 11 at device 11.1 on pci0 : cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x1000 : cardbus1: on cbb1 : pccard1: <16-bit PCCard bus> on cbb1 : cbb1: bad Vcc request. ctrl=0x7720700, status=0x76f076c : cbb_power: 0V : : can some one give a tip !!! Please submit an older, working dmesg. I think I know what's going on, but w/o that, I can't be sure. Since the cbb is on pci0, I think that you might have an non-ACPI system. Especially since the ToPIC95B is a relatively old chip. My guess is that this is a 100-166MHz Pentium system. Warner