summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2003-10-29 21:26:43 +0000
committermycroft <mycroft@NetBSD.org>2003-10-29 21:26:43 +0000
commit3fbc866a6e1735e52a55d02af4e8c7ed976dcd10 (patch)
tree6e64a880fbc6d789e2032a9c01ecb91ac4bee5fd /sys/dev/ata
parentb9c785bd44c820ea2b82f64ba0897c0451fc418c (diff)
Back out the bogus initializer -- the compiler bug is fixed.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/wd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c
index f36eab69b7a..c2535afeca9 100644
--- a/sys/dev/ata/wd.c
+++ b/sys/dev/ata/wd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.265 2003/10/28 02:01:46 cl Exp $ */
+/* $NetBSD: wd.c,v 1.266 2003/10/29 21:27:38 mycroft Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.265 2003/10/28 02:01:46 cl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.266 2003/10/29 21:27:38 mycroft Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -480,8 +480,6 @@ wdstrategy(struct buf *bp)
daddr_t blkno;
int s;
- blkno = 0; /* XXX to appease gcc3 m68k */
-
WDCDEBUG_PRINT(("wdstrategy (%s)\n", wd->sc_dev.dv_xname),
DEBUG_XFERS);