Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 11:51:32 -0700
From:      Sam Leffler <sam@errno.com>
To:        Damien Bergamini <damien@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/ipw if_ipw.c
Message-ID:  <4290D4B4.6060201@errno.com>
In-Reply-To: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
References:  <200505221831.j4MIV8lq072154@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4290D4B4.6060201>