ACK: [PATCH] pci: maxreadreq: Audio device to chipset devices.
Colin Ian King
colin.king at canonical.com
Tue Apr 23 08:16:32 UTC 2013
On 23/04/13 08:34, Alex Hung wrote:
> In Intel chipset databook, Audio's "Max Read Request" is hardwired to 0
> enabling 128B maximum read request size.
>
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/pci/maxreadreq/maxreadreq.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/pci/maxreadreq/maxreadreq.c b/src/pci/maxreadreq/maxreadreq.c
> index 0168356..b95e579 100644
> --- a/src/pci/maxreadreq/maxreadreq.c
> +++ b/src/pci/maxreadreq/maxreadreq.c
> @@ -103,6 +103,8 @@ static int maxreadreq_test1(fwts_framework *fw)
> continue;
> if (strcmp(current_type, "System peripheral")==0)
> continue;
> + if (strcmp(current_type, "Audio device")==0)
> + continue;
>
> c = strstr(line, "MaxReadReq ");
> if (c) {
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list