CVS commit: src/sys/dev/pci

2015-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 23 08:45:14 UTC 2015 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: PHY_CTRL_GBE_DIS is not bit 4 but bit 6. This change has no any effect by default because WM_WOL is not defined yet and

CVS commit: src/sys/arch/dreamcast

2015-10-23 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Oct 23 08:40:08 UTC 2015 Modified Files: src/sys/arch/dreamcast/dev/g2: gapspci_pci.c src/sys/arch/dreamcast/include: pci_machdep.h Log Message: fix build failure on dreamcast. To generate a diff of this commit:

CVS commit: src/sys/dev/mii

2015-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 23 08:40:34 UTC 2015 Modified Files: src/sys/dev/mii: igphyreg.h Log Message: - PSCR_TP_LOOPBACK is not bit 0 but bit 4. No binary change because this macro is not used. - Rename MII_IGPPHY_PORT_CONFIG's bit

CVS commit: src/doc

2015-10-23 Thread Christos Zoulas
[christos 20151009] + ntp: Import ntp 4.2.8p4. [christos 20151023]

CVS commit: src/sys/arch/x86/x86

2015-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 23 18:53:26 UTC 2015 Modified Files: src/sys/arch/x86/x86: sys_machdep.c Log Message: fix broken error handling; error was used uninitialized. Changing the compilation flags broke all threaded programs for me. XXX: