Module Name: src
Committed By: msaitoh
Date: Mon Aug 26 04:06:25 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1 CHANGES-6.2
Log Message:
Ticket 652.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-6.1
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.128 src/doc/CHANGES-6.1:1.1.2.129
--- src/doc/CHANGES-6.1:1.1.2.128 Sun May 12 23:51:22 2013
+++ src/doc/CHANGES-6.1 Mon Aug 26 04:06:25 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.128 2013/05/12 23:51:22 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.129 2013/08/26 04:06:25 msaitoh Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -651,14 +651,6 @@ dist/ipf/tools/ipmon_y.y patch
Fix alignment issues in ipmon. PR#47101.
[nakayama, ticket #651]
-sys/dev/mii/brgphy.c 1.60
-sys/dev/pci/if_bge.c 1.202
-sys/dev/pci/if_bgereg.h 1.57
-
- Add support for BCM57762 and BCM57765, found in Apple's Thunderbolt
- to Gigabit Ethernet adapter. PR kern/46961
- [tsutsui, ticket #652]
-
lib/libnpf/npf.c 1.14
usr.sbin/npf/npfctl/npf_var.h 1.5
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.31 src/doc/CHANGES-6.2:1.1.2.32
--- src/doc/CHANGES-6.2:1.1.2.31 Sat Aug 10 22:52:34 2013
+++ src/doc/CHANGES-6.2 Mon Aug 26 04:06:25 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.31 2013/08/10 22:52:34 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.32 2013/08/26 04:06:25 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -490,3 +490,10 @@ sys/dev/i2c/w83795greg.h 1.1
device, as used in the HP Microserver N36L/N40L/N54L.
[matt, ticket #929]
+sys/dev/mii/brgphy.c 1.60
+sys/dev/pci/if_bge.c 1.202
+sys/dev/pci/if_bgereg.h 1.57
+
+ Add support for BCM57762 and BCM57765, found in Apple's Thunderbolt
+ to Gigabit Ethernet adapter. PR kern/46961
+ [tsutsui, ticket #652]