Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On Thu, Jan 29, 2009 at 11:44:04PM +0900, Izumi Tsutsui wrote:
> This shows on my ThinkPad:
> ---
> piixpm0: 24-bit timer
> piixpm0: interrupting at SMIpiixpm0: polling
> iic0 at piixpm0: I2C bus
> ---
> 
> Should the "polling" message be printed in PIIX_SMB_HOSTC_SMI case?
> Or should we modify "interrupting at SMI" message and put a newline?
> ---

Well, I don't know ;-)

If you look at the code, in this case no interrupt handler is installed 
and sc_poll is not cleared. No idea if the SMI interrupt handler does
anything with this device (like actually do the poll) or not.

On my machine I get:

piixpm0 at pci0 dev 15 function 0
piixpm0: vendor 0x1166 product 0x0200 (rev. 0x50)
piixpm0: polling

Jared, could you have a look?

Martin


Home | Main Index | Thread Index | Old Index