Re: [Qemu-devel] [PATCH] Improve ATA IDENTIFY word 64 contents.

2010-09-03 Thread Kevin Wolf
Am 03.09.2010 01:38, schrieb Jonathan A. Kollasch: > Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4. > This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0. The Signed-off-by line is missing. > --- > hw/ide/core.c |5 +++-- > 1 files changed,

[Qemu-devel] [PATCH] Improve ATA IDENTIFY word 64 contents.

2010-09-02 Thread Jonathan A. Kollasch
Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4. This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0. --- hw/ide/core.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 3651d2b..2fa26f