Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt/pci Fix typo on pci_intr_map() changes.
details: https://anonhg.NetBSD.org/src/rev/d83853180803
branches: trunk
changeset: 503407:d83853180803
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Feb 05 13:14:21 2001 +0000
description:
Fix typo on pci_intr_map() changes.
Reported by Shigeji Ishikawa <psybear%ogre.rim.or.jp@localhost> in port-cobalt/12121.
diffstat:
sys/arch/cobalt/pci/pci_machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7d8ffd070767 -r d83853180803 sys/arch/cobalt/pci/pci_machdep.c
--- a/sys/arch/cobalt/pci/pci_machdep.c Mon Feb 05 13:13:47 2001 +0000
+++ b/sys/arch/cobalt/pci/pci_machdep.c Mon Feb 05 13:14:21 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.c,v 1.10 2000/12/28 22:59:09 sommerfeld Exp $ */
+/* $NetBSD: pci_machdep.c,v 1.11 2001/02/05 13:14:21 tsutsui Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@@ -152,7 +152,7 @@
pci_intr_handle_t *ihp;
{
pci_chipset_tag_t pc = pa->pa_pc;
- pcitag_t intrtag = pc->pa_intrtag;
+ pcitag_t intrtag = pa->pa_intrtag;
int pin = pa->pa_intrpin;
int line = pa->pa_intrline;
int bus, dev, func;
Home |
Main Index |
Thread Index |
Old Index