From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 03:50:38 2003 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 08B8016A4CE for ; Mon, 22 Dec 2003 03:50:38 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4316E43D58 for ; Mon, 22 Dec 2003 03:50:36 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 61A7C6530E; Mon, 22 Dec 2003 11:50:34 +0000 (GMT) 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 06364-02-2; Mon, 22 Dec 2003 11:50:34 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-18-36.dsl.uk.rapidplay.com [82.147.18.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2B62C65339; Mon, 22 Dec 2003 11:50:33 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 1EE7F2AF; Mon, 22 Dec 2003 11:50:31 +0000 (GMT) Date: Mon, 22 Dec 2003 11:50:31 +0000 From: Bruce M Simpson To: "M. Warner Losh" Message-ID: <20031222115031.GA7049@saboteur.dek.spc.org> Mail-Followup-To: "M. Warner Losh" , jqdkf@army.com, freebsd-current@freebsd.org References: <20031222053002.GA872@cactus.homeunix.org> <20031222.012014.76871129.imp@bsdimp.com> <20031222092127.GA2355@cactus.homeunix.org> <20031222.023045.32334013.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031222.023045.32334013.imp@bsdimp.com> cc: jqdkf@army.com cc: freebsd-current@freebsd.org Subject: Re: Continued problems with Aironet device and 5.2-RC 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: Mon, 22 Dec 2003 11:50:38 -0000 On Mon, Dec 22, 2003 at 02:30:45AM -0700, M. Warner Losh wrote: > I have the unhelpful advice "make sure two devices aren't using the > same address." You'll likely have to decode all the BARs to make sure > that this is the case. My idea of decoding the BAR these days involves drinking my way around it. However, if people need to get a start on fiddling with Base Address Registers then this might save someone some cut and paste time:- http://people.freebsd.org/~bms/dump/scanroms.c BMS