From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 24 02:55:23 2005 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 597BE16A4CE for ; Mon, 24 Jan 2005 02:55:23 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DE843D1F for ; Mon, 24 Jan 2005 02:55:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0O2t6hg080959; Sun, 23 Jan 2005 19:55:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 23 Jan 2005 19:56:24 -0700 (MST) Message-Id: <20050123.195624.07013152.imp@bsdimp.com> To: duanewinner@att.net From: "M. Warner Losh" In-Reply-To: <41F45EAC.4090204@att.net> References: <41F45EAC.4090204@att.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-mobile@freebsd.org Subject: Re: 3Com Megahertz 3CXM756 PCMCIA modem on 5.3 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: Mon, 24 Jan 2005 02:55:23 -0000 In message: <41F45EAC.4090204@att.net> Duane Winner writes: : pccard0: Allocation failed for cfe 32 : sio4: <3Com Megahertz 3CXM756/3CCM756> at port 0x2f8-0x2ff irq 11 : function 0 config 33 on pccard0 : device_attach: sio4 attach returned 6 : : PPP won't dial out, and I get no "detached" message when I remove it. Right. Becuase sio didn't attach. : Is there a workaround; or does anybody else have one a 3CXM756 and had : the same problem? I've had the problem and fixed it in current. I'll try to merge it into RELENG_5. Warner