Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic After throwing away countless hours of my life on...



details:   https://anonhg.NetBSD.org/src/rev/2322842aec98
branches:  trunk
changeset: 840325:2322842aec98
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 03 05:34:39 2019 +0000

description:
After throwing away countless hours of my life on this driver, I am not
going to let an obvious typo go uncorrected.

diffstat:

 sys/dev/ic/tulipreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1da8bffdcf21 -r 2322842aec98 sys/dev/ic/tulipreg.h
--- a/sys/dev/ic/tulipreg.h     Wed Apr 03 02:13:56 2019 +0000
+++ b/sys/dev/ic/tulipreg.h     Wed Apr 03 05:34:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tulipreg.h,v 1.37 2012/01/16 17:58:02 jakllsch Exp $   */
+/*     $NetBSD: tulipreg.h,v 1.38 2019/04/03 05:34:39 thorpej Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -135,7 +135,7 @@
  *     
  *     - ASIX AX88140
  *     
- *       21433 clone with a few differences:
+ *       21143 clone with a few differences:
  *
  *             - Specific broadcast bit in the OPMODE register.
  *             - Transmit buffer must be 32-bit aligned.



Home | Main Index | Thread Index | Old Index