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

2010-09-03 Thread Kevin Wolf
Am 03.09.2010 14:57, 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. > > Signed-off-by: Jonathan A. Kollasch Thanks, applied to the block branch. Kevin

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

2010-09-03 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. Signed-off-by: Jonathan A. Kollasch --- hw/ide/core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ide/core.c