Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic G.C. comment.
details: https://anonhg.NetBSD.org/src/rev/a666e188e9be
branches: trunk
changeset: 935975:a666e188e9be
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Jul 15 01:42:27 2020 +0000
description:
G.C. comment.
diffstat:
sys/dev/ic/gem.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b8a49537ec7e -r a666e188e9be sys/dev/ic/gem.c
--- a/sys/dev/ic/gem.c Wed Jul 15 00:51:40 2020 +0000
+++ b/sys/dev/ic/gem.c Wed Jul 15 01:42:27 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gem.c,v 1.130 2020/03/15 22:19:00 thorpej Exp $ */
+/* $NetBSD: gem.c,v 1.131 2020/07/15 01:42:27 msaitoh Exp $ */
/*
*
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.130 2020/03/15 22:19:00 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.131 2020/07/15 01:42:27 msaitoh Exp $");
#include "opt_inet.h"
@@ -880,7 +880,7 @@
bus_space_barrier(t, h, GEM_TX_CONFIG, 4, BUS_SPACE_BARRIER_WRITE);
/* Wait till it finishes */
if (!gem_bitwait(sc, h, GEM_TX_CONFIG, 1, 0))
- aprint_error_dev(sc->sc_dev, "cannot disable tx dma\n"); /* OpenBSD 1.34 */
+ aprint_error_dev(sc->sc_dev, "cannot disable tx dma\n");
/* Wait 5ms extra. */
delay(5000);
@@ -889,7 +889,7 @@
bus_space_barrier(t, h, GEM_RESET, 4, BUS_SPACE_BARRIER_WRITE);
/* Wait till it finishes */
if (!gem_bitwait(sc, h2, GEM_RESET, GEM_RESET_TX, 0)) {
- aprint_error_dev(sc->sc_dev, "cannot reset transmitter\n"); /* OpenBSD 1.34 */
+ aprint_error_dev(sc->sc_dev, "cannot reset transmitter\n");
return (1);
}
return (0);
Home |
Main Index |
Thread Index |
Old Index