cvs commit: src/sys/dev/ipw if_ipw.c
Sam Leffler
sam at errno.com
Sun May 22 18:47:58 GMT 2005
Damien Bergamini wrote:
> damien 2005-05-22 18:31:08 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/ipw if_ipw.c
> Log:
> Clear device-specific PCI register 0x41 during attach and on resume.
>
Also, please do not use magic constants. 0x41 is the PCI Tx Retry
timeout register and it appears this is the same work done by the ath
driver to disable bus retries when the CPU is in a low power state.
The ath driver does this to work around an issue in certain 5211 parts;
if there's a similar issue for this chip it's more useful to say so than
to give a commit msg like the above...
Sam
More information about the cvs-src
mailing list