From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 22:20:42 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 3467337B401 for ; Thu, 14 Aug 2003 22:20:42 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5861243F93 for ; Thu, 14 Aug 2003 22:20:41 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7F5KZFL025004; Thu, 14 Aug 2003 23:20:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Aug 2003 23:21:36 -0600 (MDT) Message-Id: <20030814.232136.00311239.imp@bsdimp.com> To: freebsd-current@guldan.demon.nl From: "M. Warner Losh" In-Reply-To: <20030814192748.GF61386@bombur.guldan.demon.nl> References: <20030813114415.GD61386@bombur.guldan.demon.nl> <20030814192748.GF61386@bombur.guldan.demon.nl> X-Mailer: Mew version 2.2 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 Subject: Re: problems with wi driver. 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, 15 Aug 2003 05:20:42 -0000 : Is there a better way to toggle the start address for 16 bit and 32 bit : cards with sysctl?? u_long cbb_start_16_io = CBB_START_16_IO; TUNABLE_INT("hw.cbb.start_16_io", (int *)&cbb_start_16_io); SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_16_io, CTLFLAG_RW, &cbb_start_16_io, CBB_START_16_IO, "Starting ioport for 16-bit cards"); so hw.cbb.start_16_io Warner