Module Name: src
Committed By: cyber
Date: Thu Jan 21 08:47:22 UTC 2010
Modified Files:
src/sys/arch/mips/sibyte/pci [matt-nb5-mips64]: sbbrz_pci.c
Log Message:
and the tmp var
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/sibyte/pci/sbbrz_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/sibyte/pci/sbbrz_pci.c
diff -u src/sys/arch/mips/sibyte/pci/sbbrz_pci.c:1.1.2.4 src/sys/arch/mips/sibyte/pci/sbbrz_pci.c:1.1.2.5
--- src/sys/arch/mips/sibyte/pci/sbbrz_pci.c:1.1.2.4 Thu Jan 21 08:45:41 2010
+++ src/sys/arch/mips/sibyte/pci/sbbrz_pci.c Thu Jan 21 08:47:22 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: sbbrz_pci.c,v 1.1.2.4 2010/01/21 08:45:41 cyber Exp $ */
+/* $NetBSD: sbbrz_pci.c,v 1.1.2.5 2010/01/21 08:47:22 cyber Exp $ */
/*
* Copyright 2000, 2001
@@ -64,7 +64,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: sbbrz_pci.c,v 1.1.2.4 2010/01/21 08:45:41 cyber Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbbrz_pci.c,v 1.1.2.5 2010/01/21 08:47:22 cyber Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -175,7 +175,6 @@
sbbrz_pci_conf_read(void *cpv, pcitag_t tag, int offset)
{
uint64_t addr;
- pcitag_t tmptag;
#ifdef DIAGNOSTIC
if ((offset & 0x3) != 0)