From owner-freebsd-acpi@FreeBSD.ORG Wed Oct 11 14:50:55 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F8E16A416 for ; Wed, 11 Oct 2006 14:50:55 +0000 (UTC) (envelope-from John@utzweb.net) Received: from marley.grokthis.net (marley.grokthis.net [69.93.78.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BAB43D7B for ; Wed, 11 Oct 2006 14:50:54 +0000 (GMT) (envelope-from John@utzweb.net) Received: from [192.168.1.6] (c-71-197-214-178.hsd1.or.comcast.net [71.197.214.178]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by marley.grokthis.net (Postfix) with ESMTP id 3CAF6F101D for ; Wed, 11 Oct 2006 10:50:55 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <26332441-4BC5-4392-806A-0179464E8D59@utzweb.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-acpi@freebsd.org From: John Utz Date: Wed, 11 Oct 2006 07:50:49 -0700 X-Mailer: Apple Mail (2.752.2) Subject: if i was porting a linux kernel module that wrote out to /proc, where should i point it at in freebsd? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 14:50:55 -0000 i've been working on i8k utils off and on for several months. (lately it's been what i've been doing whilst i sit at my daughter's gymnastics class) so several of the api's work, ie turning the fans on and off, etc. buttons *still* dont work. :-( at this point, i want to start working on hXRing the kernel module. as currently coded, it writes to /proc. i would prefer to not have to require the proc lkm for this to work, i'd rather do it the bsd way. so, umm, what *is* the bsd way ? :-) tnx! johnu