CVS commit: src/sys/net

2015-04-30 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 30 09:57:38 UTC 2015

Modified Files:
src/sys/net: route.c route.h

Log Message:
Make some functions static

- rtflushall
- rtcache_clear
- rtcache_invalidate

And pull these static inline functions in route.c

- rt_destroy
- rt_setkey


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/net/route.c
cvs rdiff -u -r1.90 -r1.91 src/sys/net/route.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2015-04-30 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 30 10:00:04 UTC 2015

Modified Files:
src/sys/netinet6: nd6.c

Log Message:
Don't take KERNEL_LOCK for if_output when NET_MPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/netinet6/nd6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2015-04-30 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Thu Apr 30 13:46:47 UTC 2015

Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
src/sys/arch/arm/conf: Makefile.arm
src/sys/kern: init_main.c
Added Files:
src/sys/dev/splash: splash.mk

Log Message:
Added a new option for embedding a splash screen into kernel.
Add: options SPLASHSCREEN
 makeoptions SPLASHSCREEN_IMAGE="path/to/image"
to your config file.  So far it will work on amd64 and RPI/RPI2.

This commit was with ideas, help, and OK from jmcneill@.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amd64/conf/Makefile.amd64
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/conf/Makefile.arm
cvs rdiff -u -r0 -r1.1 src/sys/dev/splash/splash.mk
cvs rdiff -u -r1.464 -r1.465 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-04-30 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Apr 30 14:02:09 UTC 2015

Modified Files:
src/doc [netbsd-7]: 3RDPARTY CHANGES-7.0

Log Message:
Adjust documentation and 3RDPARTY for ticket 711.


To generate a diff of this commit:
cvs rdiff -u -r1.1145.2.12 -r1.1145.2.13 src/doc/3RDPARTY
cvs rdiff -u -r1.1.2.273 -r1.1.2.274 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2015-04-30 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Thu Apr 30 15:22:32 UTC 2015

Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
src/sys/arch/arm/conf: Makefile.arm
src/sys/kern: init_main.c

Log Message:
Remove unintended whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amd64/conf/Makefile.amd64
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/conf/Makefile.arm
cvs rdiff -u -r1.465 -r1.466 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2015-04-30 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Apr 30 15:48:47 UTC 2015

Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h

Log Message:
- BGE_CHIPID_BCM5784_A1 is not 0x5784100 but 0x5784001. Only dmesg output
  is affected.
- Add BGE_CHIPREV_5784_AX and BGE_CHIPID_BCM5784_B0.


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 src/sys/dev/pci/if_bge.c
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/bluetooth

2015-04-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 30 16:01:52 UTC 2015

Modified Files:
src/sys/dev/bluetooth: bcsp.c

Log Message:
Fix more memory leaks by changing the transmit routines to always free the
mbuf to send.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/bluetooth/bcsp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2015-04-30 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Apr 30 16:09:06 UTC 2015

Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h

Log Message:
 Use another firmware command in bge_asf_driver_up(). This change fixes
a bug that watchdog timeout occurs every 20-30 minutes on HP ML110 G6
reported enami@ in PR#49657.


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 src/sys/dev/pci/if_bge.c
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/dev/mii

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:15:10 UTC 2015

Modified Files:
src/sys/dev/mii [netbsd-7]: rgephy.c rgephyreg.h

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #722):
sys/dev/mii/rgephy.c: revision 1.39
sys/dev/mii/rgephyreg.h: revision 1.8
when resetting RTL8211F, make sure to disable manual MDI mode


To generate a diff of this commit:
cvs rdiff -u -r1.35.4.2 -r1.35.4.3 src/sys/dev/mii/rgephy.c
cvs rdiff -u -r1.6.34.1 -r1.6.34.2 src/sys/dev/mii/rgephyreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:27:20 UTC 2015

Modified Files:
src/sys/arch/x86/pci [netbsd-7]: ichlpcib.c
src/sys/dev/pci [netbsd-7]: ichsmb.c pucdata.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #725):
sys/arch/x86/pci/ichlpcib.c: revisions 1.47, 1.48
sys/dev/pci/ichsmb.c: revisions 1.39, 1.40, 1.41
sys/dev/pci/pucdata.c: revision 1.94
Add 9 Series support.
--
Add Intel C61x and X99 devices.
--
attach Mobile 5th Gen. Core SMBus


To generate a diff of this commit:
cvs rdiff -u -r1.43.4.3 -r1.43.4.4 src/sys/arch/x86/pci/ichlpcib.c
cvs rdiff -u -r1.37.2.1 -r1.37.2.2 src/sys/dev/pci/ichsmb.c
cvs rdiff -u -r1.93 -r1.93.4.1 src/sys/dev/pci/pucdata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/arch/arm/amlogic

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:34:40 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic [netbsd-7]: amlogic_crureg.h amlogic_io.c
amlogic_reg.h files.amlogic
Added Files:
src/sys/arch/arm/amlogic [netbsd-7]: amlogic_gpio.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #723):
sys/arch/arm/amlogic/amlogic_crureg.h: revisions 1.9, 1.10
sys/arch/arm/amlogic/amlogic_gpio.c: revision 1.1
sys/arch/arm/amlogic/amlogic_io.c: revision 1.11
sys/arch/arm/amlogic/amlogic_reg.h: revision 1.11
sys/arch/arm/amlogic/files.amlogic: revision 1.12
sys/arch/evbarm/conf/ODROID-C1: revision 1.18
Add Amlogic GPIO driver.


