Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/include Fix typo in pci_intr_disestablish...



details:   https://anonhg.NetBSD.org/src/rev/04a97bdcd990
branches:  trunk
changeset: 756784:04a97bdcd990
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Aug 01 12:42:45 2010 +0000

description:
Fix typo in pci_intr_disestablish(9) macro.

diffstat:

 sys/arch/dreamcast/include/pci_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 50dbc85ff26a -r 04a97bdcd990 sys/arch/dreamcast/include/pci_machdep.h
--- a/sys/arch/dreamcast/include/pci_machdep.h  Sun Aug 01 09:54:12 2010 +0000
+++ b/sys/arch/dreamcast/include/pci_machdep.h  Sun Aug 01 12:42:45 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.h,v 1.5 2005/12/11 12:17:06 christos Exp $ */
+/*     $NetBSD: pci_machdep.h,v 1.6 2010/08/01 12:42:45 tsutsui Exp $  */
 
 /*-
  * Copyright (c) 2001 Marcus Comstedt
@@ -93,4 +93,4 @@
 #define        pci_intr_establish(c, ih, l, h, a)                              \
     (*(c)->pc_intr_establish)((c)->pc_intr_v, (ih), (l), (h), (a))
 #define        pci_intr_disestablish(c, ih)                                    \
-    (*(c)->pc_intr_disestablish)((v)->pc_intr_v, (ih))
+    (*(c)->pc_intr_disestablish)((c)->pc_intr_v, (ih))



Home | Main Index | Thread Index | Old Index