Date: 01 Sep 2003 17:49:09 +0100 From: Doug Rabson <dfr@nlsystems.com> To: John-Mark Gurney <gurney_j@efn.org> Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c Message-ID: <1062434949.8027.17.camel@builder02.qubesoft.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1062434949.8027.17.camel>