From owner-freebsd-current@FreeBSD.ORG Tue Jan 6 13:43:57 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 E9D4816A4CE for ; Tue, 6 Jan 2004 13:43:57 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB4143D1F for ; Tue, 6 Jan 2004 13:43:55 -0800 (PST) (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 i06LhrET056810; Tue, 6 Jan 2004 14:43:53 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 06 Jan 2004 14:43:49 -0700 (MST) Message-Id: <20040106.144349.21564000.imp@bsdimp.com> To: ragnar@sysabend.org From: "M. Warner Losh" In-Reply-To: <20040106093852.O78161-100000@moo.sysabend.org> References: <20040106093852.O78161-100000@moo.sysabend.org> 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: current@freebsd.org cc: mobile@FreeBBSD.org Subject: Re: Zoom PC Card 56K/Intel PRO/100 PC Card 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: Tue, 06 Jan 2004 21:43:58 -0000 In message: <20040106093852.O78161-100000@moo.sysabend.org> Jamie Bowden writes: : First, the Intel card: ... : xe0 doesn't start upon insertion for some reason. ... : If I kldload if_xe.ko by hand first, then the driver attaches properly. : I'm guessing adding 'device xe' to my kernel config would take care of : this, but I would think that should be unecessary. You are correct. We don't have the automatic dynamic loading on card insert feature working yet. You can write a devd.conf rule for it, if you like, but that's still a change. : So all's mostly well there. After an eject, the machine locked up on me : once, but I can't seem to replicate it. This is good; xe is now newcard. That's a little odd. I've only seen this sort of behavior on one of my laptops. It has a Ricoh 5c475 in it. But it will freeze on insert too... : start (40000000) < sc->membase (f6000000) : end (ffffffff) > sc->memlimit (fbffffff) Ignore this. : CIS is too long -- truncating : pccard0: Card has no functions! : cbb0: PC Card card activation failed Sadly, I have about 5 cards that do this, for reasons I've not been able to track down. :-(. What looks like is going on is that the CIS isn't being mapped correctly. : Having xe working is nice, but since bge works with the onboard : controller, it's not strictly necessary. The onboard PCTel softmodem is : another story. Does anyone else have one of these, and have they managed : to make it work under 5.x? Can't help you on the soft modem. Warner