From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 01:45:34 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 8B00D16A4CE; Fri, 11 Jun 2004 01:45:34 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F0843D2F; Fri, 11 Jun 2004 01:45:33 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i5B1iMsY003935; Thu, 10 Jun 2004 19:44:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 10 Jun 2004 19:44:05 -0600 (MDT) Message-Id: <20040610.194405.101593724.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200406101655.08869.jhb@FreeBSD.org> References: <20040610144318.GA1363@libertysurf.fr> <200406101655.08869.jhb@FreeBSD.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: freebsd-current@FreeBSD.org Subject: Re: sio card detection 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: Fri, 11 Jun 2004 01:45:34 -0000 In message: <200406101655.08869.jhb@FreeBSD.org> John Baldwin writes: : On Thursday 10 June 2004 10:43 am, raoul.megelas wrote: : > Hello list, : > : > When compiled in the kernel, the wi driver assumes than the : > old Socket Communication Inc. is a wireless card, and of course (it is : > not), it resumes quite well. But after that, the card is not detected. : > : > Is there a one pass check only here? : > : > Without the wi driver compiled in the kernel, the card is attached to : > its driver (sio): : > : > pccard: card inserted, slot 1 : > sio4 at port 0x2f8-0x2ff iomem 0xd5000-0xd50ff irq 5 slot 1 on pccard1 : > sio4: type 16550A : > sio4: unable to activate interrupt in fast mode - using normal mode : > : > Can you tell me how to make the two types of cards working friendly : > by default without recompiling the kernel? : : I think Warner just fixed this recently. If -CURRENT doesn't work properly : with both drivers compiled into the kernel ask him about it and he should be : able to fix it. Yes. Ironically, I just purchased a decent sio pccard on ebay for <$10.00, which I'd been looking for for ages. First time I plugged it in, wi snarfed it right up... Warner