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

2015-04-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 7 07:58:56 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_subr.c Log Message: Oops. Fix previous. To generate a diff of this commit: cvs rdiff -u -r1.198.2.11 -r1.198.2.12 src/sys/dev/usb/usb_subr.c Please

CVS commit: src/sys/dev/usb

2015-04-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 11 10:10:14 UTC 2015 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Use NULL not 0 for pointers. Add a '\n' to a DPRINTF (old style) To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/dev/u

CVS commit: src/sys/arch/arm/arm32

2015-04-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 11 15:21:33 UTC 2015 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: #include "opt_arm_debug.h" for VERBOSE_INIT_ARM To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/sys/arch/arm/arm32/pmap.

CVS commit: src/sys/kern

2015-04-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 11 15:24:26 UTC 2015 Modified Files: src/sys/kern: kern_lock.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/kern/kern_lock.c Please note that diffs are not publ

CVS commit: src/sys/kern

2015-04-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 11 15:23:56 UTC 2015 Modified Files: src/sys/kern: kern_lock.c Log Message: Allow sleeping in the idle lwp if the cpu isn't running yet. OK'ed by rmind a while ago. To generate a diff of this commit: cvs rdiff -u -r1.155

CVS commit: src/sys/arch/evbarm/rpi

2015-04-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 11 15:29:58 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Tweak cpu start up slightly and print TTBR for cortex_mmuinfo when VERBOSE_INIT_ARM To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/miscfs/genfs

2015-04-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 12 14:44:06 UTC 2015 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Fix UVMHIST build. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/miscfs/genfs/genfs_io.c Please note that diffs a

CVS commit: src/sys/arch

2015-04-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 12 17:32:39 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c bcm2835_intr.h bcm2835_obio.c bcm2835reg.h src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: RPI2 MP support. Thanks to M

CVS commit: src/common/lib/libc/arch/arm/atomic

2015-04-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 17 07:03:40 UTC 2015 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_swap.S Log Message: ARM ARM D7.3.2 - ensure all previous accesses are observed before the lock is cleared To generate a diff of this commit:

CVS commit: src/common/lib/libc/arch/arm/atomic

2015-04-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 17 07:15:03 UTC 2015 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_swap.S Log Message: Use the right register in previous. Spotted by matt@ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/

CVS commit: src/sys/arch/evbarm/conf

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 08:06:13 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: JETSONTK1 Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/JETSONTK1 Please note that diffs are not pub

CVS commit: src/sys/arch/arm/cortex

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 09:47:13 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Use character constants instead of ascii values for readability To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/

CVS commit: src/sys/arch/evbarm

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 11:03:31 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi2_start.S src/sys/arch/evbarm/tegra: tegra_start.S Log Message: Use character constants instead of ascii values for readability To generate a diff o

CVS commit: src/sys/arch/evbarm/awin

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 11:04:49 UTC 2015 Modified Files: src/sys/arch/evbarm/awin: awin_start.S Log Message: Use character constants instead of ascii values for readability Print A80 in the A80 case and actually print the CPU number for A31/A

CVS commit: src/sys/arch/evbarm/conf

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 11:30:22 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Use GENERIC.common To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbarm/conf/RPI Please note that diffs are not

CVS commit: src/sys/arch/evbarm/conf

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 11:32:37 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Enable COMPAT_NETBSD32 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/GENERIC.common Please

CVS commit: src/sys/arch/evbarm/conf

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 13:43:45 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Remove dmover(9) references To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/evbarm/conf/RPI Please note that diff

CVS commit: src/sys/arch/arm/pic

2015-04-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 18 14:09:32 UTC 2015 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Serialise work in pic_add. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/pic/pic.c Please note that diffs are

CVS commit: src/sys/arch

2015-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 27 06:54:12 UTC 2015 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/arch/arm/arm: core_machdep.c cpu_exec.c src/sys/arch/arm/cortex: a9_mpsubr.S src/sys/arch/arm/include: armreg.h Log

CVS commit: src/sys/arch/arm/include

2015-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 27 06:56:53 UTC 2015 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/arm/include/armreg.h Please note that

CVS commit: src/sys/arch/arm/cortex

2015-04-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 27 07:13:44 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Remove unused label To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/cortex/a9_mpsubr.S Please note tha

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

