Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 remove obsolete use of M_LINK0. it was pla...
details: https://anonhg.NetBSD.org/src/rev/077bb53e7e9d
branches: trunk
changeset: 533184:077bb53e7e9d
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Jun 24 00:42:27 2002 +0000
description:
remove obsolete use of M_LINK0. it was planned to be used to identify
isosynchronous stream from others, but end up not being used.
From: Hayakawa Koichi <haya%ilink.sony.co.jp@localhost>
diffstat:
sys/dev/ieee1394/fwohci.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r c434e7e4b7a1 -r 077bb53e7e9d sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Sun Jun 23 23:34:08 2002 +0000
+++ b/sys/dev/ieee1394/fwohci.c Mon Jun 24 00:42:27 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci.c,v 1.54 2002/03/29 05:06:42 jmc Exp $ */
+/* $NetBSD: fwohci.c,v 1.55 2002/06/24 00:42:27 itojun Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.54 2002/03/29 05:06:42 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.55 2002/06/24 00:42:27 itojun Exp $");
#define DOUBLEBUF 1
#define NO_THREAD 1
@@ -2930,8 +2930,6 @@
mtod(m, u_int8_t *)[9] =
(*pkt->fp_trail >> (16 + OHCI_CTXCTL_SPD_BITPOS)) &
((1 << OHCI_CTXCTL_SPD_BITLEN) - 1);
- } else {
- m->m_flags |= M_LINK0;
}
mtod(m, u_int8_t *)[14] = chan;
mtod(m, u_int8_t *)[15] = tag;
Home |
Main Index |
Thread Index |
Old Index