Module Name:    src
Committed By:   bouyer
Date:           Wed Jun 19 08:02:06 UTC 2013

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.3

Log Message:
tickets #1847, #1850, #1859, #1862, #1864


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-5.3

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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.18 src/doc/CHANGES-5.3:1.1.2.19
--- src/doc/CHANGES-5.3:1.1.2.18	Mon Jun 17 01:51:24 2013
+++ src/doc/CHANGES-5.3	Wed Jun 19 08:02:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.18 2013/06/17 01:51:24 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.19 2013/06/19 08:02:06 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
 release:
@@ -338,3 +338,93 @@ usr.sbin/installboot/arch/vax.c			1.14-1
 	(booting via VMB.EXE).
 	Don't include host's disklabel.h.
 	[martin, ticket #1856]
+sys/arch/x86/include/mtrr.h			1.5
+sys/arch/x86/include/specialreg.h		1.55
+sys/arch/x86/x86/mtrr_i686.c			1.25
+
+	Increase MTRR_I686_NVAR_MAX from 8 to 16. Avoids
+	"FIXME: more than 8 MTRRs (10)" message on booting Thinkpad W520 and
+	similar. While here replace a magic number with MTRR_I686_NVAR_MAX * 2
+	[msaitoh, ticket #1847]
+
+sys/dev/pci/if_wm.c			1.201, 1.203-1.204, 1.207-1.212, 1.215,
+					1.217-1.218, 1.220-1.223, 1.228,
+					1.232-245 via patch
+sys/dev/pci/if_wmreg.h			1.40-1.45, 1.47-1.48 via patch
+sys/dev/pci/if_wmvar.h			1.11-1.13 via patch
+sys/dev/pci/pcidevs			1.1074, 1.1077, 1.1117 via patch
+sys/dev/pci/pcidevs.h			regen
+sys/dev/pci/pcidevs_data.h		regen
+sys/dev/mii/igphyreg.h			1.6 via patch
+sys/dev/mii/ihphy.c			1.1-1.2 via patch
+sys/dev/mii/ihphyreg.h			1.1 via patch
+sys/dev/mii/inbmphyreg.h		1.3 via patch
+sys/dev/mii/files.mii			1.47 via patch
+sys/dev/mii/miidevs			1.97 and 1.100 via patch
+sys/dev/mii/miidevs.h			regen
+sys/dev/mii/miidevs_data.h		regen
+sys/arch/i386/conf/ALL			1.280 via patch
+sys/arch/i386/conf/GENERIC		1.1001 via patch
+sys/arch/i386/conf/INSTALL_FLOPPY	1.11 via patch
+sys/arch/i386/conf/XEN2_DOM0		patch
+sys/arch/amd64/conf/GENERIC		1.293 via patch
+sys/arch/amd64/conf/XEN3_DOM0		1.61 via patch
+share/man/man4/wm.4			1.21-1.24 via patch
+
+	Apply almost all fixes and improvements from netbsd-6 except for
+	the rev. 1.196's iqdrops' change.
+
+	- Add the detach code.
+	- Add code for WOL, ASF, IPMI and Intel AMT. WOL is disabled by default
+	- Add Yet another workaround for ICH8.
+	- 82576 is dual port, so check the FUNCID and increment the
+	  MAC address for the 2nd port.
+	- Fix the names of 82577L[MC] LAN controllers (for mobile).
+	- Fix CTRL_EXT_SWDPIN() and CTRL_EXT_SWDPIO() macros. The bit order
+	  of the SW definable pin is not 6543 but 3654!!!
+	- Rewrite the code to read MAC address from eeprom.
+	- Add 82580 support.
+	- 82571 quirk. Only 82571 shares port 0 of EEMNGCTL_CFGDONE.
+	- The document says that the TDH register must be set after
+	  TCL.EN is set on 82575 and newer devices.
+	- Fix some register names. No functional change.
+	- Omit U+00AE "REGISTERED SIGN" in a product name due to its
+	  non-ASCII nature.
+	- Stop wm(4) from needlessly resetting when you add or delete a vlan(4).
+	- Fix MAC address check on 8257[156] and 80003 case. Some cards have
+	  non 0xffff pointer but those don't use alternative MAC address
+	  in reality. So we check whether the broadcast bit is set or not
+	  like Intel's e1000 driver.
+	  Fixes PR kern/44072 reported by Jean-Yves Moulin.
+	- Add PCH2(and 82579) support. Fixes PR#46487
+	- Add yet another 82567V support.
+	- Add ICH10+HANKSVILL support.
+	- Add support Intel I350 Ethernet.
+	- Make vlan and all ip/ip6 checksum offload work for the I350.
+	- Fix compile error with  WM_DEBUG.
+	- Fix a bug that PHY isn't set to low-power mode on PCH and PCH2.
+	- Add WM_DEBUG_NVM. If WM_DEBUG_NVM is enabled, dump the FLASH ROM data.
+	- Skip 64bit BAR correctly.
+	- Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350.
+	- Use 82580(and I350) specific PHY read/write functions. Fixes PR#47542.
+	- Style fix. Fix typo in comment. Fix comments. Add comments.
+	[msaitoh, ticket #1850]
+
+sys/kern/kern_drvctl.c				1.34
+
+	Fix memory leak on the following cases when device attached or detached:
+	  - No one open drvctl.
+	  - kmem_alloc() failed in devmon_insert().
+
+	[msaitoh, ticket #1859]
+
+share/man/man4/options.4			1.420
+
+	Fix typo
+	[msaitoh, ticket #1862]
+
+sys/netinet6/ip6_flow.c				1.21
+
+	Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.
+	[msaitoh, ticket #1864]
+

Reply via email to