2015-04-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 28 06:55:26 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: utoppy.c Log Message: Remove lbl argument to utoppy_bulk_transfer To generate a diff of this commit: cvs rdiff -u -r1.24.4.7 -r1.24.4.8 src/sys/dev/usb/ut

CVS commit: src/sys/arch/evbarm/rpi

2015-05-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 1 09:59:11 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Disable non-boot CPUs on RPI2 - there are still issues with interrupt handling. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/arm/arm

2015-05-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 2 16:18:49 UTC 2015 Modified Files: src/sys/arch/arm/arm: arm_machdep.c disassem.c Log Message: Move /* A5.2.10 Synchronisation primitives */ block earlier so it matches correctly To generate a diff of this commit: cvs r

CVS commit: src/sys/arch/arm/arm

2015-05-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 2 16:20:41 UTC 2015 Modified Files: src/sys/arch/arm/arm: arm_machdep.c Log Message: Remove unintended commit To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/arm/arm/arm_machdep.c Please note

CVS commit: src/sys/arch/arm/nvidia

2015-05-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 6 21:27:05 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_carreg.h Log Message: More device bit definitions. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_carreg.h Pl

CVS commit: src/external/gpl3/binutils/dist/bfd

2015-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 8 15:13:53 UTC 2015 Modified Files: src/external/gpl3/binutils/dist/bfd: elf64-mips.c Log Message: Define bfd_elf64_bfd_is_local_label_name so that local symbols really get stripped, etc. To generate a diff of this commi

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

2015-05-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 9 09:35:20 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uaudio.c ugen.c Log Message: Use NULL not 0 for pointer comparison To generate a diff of this commit: cvs rdiff -u -r1.140.2.8 -r1.140.2.9 src/sys/dev/usb

CVS commit: src/sys/dev/usb

2015-05-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 11 06:44:36 UTC 2015 Modified Files: src/sys/dev/usb: ehci.c Log Message: Remove '\n' from panic message. To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/sys/dev/usb/ehci.c Please note that diffs are

CVS commit: src/sys/arch/arm/include/arm32

2015-05-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 12 07:07:16 UTC 2015 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Add some KASSERTs to catch similar bugs to the cnptes/nptes one To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/

CVS commit: src/external/gpl3/binutils/dist/bfd

2015-05-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 13 06:24:18 UTC 2015 Modified Files: src/external/gpl3/binutils/dist/bfd: elfn32-mips.c Log Message: Make sure mips_elf_n32_is_local_label_name is used. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/exte

CVS commit: src/sys/arch/evbarm/tegra

2015-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 13 11:21:04 UTC 2015 Modified Files: src/sys/arch/evbarm/tegra: tegra_start.S Log Message: One comment is enough for anybody To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/tegra/tegra_star

CVS commit: src/sys/arch/evbarm/tegra

2015-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 13 11:21:38 UTC 2015 Modified Files: src/sys/arch/evbarm/tegra: tegra_start.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/tegra/tegra_start.S Please note that d

CVS commit: src/sys/arch/arm/arm32

2015-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 13 15:33:47 UTC 2015 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Use PDE_SYNC when syncing pdeps To generate a diff of this commit: cvs rdiff -u -r1.321 -r1.322 src/sys/arch/arm/arm32/pmap.c Please note t

CVS commit: src/sys/arch/arm/cortex

2015-05-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 15 10:57:55 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Make sure TLB is invalidated and ACTLR.SMP is set on ARM A15. ACTLR.SMP enables the processor to receive instruction cache, BTB and TLB

CVS commit: src/sys/arch/arm/arm

2015-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 16 07:22:37 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Add MULTIPROCESSOR tlb flushes to armv7_tlb_flushID. Also, invalidate the branch predictor. This function is only used by db_write

CVS commit: src/sys/arch/arm/nvidia

2015-05-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 18 09:56:43 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_ehci.c tegra_ehcireg.h Log Message: Re-enable EHCIF_ETTF and provide a sc_vendor_port_status to get port speed from HOSTSC1 My FS usb stick works with thi

CVS commit: src/sys/arch/arm/nvidia

2015-05-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 18 11:07:34 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_ehci.c Log Message: Use the right IO handle to get HOSTPC. Also, mask out LS and HS from reported status just-in-case and misc tidyup. HS, FS and LS now a

CVS commit: src/sys/arch/evbarm/rpi

