From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 09:54:08 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 36F0837B401 for ; Thu, 17 Jul 2003 09:54:08 -0700 (PDT) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EFCA43F85 for ; Thu, 17 Jul 2003 09:54:07 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3p2/8.12.3) with ESMTP id h6HGs6O8068224 for ; Thu, 17 Jul 2003 09:54:06 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 17 Jul 2003 09:54:06 -0700 (PDT) From: John Polstra To: current@freebsd.org X-Bogosity: No, tests=bogofilter, spamicity=0.217044, version=0.11.2 Subject: TUNABLE_INT in a kernel module 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: Thu, 17 Jul 2003 16:54:08 -0000 Does TUNABLE_INT work in a kernel module, or do you have to use TUNABLE_INT_FETCH? John