Module Name: src
Committed By: cliff
Date: Mon Dec 14 03:55:52 UTC 2009
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcie.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_pcie.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/rmi/rmixl_pcie.c
diff -u src/sys/arch/mips/rmi/rmixl_pcie.c:1.1.2.4 src/sys/arch/mips/rmi/rmixl_pcie.c:1.1.2.5
--- src/sys/arch/mips/rmi/rmixl_pcie.c:1.1.2.4 Wed Nov 18 01:15:32 2009
+++ src/sys/arch/mips/rmi/rmixl_pcie.c Mon Dec 14 03:55:52 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixl_pcie.c,v 1.1.2.4 2009/11/18 01:15:32 cliff Exp $ */
+/* $NetBSD: rmixl_pcie.c,v 1.1.2.5 2009/12/14 03:55:52 cliff Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_pcie.c,v 1.1.2.4 2009/11/18 01:15:32 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_pcie.c,v 1.1.2.5 2009/12/14 03:55:52 cliff Exp $");
#include "opt_pci.h"
#include "pci.h"
@@ -884,7 +884,7 @@
bus_space_unmap(bst, ecfg_bsh, size);
err = bus_space_map(bst, ba, size, 0, &ecfg_bsh);
if (err != 0) {
-#ifdef DEBUH
+#ifdef DEBUG
panic("%s: bus_space_map err %d, ECFG space",
__func__, err); /* XXX */
#endif