summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-as
blob: ddb9dd2ae3a3a031338aa598637e9b7899b8b75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-as,v 1.1 2004/11/15 15:38:15 soren Exp $

--- hw/ide.c	9 Nov 2004 22:04:05 -0000	1.29
+++ hw/ide.c	15 Nov 2004 15:34:50 -0000
@@ -1895,7 +1895,9 @@
                     s->heads = 16;
                     s->sectors = 63;
                 }
+#if 0
                 bdrv_set_geometry_hint(s->bs, s->cylinders, s->heads, s->sectors);
+#endif
             }
             if (bdrv_get_type_hint(s->bs) == BDRV_TYPE_CDROM) {
                 s->is_cdrom = 1;