Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/cxgb comment out code that was never used, but p...
details: https://anonhg.NetBSD.org/src/rev/78848c17892b
branches: trunk
changeset: 802598:78848c17892b
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 21 17:05:02 2014 +0000
description:
comment out code that was never used, but probably intended to be used.
diffstat:
sys/dev/pci/cxgb/cxgb_offload.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r a1a99fb9ebed -r 78848c17892b sys/dev/pci/cxgb/cxgb_offload.c
--- a/sys/dev/pci/cxgb/cxgb_offload.c Sun Sep 21 17:02:24 2014 +0000
+++ b/sys/dev/pci/cxgb/cxgb_offload.c Sun Sep 21 17:05:02 2014 +0000
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.3 2014/03/25 16:19:14 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.4 2014/09/21 17:05:02 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -711,7 +711,7 @@
printf("do_hwtid_rpl m=%p\n", m);
return (0);
-
+#ifdef notyet
hwtid = G_TID(ntohl(p->opcode_tid));
@@ -725,6 +725,7 @@
dev->name, p->opcode);
return CPL_RET_BUF_DONE | CPL_RET_BAD_MSG;
}
+#endif
}
static int
Home |
Main Index |
Thread Index |
Old Index