2015-05-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 21 20:50:57 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Before spinning up the secondary cpus flush the dcache otherwise the dcache invalidate in cortex_mpstart makes bad things happen. I h

CVS commit: src/sys/arch/arm/nvidia

2015-05-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 22 06:27:17 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_ehci.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_ehci.c Please note that diffs

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2015-05-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 25 21:18:29 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Fix up TARGET_ENDIAN_DEFAULT for BE oabi To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/exte

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

2015-05-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 26 12:02:27 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: if_urndis.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9.4.4 -r1.9.4.5 src/sys/dev/usb/if_urndis.c Please note that dif

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

2015-05-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 06:54:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Add comments. Some cosmetic changes. >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdiff -u -r1.28.2.20 -r1.28.2.21

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

2015-05-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 06:56:16 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Don't abuse pipe->up_async_task for xhci_clear_endpoint_stall_async_task. Add member struct usb_task xp_async_task to struct xhci_pipe.

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

2015-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 07:03:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Fix slot leak when address_device fails. >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdiff -u -r1.28.2.22 -r1.28.2

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

2015-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 07:06:58 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Add some sanity checks for xfer. [Ed: should really find the bugs] >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdi

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

2015-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 07:08:16 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Rewrite if-else-if chains with switch-case. >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdiff -u -r1.28.2.24 -r1.2

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

2015-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed May 27 07:22:52 UTC 2015 Modified Files: src/sys/dev/pci [nick-nhusb]: xhci_pci.c src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Add patch for intel chips quirk from ryoon@ in https://mail-index.netbsd.org/netbsd

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

2015-05-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 28 06:15:47 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhub.c usb.h xhci.c Log Message: More changes from Takahiro HAYASHI + Add sc_statuspend that stores ports bitmap of pending interrupts instead of sc_isxh

CVS commit: src/sys/dev/usb

2015-05-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 28 09:06:36 UTC 2015 Modified Files: src/sys/dev/usb: usb.c Log Message: Static initialise usbhist - it can be used by controller drivers, i.e. before usb attaches. To generate a diff of this commit: cvs rdiff -u -r1.156

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

2015-05-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 28 11:55:44 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb.c Log Message: Bring usbhist initialisation change across from HEAD To generate a diff of this commit: cvs rdiff -u -r1.156.2.7 -r1.156.2.8 src/sys/de

CVS commit: src/sys/dev/usb

2015-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 30 06:10:38 UTC 2015 Modified Files: src/sys/dev/usb: usb.c Log Message: Add missing KERNHIST_LINK_STATIC(usbhist). Pointed out by t-hash. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/usb/u

CVS commit: src/sys/dev/usb

2015-05-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 30 06:41:08 UTC 2015 Modified Files: src/sys/dev/usb: usb.c usbhist.h Log Message: Make the non-USBHIST case compile To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/usb/usb.c cvs rdiff -u -r1.1

CVS commit: src/sys/arch/arm/include

2015-05-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 30 20:39:56 UTC 2015 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add Revision ID register To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/arm/include/armreg.h Please note

CVS commit: src/sys/arch/arm/arm

2015-05-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 30 21:23:17 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Provide a armv7_dcache_l1inv_all To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/arm/cpufunc_asm_a

CVS commit: src/sys/arch/arm/arm

2015-05-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 30 21:25:22 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Typo in previous To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/cpufunc_asm_armv7.S Please n

CVS commit: src/sys/arch/evbarm/rpi

2015-05-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 31 08:13:18 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: No need to cpu_dcache_wbinv_all now that a9_mpsubr.S invalidates L1 only as it should To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/arch/arm/allwinner

2015-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 3 11:38:33 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: AWIN_SDRAM_PBASE is actually 0x2000 To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/allwinner/awi

CVS commit: src/sys/arch/arm/nvidia

2015-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 3 11:43:18 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: soc_tegra124.c Log Message: Use arm_dmb. No functional change To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/nvidia/soc_tegra124

CVS commit: src/sys/arch/arm/allwinner

2015-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 3 12:22:41 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_reg.h Log Message: Oops fix PBASE for non-A80 To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/arm/allwinner/awin_reg.h Plea

CVS commit: src/sys/arch/arm/cortex

2015-06-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 5 06:46:00 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gic_reg.h Log Message: Add an define for spurious interrupt number 1022 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/cortex/gic

CVS commit: src/sys/arch/arm/arm32

