From owner-freebsd-questions@FreeBSD.ORG Thu Jun 21 11:20:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9EC0D16A468 for ; Thu, 21 Jun 2007 11:20:39 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from grid.sixcompanies.com (grid.sixcompanies.com [69.90.133.39]) by mx1.freebsd.org (Postfix) with ESMTP id 72F3513C4BF for ; Thu, 21 Jun 2007 11:20:39 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from shadow.sixcompanies.com (CPE-72-128-118-222.wi.res.rr.com [72.128.118.222]) (authenticated bits=128) by grid.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l5LBKWIw029396 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Jun 2007 04:20:38 -0700 (PDT) Received: from dakota.sixcompanies.com (shadow.sixcompanies.com [10.43.82.173]) by shadow.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l5LBKVMm000808 for ; Thu, 21 Jun 2007 06:20:31 -0500 (CDT) Message-Id: <200706211120.l5LBKVMm000808@shadow.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 21 Jun 2007 06:20:30 -0500 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: device polling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2007 11:20:39 -0000 I added these to my kernel: options HZ=1000 options DEVICE_POLLING and then added this to /etc/sysctl.conf: kern.polling.enable=1 I rebooted and sysctl does show polling enabled and the nic's report it as well (bge): bge0: flags=8843 mtu 1500 options=5b media: Ethernet autoselect (100baseTX ) status: active bge1: flags=8802 mtu 1500 options=5b media: Ethernet autoselect (100baseTX ) status: active Does this show its 'working'? Is there any way to test or verify this? Thanks :) -JD