To generate a diff of this commit:
cvs rdiff -u -r1.7.2.3 -r1.7.2.4 src/sys/arch/arm/amlogic/amlogic_crureg.h \
src/sys/arch/arm/amlogic/amlogic_io.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/arm/amlogic/amlogic_gpio.c
cvs rdiff -u -r1.9.2.3 -r1.9.2.4 src/sys/arch/arm/amlogic/amlogic_reg.h
cvs rdiff -u -r1.8.2.3 -r1.8.2.4 src/sys/arch/arm/amlogic/files.amlogic

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/external/bsd/blacklist/bin

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:37:38 UTC 2015

Modified Files:
src/external/bsd/blacklist/bin [netbsd-7]: blacklistctl.8 blacklistd.8
blacklistd.conf.5

Log Message:
Pull up following revision(s) (requested by riz in ticket #726):
external/bsd/blacklist/bin/blacklistctl.8: revision 1.7
external/bsd/blacklist/bin/blacklistd.8: revision 1.11
external/bsd/blacklist/bin/blacklistd.conf.5: revision 1.3
blacklistd and friends will actually be in NetBSD 7.


To generate a diff of this commit:
cvs rdiff -u -r1.6.2.2 -r1.6.2.3 \
src/external/bsd/blacklist/bin/blacklistctl.8
cvs rdiff -u -r1.10.2.2 -r1.10.2.3 \
src/external/bsd/blacklist/bin/blacklistd.8
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 \
src/external/bsd/blacklist/bin/blacklistd.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:42:20 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #723):
sys/arch/arm/amlogic/amlogic_crureg.h: revisions 1.9, 1.10
sys/arch/arm/amlogic/amlogic_gpio.c: revision 1.1
sys/arch/arm/amlogic/amlogic_io.c: revision 1.11
sys/arch/arm/amlogic/amlogic_reg.h: revision 1.11
sys/arch/arm/amlogic/files.amlogic: revision 1.12
sys/arch/evbarm/conf/ODROID-C1: revision 1.18
Add Amlogic GPIO driver.


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.5 -r1.12.2.6 src/sys/arch/evbarm/conf/ODROID-C1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:43:53 UTC 2015

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
722, 723, 725, 726


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.274 -r1.1.2.275 src/doc/CHANGES-7.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/pci

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:53:28 UTC 2015

Modified Files:
src/sys/dev/pci [netbsd-6]: if_wm.c if_wmvar.h pcidevs

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1296):
sys/dev/pci/pcidevs: revision 1.1195 via patch
sys/dev/pci/if_wm.c: revisions 1.290, 1.304 via patch
sys/dev/pci/if_wmvar.h: revision 1.20 via patch
- Set the WM_F_ATTACHED flag if wm_attach() finished succesfully and
  check the flag in wm_detach(). It will avoid to panic in wm_detach().
  Fixes PR#49102.
- Support DH89xxCC device.
- Add extra delay for 82580 and newer devices except DH89XXCC SGMII device.
  Same as FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.227.2.17 -r1.227.2.18 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.12.10.5 -r1.12.10.6 src/sys/dev/pci/if_wmvar.h
cvs rdiff -u -r1.1102.2.17 -r1.1102.2.18 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/pci

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:54:39 UTC 2015

Modified Files:
src/sys/dev/pci [netbsd-6]: pcidevs.h pcidevs_data.h

Log Message:
regen for ticket 1296


To generate a diff of this commit:
cvs rdiff -u -r1.1097.2.17 -r1.1097.2.18 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1096.2.17 -r1.1096.2.18 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:56:24 UTC 2015

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
1296


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dev/pci

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 20:02:02 UTC 2015

Modified Files:
src/sys/dev/pci [netbsd-5]: pcidevs.h pcidevs_data.h

Log Message:
regen for ticket 1962


To generate a diff of this commit:
cvs rdiff -u -r1.963.4.19 -r1.963.4.20 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.962.4.19 -r1.962.4.20 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/sys/dev/pci

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 20:00:27 UTC 2015