2015-06-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 5 07:04:46 UTC 2015 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: Print the Revision ID regster (verbose) To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/arm/arm32/cpu.c Please

CVS commit: [nick-nhusb] src/sys

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 14:40:31 UTC 2015 Modified Files: src/sys/arch/aarch64/aarch64 [nick-nhusb]: cpu_machdep.c src/sys/arch/aarch64/conf [nick-nhusb]: majors.aarch64 std.aarch64 src/sys/arch/aarch64/include [nick-nhusb]: armr

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

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 15:21:57 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_subr.c Log Message: Use USB_IS_SS macro and update a comment. >From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.198.2.13 -r1.198.2.14

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

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 15:24:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhub.c Log Message: Simplify treatment of WRC condition and add comments. >From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.126.2.12 -r1.

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

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 15:26:15 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb_subr.c usbdivar.h Log Message: Read Binary Object Store descriptor and store to ud_bdesc. >From t-hash To generate a diff of this commit: cvs rdiff -

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

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 15:27:38 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi_util.c usbdi_util.h To generate a diff of this commit: cvs rdiff -u -r1.63.2.8 -r1.63.2.9 src/sys/dev/usb/usbdi_util.c cvs rdiff -u -r1.45.6.6 -r1.45

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

2015-06-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 6 16:38:07 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhcireg.h Log Message: Fix num of Max Interrupters to 11 bits width. >From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.2.2.1 -r1.2.2.2 sr

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

2015-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 7 07:55:30 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usb.h Log Message: More definitions from USB 3.1. Mostly from t-hash, but slightly updated by me To generate a diff of this commit: cvs rdiff -u -r1.111.

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

2015-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 7 08:04:36 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi_util.c usbdi_util.h Log Message: Add usbd_get_port_status_ext >From t-hash To generate a diff of this commit: cvs rdiff -u -r1.63.2.9 -r1.63.2.10 s

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

2015-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 7 08:04:52 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Update comment. >From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.28.2.27 -r1.28.2.28 src/sys/dev/usb/xhci.c Please

CVS commit: src/sys/arch/arm/arm

2015-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 7 12:01:41 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S Log Message: Dont use magic number. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/arm/

CVS commit: src/sys/arch/arm

2015-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 9 08:08:14 UTC 2015 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S src/sys/arch/arm/arm32: genassym.cf src/sys/arch/arm/cortex: a9_mpsubr.S src/sys/arch/arm/include: armreg.h locore.h Log

CVS commit: src/sys/arch/arm

2015-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 9 08:09:24 UTC 2015 Modified Files: src/sys/arch/arm/arm32: genassym.cf src/sys/arch/arm/include: locore.h Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/a

CVS commit: src/sys/arch/arm/include

2015-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 9 08:13:17 UTC 2015 Modified Files: src/sys/arch/arm/include: locore.h Log Message: KNF a comment To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/include/locore.h Please note that diffs ar

CVS commit: src/sys/arch/arm/cortex

2015-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 9 10:22:15 UTC 2015 Modified Files: src/sys/arch/arm/cortex: gic_reg.h Log Message: Correct a comment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/cortex/gic_reg.h Please note that diffs

CVS commit: src/sys/arch/arm/arm32

2015-06-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 9 10:44:55 UTC 2015 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Use armreg_auxctl_{read,write} instead of inline asm. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.324 -r1.325

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

2015-06-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 11 07:12:08 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: There is nothing to do on a STALL during a control transfer (aka "protocol stall") accoriding to the USB specifications, so remove the

CVS commit: src/sys/arch/hppa/hppa

2012-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 7 22:07:13 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: trap.c vm_machdep.c Log Message: Deal with setting of space registers and protection ids for posix_spawn. Thanks to martin for the help. To generate a diff of

CVS commit: src/sys/arch/hppa/hppa

2012-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 7 22:10:50 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: vm_machdep.c Log Message: Remove WIP code. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/hppa/hppa/vm_machdep.c Please note that d

CVS commit: src/lib/libc/arch/hppa/sys

2012-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Mar 14 14:18:11 UTC 2012 Modified Files: src/lib/libc/arch/hppa/sys: brk.S sbrk.S Log Message: Use the _end symbol rather than the end symbol. Prevents version info problems in elflink.c for the heimdal libraries. To generat

CVS commit: src/lib/libc/arch/hppa/gen

