From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 1 22:09:58 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4D6816A40F for ; Fri, 1 Dec 2006 22:09:58 +0000 (UTC) (envelope-from jvk-list@thekrafts.org) Received: from smtpout12-02.prod.mesa1.secureserver.net (smtpout12-02.prod.mesa1.secureserver.net [68.178.232.4]) by mx1.FreeBSD.org (Postfix) with SMTP id CA42843CB5 for ; Fri, 1 Dec 2006 22:09:37 +0000 (GMT) (envelope-from jvk-list@thekrafts.org) Received: (qmail 7418 invoked from network); 1 Dec 2006 22:09:53 -0000 Received: from unknown (HELO gem-wbe17.prod.mesa1.secureserver.net) (64.202.189.222) by smtpout12-02.prod.mesa1.secureserver.net with SMTP; 1 Dec 2006 22:09:53 -0000 Received: (qmail 31170 invoked by uid 99); 1 Dec 2006 22:09:53 -0000 Date: Fri, 01 Dec 2006 15:09:52 -0700 From: jvk-list@thekrafts.org To: Scott Mitchell Message-ID: <20061201150952.10b6271f30786ad7adcc9756bb6c2f30.7aec4c4d04.wbe@email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII User-Agent: Web-Based Email 4.9.1 X-Originating-IP: 153.26.176.34 Cc: freebsd-mobile@freebsd.org Subject: RE: Xircom XE2000 card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 22:09:58 -0000 > The ed(4) driver claims to support the TDK CFE-10 card. TDK's vendor ID in >pccarddevs is the same as Xircom's (0x0105) and the product ID of the >CFE-10 (0x010a) is the same as several Xircom cards, including your >XE2000. Did you try your XE2000 against a kernel with xe(4) including your >patch, and ed(4)? It looks like ed(4) tries to claim the card but fails to >attach it - xe(4) should get a chance to pick it up now it knows about the >card. I'll dig through my box of old Xircom cards and see if I can find >one with the right product ID to test myself. Scott, I built a kernel with the patched xe(4) and it did like we thought it would do. ed(4) tries to claim the card, but fails to attach it, it never allows xe(4) to try and claim the card or attach. Joe.