Modified Files:
src/sys/dev/pci [netbsd-5]: if_wm.c if_wmreg.h if_wmvar.h pcidevs

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1962):
sys/dev/pci/if_wm.c: revisions 1.259-1.266, 1.269, 1.271, 1.273-1.274, 
1.277-1.278, 1.282, 1.284-1.285, 1.287, 1.290, 1.294, 1.297-1.298, 1.300-1.301, 
1.304-1.307, 1.310, 1.312-1.314, 1.316 via patch
sys/dev/pci/if_wmreg.c: revisions 1.54-1.57, 1.59-1.60, 1.62, 1.64-1.66 
via patch
sys/dev/pci/if_wmvar.c: revisions 1.17, 1.20-1.21 via patch
sys/dev/pci/pcidevs: revisions 1.1172, 1.1195, 1.1201 via patch
- Fix "MDIC write error" bug for 82574 and 82583. For those chips, the
  semaphore must be released after chip reset. Found and tested by
  Mark Davies.
- Fix BMC related bugs.
- Fix yet another NVM bank detect problem in wm(4). Use bank 0 if the detect
  function failed. It's the same as FreeBSD. Observed and tested with
  Asus P8P67 Deluxe motherboard and tested by jnemeth.
- Add support for I354 DH89xxCC and some new I218 devices.
- Fix definition of CTRL_GIO_M_DIS bit.
- Insert completion barrier between register write and delay().
- Bump max TX DMA size to avoid pathological condition with TSO. From dyoung.
- Fix semaphore related bugs.
- Call wm_set_pcie_completion_timeout() on I350, I354, I210 and I211, too.
  Same as FreeBSD and OpenBSD.
- Drop PHPM_GO_LINK_D bit in WMREG_PHPM on some chips. From FreeBSD.
-  Fix fiber link problem (PR#44776 and PR#30880).
- WM_T_82545 is not 1000base-SX but 1000base-LX. Same as FreeBSD.
- Set the WM_F_ATTACHED flag if wm_attach() finished succesfully and check
  the flag in wm_detach(). It will avoid to panic in wm_detach().
  Fixes PR#49102.
- It's not required to print "failed to detect NVM bank" with
  aprint_error_dev(). Use DPRINTF(). Same as {Free,Open}BSD.
- Fix a bug that the offset of alt MAC address is wrongly calculated to 0
  when alt MAC address function is really used. This bug does not appear
  as real bug if the same MAC address is written in the default location
  and alt MAC address's location.
- Initialize some hardware bits for 8257[1234], 82583, 80003, ICH* and PCH*.
  Some of them are workaround code. From other *BSDs, Linux and documents.
- Fix a bug that wm_sgmii_writereg() function doesn't pass the "val" argument
  to the I2CCMD register. Reported by Bernard Merindol in PR#49789.
- Delete 82580ER related code. It was from FreeBSD and was removed
  in r203049.
- Remove extra debug message.
- Remove unused variable.
- Remove a duplicated error message.
- Cleanup comments.
- Fix debug message.


To generate a diff of this commit:
cvs rdiff -u -r1.162.4.20 -r1.162.4.21 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.24.20.8 -r1.24.20.9 src/sys/dev/pci/if_wmreg.h
cvs rdiff -u -r1.2.46.6 -r1.2.46.7 src/sys/dev/pci/if_wmvar.h
cvs rdiff -u -r1.962.4.19 -r1.962.4.20 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 20:04:33 UTC 2015

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

Log Message:
1962


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2015-04-30 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Fri May  1 02:00:41 UTC 2015

Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
src/sys/arch/arm/conf: Makefile.arm
src/sys/conf: Makefile.kern.inc
src/sys/dev/splash: files.splash splash.mk
src/sys/dev/wsfb: files.wsfb

Log Message:
Include splash with genfb.
splash.o is only included with options SPLASHSCREEN.
splash_image.o target moved to Makefile.kern.inc.

This commit was approved by matt@


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/amd64/conf/Makefile.amd64
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arm/conf/Makefile.arm
cvs rdiff -u -r1.183 -r1.184 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/splash/files.splash
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/splash/splash.mk
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/wsfb/files.wsfb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/splash

2015-04-30 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Fri May  1 02:35:16 UTC 2015

Modified Files:
src/sys/dev/splash: splash.mk

Log Message:
Forgot RCS ID header.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/splash/splash.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2015-04-30 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May  1 03:26:43 UTC 2015

Modified Files:
src/sys/dev/pci: if_bge.c

Log Message:
 Remove PCI_PRODUCT_BROADCOM_BCM5724 and PCI_PRODUCT_BROADCOM_BCM5750M.
These devices have not released to public. Same as OpenBSD and Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/dev/pci/if_bge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2015-04-30 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May  1 03:42:15 UTC 2015

Modified Files:
src/sys/dev/pci: if_bge.c

Log Message:
 Add some workaround code for BGE_ASICREV_BCM5784 from Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/sys/dev/pci/if_bge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/dwc2

2015-04-30 Thread Hikaru Abe
Module Name:src
Committed By:   hikaru
Date:   Fri May  1 06:58:40 UTC 2015

Modified Files:
src/sys/external/bsd/dwc2: dwc2var.h
src/sys/external/bsd/dwc2/dist: dwc2_core.c

Log Message:
Support external DMA mode and provide an interface for DMA address configuration


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/dwc2/dwc2var.h
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/dwc2/dist/dwc2_core.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.