Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1493
details: https://anonhg.NetBSD.org/src/rev/54bdff6f9113
branches: netbsd-8
changeset: 744253:54bdff6f9113
user: martin <martin%NetBSD.org@localhost>
date: Tue Jan 28 09:36:21 2020 +0000
description:
Ticket #1493
diffstat:
doc/CHANGES-8.2 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 106c67a7b1b2 -r 54bdff6f9113 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2 Tue Jan 28 09:34:29 2020 +0000
+++ b/doc/CHANGES-8.2 Tue Jan 28 09:36:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.91 2020/01/24 18:50:19 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.92 2020/01/28 09:36:21 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1960,3 +1960,19 @@
- Fix comment. Add comment.
- KNF.
[msaitoh, ticket #1492]
+
+sys/dev/mii/makphy.c 1.61, 1.63-1.64 via patch
+sys/dev/mii/makphyreg.h 1.10
+
+ - Remove ESSR_FIBER_LINK bit check in makphyattach(). This bit is
+ valid only when the link is up, so it's not good to check in the
+ attach function.
+ - There is an environment that both copper and fiber bits are set in
+ EXTSR but it support copper only. To resolve this problem, check the
+ ESSR register's HWCFG_MODE bit and drop unsupported bits.
+ - If the chip is in Fiber/Copper auto select mode, check which media is
+ selected. Currently, the code supports 88E1011, 88E1111 and 88E1112
+ only.
+ - Fix comment. KNF.
+ [msaitoh, ticket #1493]
+
Home |
Main Index |
Thread Index |
Old Index