Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2o oops, another typo, should fix report by taya
details: https://anonhg.NetBSD.org/src/rev/54f88a8dd087
branches: trunk
changeset: 569985:54f88a8dd087
user: drochner <drochner%NetBSD.org@localhost>
date: Wed Sep 15 15:49:10 2004 +0000
description:
oops, another typo, should fix report by taya
diffstat:
sys/dev/i2o/iop.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ef519ed8eaee -r 54f88a8dd087 sys/dev/i2o/iop.c
--- a/sys/dev/i2o/iop.c Wed Sep 15 09:52:49 2004 +0000
+++ b/sys/dev/i2o/iop.c Wed Sep 15 15:49:10 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iop.c,v 1.45 2004/09/15 09:10:42 drochner Exp $ */
+/* $NetBSD: iop.c,v 1.46 2004/09/15 15:49:10 drochner Exp $ */
/*-
* Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.45 2004/09/15 09:10:42 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.46 2004/09/15 15:49:10 drochner Exp $");
#include "opt_i2o.h"
#include "iop.h"
@@ -842,7 +842,7 @@
continue;
ldesc->len = 1;
- ldesc->locs[IOPCF_TID] = ii->ii_tid;
+ ldesc->locs[IOPCF_TID] = ia.ia_tid;
dv = config_found_sm_loc(&sc->sc_dv, "iop", ldesc, &ia,
iop_print, iop_submatch);
Home |
Main Index |
Thread Index |
Old Index