Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/pci
martin%NetBSD.org@localhost wrote:
> Module Name: src
> Committed By: martin
> Date: Sun Oct 12 19:01:01 UTC 2008
>
> Modified Files:
> src/sys/dev/pci: piixpm.c
>
> Log Message:
> Move printing of the "polling" message at attach time out of the wrong if
> scope, so that it is actually printed even in non-error cases.
> Suggested by jmcneill.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.25 -r1.26 src/sys/dev/pci/piixpm.c
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?
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index