From owner-freebsd-current@FreeBSD.ORG Mon May 19 17:44:54 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 BA6BC37B401 for ; Mon, 19 May 2003 17:44:54 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D5643FBF for ; Mon, 19 May 2003 17:44:54 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (rwcrmhc52) with ESMTP id <2003052000445305200hrms6e>; Tue, 20 May 2003 00:44:53 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA58224 for ; Mon, 19 May 2003 17:44:52 -0700 (PDT) Date: Mon, 19 May 2003 17:44:50 -0700 (PDT) From: Julian Elischer To: FreeBSD current users Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: loader vs PCI 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: Tue, 20 May 2003 00:44:55 -0000 Is there any capability in the loader to do such things as get/set a PCI config space register? Looking at the man page I'd say not, but there is mention of some PNP capacity (though not currently working). Reason.. ASUS disable the SMBus on their new mother boards and have no BIOS entry to enable it, but it can be enabled from the PCI config regs. Without it you can not easily read the voltages, temperatures and Fan speeds. You can use pciconf to enable it but by then it's too late for the ichsmb(4) driver to find it. The only other answer is to enable it, and then kldload the ichsmb module, but the best answer would be to enable it from the loader so that it shows up on the PCI bus during normal boot. (ASUS need to get a clue on this.. a BIOS option would be real nice..)