From owner-cvs-all@FreeBSD.ORG Mon Sep 1 09:49:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33ACF16A4BF; Mon, 1 Sep 2003 09:49:26 -0700 (PDT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AAAE43FBD; Mon, 1 Sep 2003 09:49:22 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id h81GnBSO025631; Mon, 1 Sep 2003 17:49:11 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) h81Gn9Tj066729; Mon, 1 Sep 2003 17:49:10 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: John-Mark Gurney In-Reply-To: <20030901164110.GD78686@funkthat.com> References: <200309011501.h81F1oPT064166@repoman.freebsd.org> <1062428945.8027.1.camel@builder02.qubesoft.com> <20030901151601.GA73019@regency.nsu.ru> <1062430840.8027.10.camel@builder02.qubesoft.com> <20030901160210.GC73019@regency.nsu.ru> <20030901164110.GD78686@funkthat.com> Content-Type: text/plain Message-Id: <1062434949.8027.17.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 01 Sep 2003 17:49:09 +0100 Content-Transfer-Encoding: 7bit cc: Alexey Dokuchaev cc: Doug Rabson cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 16:49:26 -0000 On Mon, 2003-09-01 at 17:41, John-Mark Gurney wrote: > Alexey Dokuchaev wrote this message on Mon, Sep 01, 2003 at 23:02 +0700: > > On Mon, Sep 01, 2003 at 04:40:40PM +0100, Doug Rabson wrote: > > > I've tried healthd's ISA method as well as SMB. I know that the board > > > uses a Winbond W83782D chip which healthd supports but the ISA ports all > > > read 0xff and the SMB ports seem to read 0x00. I have my doubts as to > > > whether the kernel SMBus driver works at all though. > > > > I could not get kernel SMBus to work either, and also have doubts that > > it works at all (GA 6OXET mobo, i815, ich 82801BA (ichsmb(4)) -- I think it > > listed as supported though). :-( > > alipm also appears broken. I want to get it working since it exists > on the sparc64 box I have. Last I looked at it the driver was broken > by design in that it tried to map resources that didn't exist. Most of the pm drivers use non-standard PCI resources. They use bus_set_resource to point out where their registers are (amdpm's registers use RID 0x58, I seem to remember intpm sometimes uses 0x90). I just fixed a problem in the pci code which stopped the amdpm driver from probing since that device doesn't support standard i/o enable - it has its own special stupid way of doing it. Why can't people build standard pci components. Grumble :-)