From 3d9858607cdcba73e834241e8acf79f9de3e97ad Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 22 May 2007 09:45:39 +0200 Subject: [PATCH] --- yaml --- r: 58692 b: refs/heads/master c: be5d82183f1ebb022f923b008acf3b760d3a571d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 73eddb91d6ff..5b152b9c5699 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a16abc0b5ff3ef655e40cb5e6671d57f5dde513d +refs/heads/master: be5d82183f1ebb022f923b008acf3b760d3a571d diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index ca5229d24d8e..f55c9e746b73 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -54,7 +54,7 @@ enum { AHCI_MAX_PORTS = 32, AHCI_MAX_SG = 168, /* hardware max is 64K */ AHCI_DMA_BOUNDARY = 0xffffffff, - AHCI_USE_CLUSTERING = 0, + AHCI_USE_CLUSTERING = 1, AHCI_MAX_CMDS = 32, AHCI_CMD_SZ = 32, AHCI_CMD_SLOT_SZ = AHCI_MAX_CMDS * AHCI_CMD_SZ,