2012-03-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 22 12:31:32 UTC 2012 Modified Files: src/lib/libc/arch/hppa/gen: __longjmp14.c makecontext.c Log Message: Shut lint up about dp. >From he@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hpp

CVS commit: src/lib/libc/arch/hppa/gen

2012-03-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 23 09:34:10 UTC 2012 Modified Files: src/lib/libc/arch/hppa/gen: flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c Log Message: Shut lint up. >From he@ To generate a d

CVS commit: src/sys/arch/hp700/hp700

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 09:26:24 UTC 2012 Modified Files: src/sys/arch/hp700/hp700: intr.c Log Message: Check for HPPA_SID_KERNEL when checking for interrupt in the mutex_enter critical section. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hppa/hppa

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 20:31:49 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: db_machdep.c Log Message: Use PSW_BITS to decode the bits of the PSW in db_dump_trap To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp

CVS commit: src/sys/arch/hppa/include

2012-03-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 29 21:44:10 UTC 2012 Modified Files: src/sys/arch/hppa/include: psl.h Log Message: Remove unnecessary #include To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/psl.h Please note that

CVS commit: src/sys/arch/hppa/hppa

2012-04-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 2 13:18:04 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: db_machdep.c Log Message: Fix crash(8) build on hppa. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/hppa/db_machdep.c Please no

CVS commit: src/sys/arch/hppa/hppa

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 11:43:37 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: lock_stubs.S Log Message: Remove unnecessary #includes. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/hppa/lock_stubs.S Pleas

CVS commit: src/sys/arch/hp700/dev

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 11:44:32 UTC 2012 Modified Files: src/sys/arch/hp700/dev: cpu.c Log Message: Make MULTIPROCESSOR compile. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/dev/cpu.c Please note that dif

CVS commit: src/sys/arch

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 12:07:26 UTC 2012 Modified Files: src/sys/arch/hp700/dev: apic.c dino.c lasi.c siop_sgc.c wax.c src/sys/arch/hp700/hp700: mainbus.c src/sys/arch/hppa/include: cpufunc.h Log Message: Kill cpu_gethpa by usi

CVS commit: src/sys/arch/hppa/hppa

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 14:13:27 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: lock_stubs.S Log Message: Re-arrange to deal with LOCKDEBUG/MULTIPROCESSOR properly. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/

CVS commit: src/sys/arch/hppa/hppa

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 14:15:47 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: lock_stubs.S Log Message: Comments. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hppa/hppa/lock_stubs.S Please note that diffs ar

CVS commit: src/sys/arch/hppa/hppa

2012-04-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 3 14:18:14 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: lock_stubs.S Log Message: Use GET_CURLWP To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/hppa/lock_stubs.S Please note that dif

CVS commit: src/sys/arch/hppa/hppa

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 16:13:47 UTC 2012 Added Files: src/sys/arch/hppa/hppa: ipifuncs.c Log Message: Commit work in progress ipi functions. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/hppa/hppa/ipifuncs.c Please

CVS commit: src/sys/arch/hppa/hppa

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 16:16:01 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: ipifuncs.c Log Message: bah, remove a load of old (debug) code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/hppa/ipifuncs.c P

CVS commit: src/sys/arch

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 19:42:14 UTC 2012 Modified Files: src/sys/arch/hp700/hp700: locore.S src/sys/arch/hppa/hppa: trap.S Log Message: Use CR_ control regsiter definition for consistency. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/hppa/hppa

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 19:44:29 UTC 2012 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Whitespace in previous To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hppa/hppa/trap.S Please note that diffs a

CVS commit: src/sys/arch/hppa/conf

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 19:53:35 UTC 2012 Modified Files: src/sys/arch/hppa/conf: files.hppa Log Message: Hook in ipifuncs.c To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/conf/files.hppa Please note that dif

CVS commit: src/sys/arch/hp700/hp700

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 20:12:09 UTC 2012 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Replace #ifdef DEBUG/BTLBDEBUG with DPRINTF{,N} To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hp700/hp70

CVS commit: src/sys/arch/hp700/include

2012-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 5 20:17:24 UTC 2012 Modified Files: src/sys/arch/hp700/include: intr.h Log Message: Add the IPI routinte prototypes. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/include/intr.h Please

<    1   2   3   4   5   6   7   8   9   10   >