From owner-freebsd-current@FreeBSD.ORG Wed Sep 13 06:11:02 2006 Return-Path: X-Original-To: current@FreeBSD.ORG 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 1F76716A417 for ; Wed, 13 Sep 2006 06:11:02 +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 BD9B043D49 for ; Wed, 13 Sep 2006 06:11:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k8D687Uc043135; Wed, 13 Sep 2006 00:08:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 13 Sep 2006 00:08:09 -0600 (MDT) Message-Id: <20060913.000809.-1540392387.imp@bsdimp.com> To: wsk@gddsn.org.cn From: "M. Warner Losh" In-Reply-To: <45060FC4.2090308@gddsn.org.cn> References: <45060FC4.2090308@gddsn.org.cn> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 13 Sep 2006 00:08:10 -0600 (MDT) Cc: current@FreeBSD.ORG Subject: Re: pccard modem don't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 13 Sep 2006 06:11:02 -0000 In message: <45060FC4.2090308@gddsn.org.cn> wsk writes: : hello, : on Aug 30' CURRENT i'm getting following err when i insert my pccard modem: : : pccard0:Allocation failed for cfe 13 : sio4: at port 0x2f8-0x2ff irq 11 : function 0 config 21 on pccard0 : device_attach: sio4 attach returned -19 : : It seems sio didn't attach with error. : any reply with appreciates Please post an enitre dmesg booted -v with the tunables 'hw.pccard.debug=1' and 'hw.pccard.cis_debug=1' It appears that sio didn't like this card for some reason, and bootverbose and/or the pccard debugs will help track down why. Warner