Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets #448 and #449.
details: https://anonhg.NetBSD.org/src/rev/994b68e6441e
branches: netbsd-2-0
changeset: 561297:994b68e6441e
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jun 07 06:38:28 2004 +0000
description:
Tickets #448 and #449.
diffstat:
doc/CHANGES-2.0 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r b7506b57ba31 -r 994b68e6441e doc/CHANGES-2.0
--- a/doc/CHANGES-2.0 Mon Jun 07 06:37:28 2004 +0000
+++ b/doc/CHANGES-2.0 Mon Jun 07 06:38:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0,v 1.1.2.258 2004/06/06 06:54:28 jdc Exp $
+# $NetBSD: CHANGES-2.0,v 1.1.2.259 2004/06/07 06:38:28 jdc Exp $
A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
until 2.0 release:
@@ -3537,3 +3537,20 @@
Add history section noting nawk is default since 2.0, and bump date.
[jdolecek, ticket #447]
+sys/net/if_ethersubr.c 1.115
+
+ Detach ethernet(-like) devices from a bridge in ether_ifdetach().
+ PR#25721.
+ [dyoung, ticket #448]
+
+sys/net80211/ieee80211.c 1.16
+sys/dev/ic/wi.c 1.161
+ Fix for "ifconfig wi0 media DS11" panicing system: in
+ ieee80211_chan2mode(), do not dereference the marker for
+ "any channel", IEEE80211_CHAN_ANYC.
+ Fix for "SIOCSIFMEDIA: Invalid argument": refactor wi_media_change()
+ and ieee80211_media_change(). ieee80211_media_change() handles a
+ lot more conditions than wi_media_change() did.
+ PR#25604.
+ [dyoung, ticket #449]
+
Home |
Main Index |
Thread Index |
Old Index