support of SMBus on ICH3
Stijn Hoop
stijn at win.tue.nl
Tue Aug 12 07:53:16 PDT 2003
On Tue, Aug 12, 2003 at 04:40:00PM +0200, Igor Pokrovsky wrote:
> On Tue, Aug 12, 2003 at 04:13:18PM +0200, Stijn Hoop wrote:
> > On Tue, Aug 12, 2003 at 04:05:50PM +0200, Stijn Hoop wrote:
> > > 1000011000001001
> > >
> > > which shows that bit 3 is not set counting either way :(
> >
> > Doh. I need more coffee. Obviously bit 3 _is_ set.
> >
> > The question remains then:
> >
> > > So how do I set this permanently? What determines the initial value
> > > of this register? It doesn't survive a reboot :( Admittedly I'm in
> > > above my head now.
>
> So, 0 and 3 bits are set by default? Right?
> What prevents us from detecting SMBus then?
The fact that those bits are set by default on boot. From the manual:
bit name
3 D31_F3_Disable
R/W. Software sets this bit to disable the SMBus Host Controller
function. BIOS must not enable I/O or memory address space decode,
interrupt generation, or any other functionality of functions that
are to be disabled.
0 = SMBus controller is enabled.
1 = SMBus controller is disabled.
0 SMB_FOR_BIOS
R/W. This bit is used in conjunction with bit 3 in this register.
0 = No effect.
1 = Allows the SMBus I/O space to be accessible by software
when bit 3 in this register is set. The PCI configuration
space is hidden in this case. Note that if bit 3 is set
alone, the decode of both SMBus PCI configuration and I/O
space will be disabled.
Both bits are set, so 'the SMBus I/O space' is accessible (whatever that
means).
I suspect Don is right, and the motherboard disables the SMBus controller
becase there are no slave devices wired to it. Dell (the brand of my
laptop) uses ACPI and a proprietary method to determine thermal values,
so they must have disabled SMBus to avoid implementing yet another
way to read those.
If there was an ichsmb kernel module, you could theoretically clear
the above bits, and _then_ load the module -- it should attach.
I didn't see any method through adding quirks to always do this on boot
though.
--Stijn
--
Nostalgia ain't what it used to be.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030812/c724e69c/attachment.bin
More information about the freebsd-stable
mailing list