CVS commit: src/sys/dev/pci

2016-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 28 06:59:08 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Change debug flags to be better than before. To generate a diff of this commit: cvs rdiff -u -r1.433 -r1.434 src/sys/dev/pci/if_wm.c Please not

CVS commit: src/sys/dev/pci

2016-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 28 06:27:11 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: - Define WMPHY_I217, WMPHY_VF and WMPHY_210. - Use BME1000_PHY_PAGE_SELECT in wm_gmii_bm_{read,write}reg(). This change has no effect

CVS commit: src/sys/net

2016-10-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Oct 28 05:52:05 UTC 2016 Modified Files: src/sys/net: if.c Log Message: Fix the position of IFADDR_ENTRY_DESTROY It must be called after all readers left, i.e, after pserialize_perform. To generate a diff of this commit: c

CVS commit: src/sys/dev

2016-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 28 05:50:18 UTC 2016 Modified Files: src/sys/dev/mii: igphyreg.h ikphyreg.h inbmphyreg.h src/sys/dev/pci: if_wm.c Log Message: - Use MII_ADDRMASK. - Remove debug printf(). To generate a diff of this commit: cvs

CVS commit: src/sys/dev/mii

2016-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 28 05:47:17 UTC 2016 Modified Files: src/sys/dev/mii: mii.h Log Message: Define MII_ADDRBITS and MII_ADDRMASK. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/mii/mii.h Please note that diffs

CVS commit: src/sys/dev/pci

2016-10-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Oct 28 05:29:11 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix wm(4) input drop packet counter. WMREG_RNBC is incremented when there is no available buffers in host memory. However, ethernet controller

CVS commit: src/sys/dev/pci

2016-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 28 05:21:49 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: - Remove an 82578 workaround which was for PCH rev < 3. FreeBSD removed this workaround in r228386. - Add an 82578 workaround which is for PHY r

CVS commit: src/sys/dev/pci

2016-10-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Oct 28 04:14:13 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix sc_stopping race. To scale, separate sc_stopping flag to wm_softc and each tx,rx queues. Pointed out by skrll@n.o, thanks. ok by msaitoh@

CVS commit: src/doc

2016-10-27 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Oct 27 15:21:07 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: We have root.cache 2016102001 (October 20, 2016). To generate a diff of this commit: cvs rdiff -u -r1.1372 -r1.1373 src/doc/3RDPARTY Please note that dif

CVS commit: src/etc/namedb

2016-10-27 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Oct 27 15:20:32 UTC 2016 Modified Files: src/etc/namedb: root.cache Log Message: Update root.cache to 2016102001 (October 20, 2016). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/etc/namedb/root.cache Plea

CVS commit: src/doc

2016-10-27 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Thu Oct 27 15:20:09 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: named.root 2016102001 (October 20, 2016) has out. To generate a diff of this commit: cvs rdiff -u -r1.1371 -r1.1372 src/doc/3RDPARTY Please note that dif

CVS commit: src/external/gpl3/gdb/dist/gdb

2016-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 27 14:30:55 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: it might not be a breakpoint, so make the message what it actually is. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 12:30:54 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c Log Message: Style and sprinkle const. To generate a diff of this commit: cvs rdiff -u -r1.108.2.24 -r1.108.2.25 src/sys/dev/usb/ucom.c Please not

CVS commit: src/external/gpl3/gdb/dist/gdb/config/pa

2016-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 11:48:24 UTC 2016 Removed Files: src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt Log Message: .mt files are dead To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd

CVS commit: src/tests/net/if_pppoe

2016-10-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 27 09:59:17 UTC 2016 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: fix rarely rump.ping6 failures by "UDP connect". and fix typo. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 07:46:19 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c ugen.c uhid.c umass.c umidi.c usbdi_util.c usbdi_util.h Log Message: Retire usb_detach_{wait,broadcast} and simply use condvar(9) instead