CVS commit: src/sys/dev/usb

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 06:56:31 UTC 2013 Modified Files: src/sys/dev/usb: usb.h Log Message: Add DWC_OTG_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/usb/usb.h Please note that diffs are not public domain

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

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 13 06:10:25 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_space.c Log Message: Support BUS_SPACE_MAP_CACHEABLE. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcm2835_s

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 13 04:39:28 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: device.h sc.c sd.c Log Message: Remove unused function members from struct driver. This makes adding other drivers easier. To generate a diff of this

CVS commit: src/sys/dev

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 13 01:15:03 UTC 2013 Modified Files: src/sys/dev/usb: files.usb usbdevices.config Added Files: src/sys/dev/ic: si470x_reg.h src/sys/dev/usb: slurm.c Log Message: Add slurm(4), a radio(4) driver for USB FM

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 13 01:11:00 UTC 2013 Modified Files: src/sys/dev/usb: ohci.c Log Message: fix missing mutex_exit in error path of ohci_waitintr To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/usb/ohci.c Pl

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 13 01:04:47 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: attach xfer pool event counters To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/usb/dwc_otg.c Please note that dif

CVS commit: src/distrib/notes/common

2013-01-12 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Sun Jan 13 00:19:42 UTC 2013 Modified Files: src/distrib/notes/common: main Log Message: Adding myself. To generate a diff of this commit: cvs rdiff -u -r1.493 -r1.494 src/distrib/notes/common/main Please note that diffs are not

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 12 23:26:06 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c dwc_otgvar.h Log Message: use a pool to allocate xfer handles To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/dwc_otg.c cvs

CVS commit: src/sys/dev/usb

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 12 22:57:26 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Unwrap short lines To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/dwc_otg.c Please note that diffs are not publi

CVS commit: src/sys/dev/usb

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 12 22:42:49 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: If we're going to have GINTSTS_ and GINTMSK_ might as well be consistent about their use. To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: src/doc

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 12 22:28:40 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Fix thinko in one of my entries To generate a diff of this commit: cvs rdiff -u -r1.1779 -r1.1780 src/doc/CHANGES Please note that diffs are not public d

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:43:26 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.101 -r1.102 s

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:43:14 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Unlike usbdevs, miidevs needs the vendor name in the product id string. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:35:34 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.626 -r1.627 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.627 -r1.628 s

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:34:48 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add SMSC9512 hub Id, and reorder SMSC products by Id number. To generate a diff of this commit: cvs rdiff -u -r1.633 -r1.634 src/sys/dev/usb/us

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:26:24 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.100 -r1.101

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:25:59 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Add SMSC OUI and LAN8700 and LAN8710/LAN8720 PHY IDs, at this point just for MIIVERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/arch/xen

2013-01-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 12 21:09:10 UTC 2013 Modified Files: src/sys/arch/xen/include: hypervisor.h src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: evtchn.c Log Message: Revert these commits from november 2012: ht

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

2013-01-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 12 20:34:00 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Match the C600's ichlpcib. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/pci/ichlpcib.c Please note

CVS commit: src/sys/dev/pci

2013-01-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jan 12 20:33:03 UTC 2013 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: Match the C600's other smbus controller. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/ichsmb.c Please note

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

2013-01-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 12 20:27:13 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: memset_arm.S Log Message: A version of memset that can do NEON, VFP as well as normal arm instructions To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 20:06:48 UTC 2013 Modified Files: src/sys/dev/usb: if_smsc.c usbdevs.h usbdevs_data.h Log Message: Regen usbdevs and catch up to VENDOR_SMC2 to VENDOR_SMSC change. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 20:04:02 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs Log Message: Rename vendor SMC2 to SMSC to better match the reality that SMC Networks makes assembled networking products, where as SMSC designs silicon. To

CVS commit: src/lib/libc/sys

2013-01-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 12 19:21:48 UTC 2013 Modified Files: src/lib/libc/sys: access.2 Log Message: One more bit: explicitly state what calls to faccessat() are equivalent to access(). To generate a diff of this commit: cvs rdiff -u -r1.30 -

CVS commit: src/lib/libc/sys

