CVS commit: src/distrib/sets/lists/modules
Module Name:src Committed By: pgoyette Date: Sun May 3 07:30:52 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.i386 Log Message: Fix typo, fix the build-break. One '/' is enough in path names. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/modules/md.i386 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: justin Date: Sun May 3 10:44:04 UTC 2015 Modified Files: src/sys/netinet: if_arp.c Log Message: Rename delay variable as it shadows a global on arm. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
Module Name:src Committed By: jmcneill Date: Sun May 3 11:46:44 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: set SDHC_FLAG_SINGLE_POWER_WRITE To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_sdhc.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/sdmmc
Module Name:src Committed By: jmcneill Date: Sun May 3 11:46:25 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add SDHC_FLAG_SINGLE_POWER_WRITE flag, that tells the driver to update the SDHC_POWER_CTL register with a single write rather than in multiple steps. Required for Tegra K1 SDHC. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/sdmmc/sdhcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
Module Name:src Committed By: jmcneill Date: Sun May 3 11:47:15 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_car.c tegra_carreg.h Log Message: when setting sdmmc divisor, do a full reset / enable sequence To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_car.c \ src/sys/arch/arm/nvidia/tegra_carreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Sun May 3 12:27:32 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoi.3 Log Message: Sort ERRORS and SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/strtoi.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Sun May 3 12:28:20 UTC 2015 Modified Files: src/lib/libc/stdlib: strtou.3 Log Message: Sort ERRORS and SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/strtou.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Sun May 3 12:29:28 UTC 2015 Modified Files: src/lib/libc/stdlib: strtoul.3 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/stdlib/strtoul.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: hsuenaga Date: Sun May 3 14:38:10 UTC 2015 Modified Files: src/sys/arch/arm/marvell: files.marvell mvsoc.c src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c src/sys/arch/evbarm/marvell: marvellvar.h Added Files: src/sys/dev/marvell: if_mvxpe.c if_mvxpereg.h if_mvxpevar.h Log Message: add new ethernet driver mvxpe for recent MARVELL's SoC after ARMADA/XP. this driver supports 'counter mode', and is disabled by default. ARMADA SoC family has new ethernet controller acceleration mode called 'enhanced mode' or 'counter mode.' it seems that backward compatibility mode used by if_mvgbe is still working, but the specification of the old mode is completely disappeared from SoC's reference manual. I tested the driver using MIRABOX(ARMADA/370). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/marvell/files.marvell cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/marvell/mvsoc.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/armadaxp/armadaxp_machdep.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/marvell/marvellvar.h cvs rdiff -u -r0 -r1.1 src/sys/dev/marvell/if_mvxpe.c \ src/sys/dev/marvell/if_mvxpereg.h src/sys/dev/marvell/if_mvxpevar.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/iscsi
Module Name:src Committed By: joerg Date: Sun May 3 15:07:12 UTC 2015 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c Log Message: Make sure callout is halted, not just stopped, before freeing memory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/iscsi/iscsi_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: martin Date: Sun May 3 15:13:13 UTC 2015 Modified Files: src: Makefile Log Message: PR 49870: pass the xsrc path to postinstall To generate a diff of this commit: cvs rdiff -u -r1.312 -r1.313 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/cortex
Module Name:src Committed By: matt Date: Sun May 3 16:18:51 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: On secondary cores, invalidate the caches to make them clean. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/cortex/a9_mpsubr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
Module Name:src Committed By: jmcneill Date: Sun May 3 16:40:12 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_car.c tegra_carreg.h tegra_var.h Log Message: add pllc and uart rate funcs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_car.c \ src/sys/arch/arm/nvidia/tegra_carreg.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/nvidia/tegra_var.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/ic
Module Name:src Committed By: jmcneill Date: Sun May 3 17:22:55 UTC 2015 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: add COM_TYPE_TEGRA To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 src/sys/dev/ic/com.c cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/comvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: jmcneill Date: Sun May 3 17:24:45 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_com.c tegra_reg.h src/sys/arch/evbarm/tegra: tegra_machdep.c Log Message: UART clock source is PLLP. Set com type to COM_TYPE_TEGRA. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_com.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_reg.h cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/tegra/tegra_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jmcneill Date: Sun May 3 18:49:28 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: JETSONTK1 Log Message: disable MULTIPROCESSOR for now To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/JETSONTK1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/modules
Module Name:src Committed By: pgoyette Date: Sun May 3 21:59:23 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.i386 Log Message: Put the '/' back, but put it in the correct location! To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/distrib/sets/lists/modules/md.i386 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: jmcneill Date: Sun May 3 22:37:27 UTC 2015 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: print some useful information at attach time To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sdmmc/sdhc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
Module Name:src Committed By: jmcneill Date: Sun May 3 22:40:02 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: since we dont support SDR104 yet, dont try to optimize it; instead, optimize for HS mode, which brings us up from 34 MHz to 45.333 MHz To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_sdhc.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
Module Name:src Committed By: pgoyette Date: Sun May 3 22:51:11 UTC 2015 Modified Files: src/sys/dev/pci: ichsmb.c piixpm.c Log Message: Teach a couple of i2cbus controllers how to rescan. This enables {,un}loading and {at,de}taching of the iic(4) driver/module at a later time. Tested piixpm on QEMU, and ichsmb on my live server. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/ichsmb.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/pci/piixpm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Mon May 4 00:12:56 UTC 2015 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: If not using LPAE, if memory ends at 4GB ignore the last page so physical_end doesn't wrap to 0. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm32/arm32_boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Mon May 4 00:41:42 UTC 2015 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Fix 4GB wraparound math. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm32/arm32_boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Mon May 4 00:44:12 UTC 2015 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Deal with 2GB of ram or memory ending at or above 4GB. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/arm32/arm32_kvminit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Mon May 4 00:55:30 UTC 2015 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Deal with 4GB overflow in arm32_kvminit.c To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/arm32/arm32_boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jmcneill Date: Mon May 4 00:59:29 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: std.tegra Log Message: Remove __HAVE_MM_MD_DIRECT_MAPPED_PHYS and re-enable 2GB support, fixed by arm32_kvminit.c r1.33 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.tegra Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: pgoyette Date: Mon May 4 02:43:18 UTC 2015 Modified Files: src/share/man/man4/man4.x86: Makefile ichlpcib.4 Added Files: src/share/man/man4/man4.x86: tco.4 Log Message: Add new man page for tco(4), and update ichlpcib(4) man page. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/man4.x86/Makefile cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/ichlpcib.4 cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.x86/tco.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/man
Module Name:src Committed By: pgoyette Date: Mon May 4 02:43:45 UTC 2015 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add new tco(4) man page to sets list. To generate a diff of this commit: cvs rdiff -u -r1.1499 -r1.1500 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: pgoyette Date: Mon May 4 03:46:29 UTC 2015 Modified Files: src/share/man/man4/man4.x86: ichlpcib.4 Log Message: Update the min and max interval values for the watchdog. The previous numbers were correct, but the units for those numbers was ticks, not seconds! (One tco watchdog tick is approximately 0.6 seconds.) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/man4.x86/ichlpcib.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: pgoyette Date: Mon May 4 03:53:41 UTC 2015 Modified Files: src/share/man/man4/man4.x86: tco.4 Log Message: Remove extraneous blank line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/tco.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.emips
Module Name:src Committed By: ryoon Date: Mon May 4 05:30:48 UTC 2015 Modified Files: src/share/man/man4/man4.emips: enic.4 Log Message: Add missing .Sh SYNOPSIS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.emips/enic.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: pgoyette Date: Mon May 4 06:14:47 UTC 2015 Modified Files: src/share/man/man4: dm.4 Log Message: Update mark-up To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/dm.4 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
Module Name:src Committed By: msaitoh Date: Mon May 4 06:44:13 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Remove WMREG_TQSA_LO and WMREG_TQSA_HIGH. Those registers are not described in documents and other OS's drivers don't access it. (I have no the first chip(82542)'s document. Those registers might be described in the document). To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/if_wmreg.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/pci
Module Name:src Committed By: msaitoh Date: Mon May 4 06:51:08 UTC 2015 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Set ICH9 and ICH10's PBA side to 14K if the RX buffer size is more than 4096. Almost the Same as other OSes To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.