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>
This commit is contained in:
parent
39cf9ef1f5
commit
4ca3b72694
|
@ -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 @@ fwohci_if_input_iso(struct fwohci_softc *sc, void *arg, struct fwohci_pkt *pkt)
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue