From owner-freebsd-mobile@FreeBSD.ORG Sat Sep 13 08:30:03 2003 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 418CD16A4C1; Sat, 13 Sep 2003 08:30:03 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BB143FF2; Sat, 13 Sep 2003 08:30:01 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B15AD6534F; Sat, 13 Sep 2003 16:29:59 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 71408-04-2; Sat, 13 Sep 2003 16:29:59 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 44C856534E; Sat, 13 Sep 2003 16:29:59 +0100 (BST) Date: Sat, 13 Sep 2003 16:29:59 +0100 From: Bruce M Simpson To: "M. Warner Losh" Message-ID: <20030913152959.GO67492@spc.org> Mail-Followup-To: Bruce M Simpson , "M. Warner Losh" , andreas@freebsd.org, freebsd-mobile@freebsd.org References: <20030909180947.GA23478@titan.klemm.apsfilter.org> <20030909.155423.18286839.imp@bsdimp.com> <20030913071847.GA10778@titan.klemm.apsfilter.org> <20030913.092402.62370625.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030913.092402.62370625.imp@bsdimp.com> User-Agent: Mutt/1.4.1i Organization: SPC cc: freebsd-mobile@freebsd.org Subject: Re: What do you think of the new 3COM cards with X-Jack ? 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: Sat, 13 Sep 2003 15:30:03 -0000 On Sat, Sep 13, 2003 at 09:24:02AM -0600, M. Warner Losh wrote: > In message: <20030913071847.GA10778@titan.klemm.apsfilter.org> > Andreas Klemm writes: > : somebody mentioned a "sio" patch from you which was required > : to get his PCMCIA card to work via newbus. > : Where are these patches available ? > : Do you think these patches could help me ? > : When do you think you'll committ them to -current ? I think he's talking about the patch you gave me a few months ago to enable sio(4) to be loaded as a module and attach to multiple NEWBUS bus drivers without having them to be statically compiled when the monolithic kernel image is built. This was biting me with modem cards. AFAIK, you committed it. BMS