Module Name: src
Committed By: thorpej
Date: Wed Apr 3 05:34:39 UTC 2019
Modified Files:
src/sys/dev/ic: tulipreg.h
Log Message:
After throwing away countless hours of my life on this driver, I am not
going to let an obvious typo go uncorrected.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/tulipreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/tulipreg.h
diff -u src/sys/dev/ic/tulipreg.h:1.37 src/sys/dev/ic/tulipreg.h:1.38
--- src/sys/dev/ic/tulipreg.h:1.37 Mon Jan 16 17:58:02 2012
+++ src/sys/dev/ic/tulipreg.h Wed Apr 3 05:34:39 2019
@@ -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.