Mon Nov 10 04:25:55 2014 UTC ()
Add if_wm.c rev. 1.304 and 1.306 in ticket 190.


(msaitoh)
diff -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-7.0

cvs diff -r1.1.2.83 -r1.1.2.84 src/doc/Attic/CHANGES-7.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0 2014/11/09 21:00:16 1.1.2.83
+++ src/doc/Attic/CHANGES-7.0 2014/11/10 04:25:55 1.1.2.84
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.83 2014/11/09 21:00:16 snj Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.84 2014/11/10 04:25:55 msaitoh Exp $
2 2
3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
4until the 7.0 release: 4until the 7.0 release:
5 5
6doc/CHANGES-7.0 patched by hand 6doc/CHANGES-7.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9gnu/usr.bin/groff/tmac/mdoc.local patched by hand 9gnu/usr.bin/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 7.0_BETA! 12 Welcome to 7.0_BETA!
13 13
14sys/dev/usb/xhci.c 1.24 14sys/dev/usb/xhci.c 1.24
@@ -2032,27 +2032,27 @@ usr.sbin/makemandb/apropos.1 1.15 @@ -2032,27 +2032,27 @@ usr.sbin/makemandb/apropos.1 1.15
2032 Removeoutdated sentence referring to the original (well, old new) 2032 Removeoutdated sentence referring to the original (well, old new)
2033 limit of 10. 2033 limit of 10.
2034 [snj, ticket #185] 2034 [snj, ticket #185]
2035 2035
2036sys/arch/sparc64/dev/sab.c 1.53 2036sys/arch/sparc64/dev/sab.c 1.53
2037 2037
2038 Convert sab_shutdown from deprecated shutdownhook_establish(9) 2038 Convert sab_shutdown from deprecated shutdownhook_establish(9)
2039 API to PMF(9) framework. 2039 API to PMF(9) framework.
2040 [nakayama, ticket #186] 2040 [nakayama, ticket #186]
2041 2041
2042sys/dev/pci/pcidevs 1.1201-1.1202 via patch 2042sys/dev/pci/pcidevs 1.1201-1.1202 via patch
2043sys/dev/pci/pcidevs.h regen 2043sys/dev/pci/pcidevs.h regen
2044sys/dev/pci/pcidevs_data.h regen 2044sys/dev/pci/pcidevs_data.h regen
2045sys/dev/pci/if_wm.c 1.291-1.301, 1.307 via patch 2045sys/dev/pci/if_wm.c 1.291-1.301, 1.304, 1.306-1.307 via patch
2046sys/dev/pci/if_wmreg.h 1.61-1.65 via patch 2046sys/dev/pci/if_wmreg.h 1.61-1.65 via patch
2047sys/dev/pci/if_wmvar.h 1.21 via patch 2047sys/dev/pci/if_wmvar.h 1.21 via patch
2048share/man/man4/wm.4 1.31 via patch 2048share/man/man4/wm.4 1.31 via patch
2049 2049
2050 - Add Internal SERDES mode support newer than or equal to 82575. 2050 - Add Internal SERDES mode support newer than or equal to 82575.
2051 - Add new I218 devices. 2051 - Add new I218 devices.
2052 - Add DH89xxCC device. 2052 - Add DH89xxCC device.
2053 - Add some old devices. 2053 - Add some old devices.
2054 - Fix a bug that wm_get_swsm_semaphore() timed out when 2054 - Fix a bug that wm_get_swsm_semaphore() timed out when
2055 attaching device on some machines. 2055 attaching device on some machines.
2056 - Fix a bug that the offset of alt MAC address is wrongly 2056 - Fix a bug that the offset of alt MAC address is wrongly
2057 calculated to 0 when alt MAC address function is really used. 2057 calculated to 0 when alt MAC address function is really used.
2058 This bug does not appear as real bug if the same MAC address 2058 This bug does not appear as real bug if the same MAC address