Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tc Fix missing TC bus speed.
details: https://anonhg.NetBSD.org/src/rev/1a2822d4dac7
branches: trunk
changeset: 354289:1a2822d4dac7
user: flxd <flxd%NetBSD.org@localhost>
date: Sat Jun 10 12:03:30 2017 +0000
description:
Fix missing TC bus speed.
diffstat:
sys/dev/tc/tc.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8ac28706755d -r 1a2822d4dac7 sys/dev/tc/tc.c
--- a/sys/dev/tc/tc.c Sat Jun 10 08:13:15 2017 +0000
+++ b/sys/dev/tc/tc.c Sat Jun 10 12:03:30 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tc.c,v 1.55 2017/06/09 17:55:18 flxd Exp $ */
+/* $NetBSD: tc.c,v 1.56 2017/06/10 12:03:30 flxd Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tc.c,v 1.55 2017/06/09 17:55:18 flxd Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tc.c,v 1.56 2017/06/10 12:03:30 flxd Exp $");
#include "opt_tcverbose.h"
@@ -168,6 +168,7 @@
ta.ta_offset = 0;
ta.ta_addr = tcaddr;
ta.ta_cookie = slot->tcs_cookie;
+ ta.ta_busspeed = sc->sc_speed;
/*
* Mark the slot as used.
Home |
Main Index |
Thread Index |
Old Index