CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: skrll Date: Sun Sep 14 08:47:08 UTC 2014 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: When doing vendor dma transfer wait for SDHC_TRANSFER_COMPLETE. >From jmcneill@ with some layout changes from me. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 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/usr.bin/make
Module Name:src Committed By: apb Date: Sun Sep 14 08:47:19 UTC 2014 Modified Files: src/usr.bin/make: make.1 Log Message: Small markup fixes: * Use \e instead of \\ to represent a backslash; * Dont' start a line with .SUFFIXES. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/usr.bin/make/make.1 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/allwinner
Module Name:src Committed By: jmcneill Date: Sun Sep 14 09:32:11 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_otgreg.h Log Message: fix some more registers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_otgreg.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/allwinner
Module Name:src Committed By: jmcneill Date: Sun Sep 14 09:34:12 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_otg.c Log Message: __SHIFTOUT -> __SHIFTIN when writing to a reg To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/allwinner/awin_otg.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/ic
Module Name:src Committed By: martin Date: Sun Sep 14 11:00:52 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h Log Message: Cleanup and __BIT()ify To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dwc_gmac.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/dwc_gmac_reg.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/broadcom
Module Name:src Committed By: jmcneill Date: Sun Sep 14 14:29:57 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm2835_dmac.c Log Message: return NULL when failing to establish interrupt To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2835_dmac.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/drm2/i915drm
Module Name:src Committed By: riastradh Date: Sun Sep 14 16:02:15 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c Log Message: Disable VGA plane after vga_cndetach. Disabling the VGA plane requires access to the VGA registers, which don't become available until vga_cndetach. Oops! To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/i915drm/intelfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: nonaka Date: Sun Sep 14 17:39:06 UTC 2014 Modified Files: src/sys/sys: bootblock.h Log Message: Avoid data abort at src/sys/dev/dkwedge/dkwedge_apple.c:swap_apple_drvr_descriptor() on zaurus. apple_drvr_map.sb_dd (struct apple_drvr_descriptor) isn't located in the address is 4 bytes alignment. Unaligned address is passed from dkwedge_apple.c:swap_apple_drvr_map to dkwedge_apple.c:swap_apple_drvr_descriptor(). data abort occurs when read 4 bytes from that address for read apple_drvr_descriptor.descBlock. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/sys/bootblock.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: martin Date: Sun Sep 14 18:28:38 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Add (disabled) debug code. Fix DMA descriptor link initialization. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_gmac.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/drm2
Module Name:src Committed By: riastradh Date: Sun Sep 14 19:06:01 UTC 2014 Modified Files: src/sys/external/bsd/drm2/drm: files.drmkms Added Files: src/sys/external/bsd/drm2/ttm: files.ttm Log Message: Split drm ttm config into a separate file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/drm/files.drmkms cvs rdiff -u -r0 -r1.1 src/sys/external/bsd/drm2/ttm/files.ttm 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: mrg Date: Sun Sep 14 19:54:05 UTC 2014 Modified Files: src/share/man/man4: acpi.4 src/sys/dev/acpi: acpi_pci_link.c files.acpi Log Message: introduce a new option: ACPI__DIS_IS_BROKEN. this is a hack to avoid calling the "_DIS" method during acpi interrupt link setup, which hangs various nforce4 based motherboards. when the problem is properly fixed, remove this hack. for now, it allows someone (me) to have a valid kernel config that doesn't require a source hack every new tree. ok chs@ To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/share/man/man4/acpi.4 cvs rdiff -u -r1.21 -r1.22 src/sys/dev/acpi/acpi_pci_link.c cvs rdiff -u -r1.94 -r1.95 src/sys/dev/acpi/files.acpi 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/drm2/drm
Module Name:src Committed By: riastradh Date: Sun Sep 14 20:08:21 UTC 2014 Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c Log Message: Fix module build of drmkms. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/drm/drm_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/drmkms_linux
Module Name:src Committed By: riastradh Date: Sun Sep 14 20:09:18 UTC 2014 Modified Files: src/sys/modules/drmkms_linux: Makefile Log Message: Fix module build of drmkms_linux. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/modules/drmkms_linux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/drm2pci
Module Name:src Committed By: riastradh Date: Sun Sep 14 20:16:07 UTC 2014 Removed Files: src/sys/modules/drm2pci: Makefile Log Message: Remove vestigial drm2pci module, replaced by drmkms_pci. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 src/sys/modules/drm2pci/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/arm32
Module Name:src Committed By: ryo Date: Sun Sep 14 20:35:45 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: add memory access barrier To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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/dev/usb
Module Name:src Committed By: jmcneill Date: Sun Sep 14 21:06:12 UTC 2014 Modified Files: src/sys/dev/usb: if_smsc.c Log Message: remove extra space between device name and "Ethernet address" To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/if_smsc.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/broadcom
Module Name:src Committed By: skrll Date: Sun Sep 14 21:06:37 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_board.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/broadcom/bcm53xx_board.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/cortex
Module Name:src Committed By: matt Date: Mon Sep 15 00:35:37 UTC 2014 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Make sure to read SCTRL no matter way CPU we are on. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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/net
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 05:54:02 UTC 2014 Modified Files: src/sys/net: if_vlan.c Log Message: Leave promiscuous mode when detaching a parent (ifconfig -vlanif) We have to call ifpromisc(ifp, 0) for both a VLAN interface and its parent when they are in promiscuous mode. PR 49196 To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/net/if_vlan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 06:07:37 UTC 2014 Modified Files: src/sys/net: if_vlan.c Log Message: Delete link local addresses of a vlan interface when detaching its parent This fixes PR 49197. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/net/if_vlan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ifconfig
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 06:46:04 UTC 2014 Modified Files: src/sbin/ifconfig: vlan.c Log Message: Add -vlanif to the help message of ifconfig PR 49114 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ifconfig/vlan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ifconfig
Module Name:src Committed By: ozaki-r Date: Mon Sep 15 06:48:05 UTC 2014 Modified Files: src/sbin/ifconfig: ifconfig.8 Log Message: Write about -vlanif in ifconfig.8 PR 49114 To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sbin/ifconfig/ifconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.