Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci remove dup decl.
details: https://anonhg.NetBSD.org/src/rev/f2e1bb612a3a
branches: trunk
changeset: 747550:f2e1bb612a3a
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 20 01:12:30 2009 +0000
description:
remove dup decl.
diffstat:
sys/dev/pci/toshide.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cf64177b0423 -r f2e1bb612a3a sys/dev/pci/toshide.c
--- a/sys/dev/pci/toshide.c Sun Sep 20 01:09:24 2009 +0000
+++ b/sys/dev/pci/toshide.c Sun Sep 20 01:12:30 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: toshide.c,v 1.1 2009/09/20 01:10:12 christos Exp $ */
+/* $NetBSD: toshide.c,v 1.2 2009/09/20 01:12:30 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.1 2009/09/20 01:10:12 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.2 2009/09/20 01:12:30 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -170,7 +170,7 @@
struct pciide_softc *sc = CHAN_TO_PCIIDE(chp);
u_int32_t idedma_ctl;
int drive, s;
- pcireg_t pxdx, pxdx_prime;
+ pcireg_t pxdx;
#ifdef TOSHIDE_DEBUG
pcireg_t pxdx_prime;
#endif
Home |
Main Index |
Thread Index |
Old Index