From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 17 23:19:12 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C8416A4CE for ; Mon, 17 Nov 2003 23:19:12 -0800 (PST) Received: from dmz2.unixjunkie.com (adsl-65-70-175-250.dsl.rcsntx.swbell.net [65.70.175.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB62C43FE1 for ; Mon, 17 Nov 2003 23:19:08 -0800 (PST) (envelope-from strgout@unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by dmz2.unixjunkie.com (8.12.8p2/8.12.8) with ESMTP id hAI7j9Gf074647 for ; Tue, 18 Nov 2003 01:45:09 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by mail.unixjunkie.com (8.12.8p2/8.12.8) with ESMTP id hAI7j9mf074644 for ; Tue, 18 Nov 2003 01:45:09 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: (from strgout@localhost) by mail.unixjunkie.com (8.12.8p2/8.12.8/Submit) id hAI7j869074643 for freebsd-hackers@freebsd.org; Tue, 18 Nov 2003 01:45:08 -0600 (CST) (envelope-from strgout) Date: Tue, 18 Nov 2003 01:45:08 -0600 From: John To: freebsd-hackers@freebsd.org Message-ID: <20031118074508.GA74626@mail.unixjunkie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: pge.c, its a power thing! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 07:19:12 -0000 Sooo.. is there any chance someone could take a look at this http://www.seanadams.com/pge/pge.c and tell me what needs to be done to port this, or maybe just give me some pointers so i can spend the next year working on this? :) I think the big problem (well for me) will be converting this from asm/io.h to something else. maybe ppi? If you want to see what the end result is check this out.. http://www.seanadams.com/pge/ i found this on a mrtg mailing list after looking around for something like what phk did to monitor his gas usage.