2013-01-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 12 19:19:24 UTC 2013 Modified Files: src/lib/libc/sys: access.2 Log Message: Rewrite heavily. This was originally going to be just an improvement of some wording related to the *at form... but it needed a general overhau

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 12 18:53:22 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: correct a bad length parameter for a bus_space_barrier call (takes number of bytes, not number of dwords) To generate a diff of this commit:

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 12 18:37:10 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: traverse active list with TAILQ_FOREACH_SAFE in dwc_otg_interrupt_poll so the process doesnt get restarted whenever a transfer completes To

CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2013-01-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 12 18:32:12 UTC 2013 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile Log Message: default to swkbd mode on evbarm as well, now X without config should work properly on BeagleBoard, RPi

CVS commit: src/sys/arch/xen

2013-01-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Jan 12 17:39:46 UTC 2013 Modified Files: src/sys/arch/xen/include: evtchn.h hypervisor.h src/sys/arch/xen/x86: hypervisor_machdep.c src/sys/arch/xen/xen: evtchn.c Log Message: Back out this commit: http://mail-

CVS commit: src/include

2013-01-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 12 17:17:26 UTC 2013 Modified Files: src/include: unistd.h Log Message: Remove #if defined(_KERNEL) around a userlevel function. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/include/unistd.h Ple

CVS commit: src/sys/arch/amd64/amd64

2013-01-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 12 16:56:11 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: enable sparse dumps by default. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys/arch/amd64/amd64/machdep.c Pleas

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 12 16:32:16 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: split out some common code from device_foo_start to dwc_otg_xfer_start To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 12 16:18:42 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: need to wait for intr in dwc_otg_device_bulk_start if polling To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/d

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 14:03:42 UTC 2013 Modified Files: src/share/misc: airport Log Message: URRR (ROV) is in Rostov-na-Donu (lower Don) rather than in Rostov (lake Nero) which is far away from lower Don. To generate a diff of this commit: c

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:42:48 UTC 2013 Modified Files: src/share/misc: airport Log Message: UUOO (VOZ) is also known as Chertovitskoe. No need to repeat "Voronezh" twice, it is large city and it is region centre. To generate a diff of this

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 12 13:39:47 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: autoconf.c Log Message: Fix warnings on DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/auto

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:38:22 UTC 2013 Modified Files: src/share/misc: airport Log Message: UWPP (PEZ) is also known as Ternovka. No need to repeat "Penza" twice, Penza is region central city. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:32:10 UTC 2013 Modified Files: src/share/misc: airport Log Message: There's no "Simbirsk" for a century, it is Ulyanovsk. UWLL (ULV) is in Barataevka. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:27:01 UTC 2013 Modified Files: src/share/misc: airport Log Message: UWWW (KUF) is in Kurumoch. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/share/misc/airport Please note that diffs are not publ

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:23:34 UTC 2013 Modified Files: src/share/misc: airport Log Message: URWW (VOG) is in Gumrak, not in Stalingrad (if you're talking about history). To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/shar

CVS commit: src/share/misc

2013-01-12 Thread Aleksej Saushev
Module Name:src Committed By: asau Date: Sat Jan 12 13:19:34 UTC 2013 Modified Files: src/share/misc: airport Log Message: Fix spelling: "Sormovo". To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/misc/airport Please note that diffs are not public

CVS commit: src/sys/dev/usb

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 12 12:41:43 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Remove unused locals To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/dwc_otg.c Please note that diffs are not pub

CVS commit: src/sys/dev/usb

2013-01-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 12 12:31:06 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Misc cleanup To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/dwc_otg.c Please note that diffs are not public doma

CVS commit: src/sbin/devpubd

2013-01-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 12 10:19:01 UTC 2013 Modified Files: src/sbin/devpubd: devpubd.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/devpubd/devpubd.8 Please note that diffs are not pu

CVS commit: src/sys/arch/ia64/ia64

2013-01-12 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 12 08:42:53 UTC 2013 Modified Files: src/sys/arch/ia64/ia64: trap.c Log Message: Add some vector process from FreeBSD. Remove and add null-line. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arc

CVS commit: src/sys/arch/ia64/pci

2013-01-12 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 12 08:40:51 UTC 2013 Modified Files: src/sys/arch/ia64/pci: pci_machdep.c Log Message: Check return status from ia64_sal_entry(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ia64/pci/pci_ma