svn commit: r215937 - in head: contrib/traceroute contrib/traceroute/lbl usr.sbin/traceroute

2010-11-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Nov 27 09:26:46 2010 New Revision: 215937 URL: http://svn.freebsd.org/changeset/base/215937 Log: Remove unused traceroute(8) contrib code from head It still lives on under vendor/traceroute. Deleted: head/contrib/traceroute/Makefile.in head/contrib/traceroute/aclo

svn commit: r215939 - head/sys/mips/rmi/dev/nlge

2010-11-27 Thread Jayachandran C.
Author: jchandra Date: Sat Nov 27 13:35:19 2010 New Revision: 215939 URL: http://svn.freebsd.org/changeset/base/215939 Log: Use if_transmit method instead of if_start, this avoids the interface queue lock. Use the hardware IP checksum verification on receive. Submitted by: Sriram Gorti (

svn commit: r215940 - stable/8/sbin/geom/class/part

2010-11-27 Thread Andrey V. Elsukov
Author: ae Date: Sat Nov 27 13:38:17 2010 New Revision: 215940 URL: http://svn.freebsd.org/changeset/base/215940 Log: r214975 was not fully adapted to stable/8 and in-kernel version of "destroy -F" does not work, because g_part_parm_uint assumes that parameter is an asci string, but in head/

svn commit: r215941 - in stable/8/sbin/geom/class: part sched

2010-11-27 Thread Andrey V. Elsukov
Author: ae Date: Sat Nov 27 13:53:21 2010 New Revision: 215941 URL: http://svn.freebsd.org/changeset/base/215941 Log: MFC r215570: Add to gpart(8) an ability to backup partition table and restore it from given backup. MFC r215671: Always dump partition labels with `gpart backup`

svn commit: r215942 - head/sys/crypto/aesni

2010-11-27 Thread Konstantin Belousov
Author: kib Date: Sat Nov 27 15:41:44 2010 New Revision: 215942 URL: http://svn.freebsd.org/changeset/base/215942 Log: Remove DEBUG sections. MFC after:3 days Modified: head/sys/crypto/aesni/aesni_wrap.c Modified: head/sys/crypto/aesni/aesni_wrap.c ==

svn commit: r215943 - stable/7/sys/dev/e1000

2010-11-27 Thread Jack F Vogel
Author: jfv Date: Sat Nov 27 18:18:09 2010 New Revision: 215943 URL: http://svn.freebsd.org/changeset/base/215943 Log: Correct em_poll type for stable/7 Modified: stable/7/sys/dev/e1000/if_em.c Modified: stable/7/sys/dev/e1000/if_em.c =

svn commit: r215944 - in stable/8/sys: conf dev/usb dev/usb/controller dev/usb/storage modules/usb modules/usb/xhci

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:35:12 2010 New Revision: 215944 URL: http://svn.freebsd.org/changeset/base/215944 Log: MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439, r214804 Merge the XHCI usb controller and supporting code. Added: stable/8/sys/dev/u

svn commit: r215945 - stable/8/sys/dev/usb/controller

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:37:33 2010 New Revision: 215945 URL: http://svn.freebsd.org/changeset/base/215945 Log: MFC r213425 The root mount hold reference was not released on USB controller attach failures during boot. Modified: stable/8/sys/dev/usb/controller/usb_controlle

svn commit: r215946 - stable/8/sys/dev/usb/controller

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:38:40 2010 New Revision: 215946 URL: http://svn.freebsd.org/changeset/base/215946 Log: MFC r213802 Correct some root HUB descriptor fields in multiple controller drivers. Remove an unused structure. Modified: stable/8/sys/dev/usb/controller/at91dci

svn commit: r215947 - stable/8/sys/dev/usb/net

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:39:29 2010 New Revision: 215947 URL: http://svn.freebsd.org/changeset/base/215947 Log: MFC r213803 USB network (UHSO): - Correct network interface flags. PR: usb/149039 Submitted by: Fredrik Lindberg Modified: stable/8/sys/dev/usb/net/uhso

svn commit: r215948 - in stable/8/sys: conf dev/usb/net modules/usb modules/usb/ipheth

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:40:51 2010 New Revision: 215948 URL: http://svn.freebsd.org/changeset/base/215948 Log: MFC r213805 Add new driver for iPhone tethering, supports the iPhone 3G/3GS/4G ethernet protocol Added: stable/8/sys/dev/usb/net/if_ipheth.c - copied unchan

svn commit: r215949 - stable/8/sys/dev/usb/controller

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sat Nov 27 19:47:58 2010 New Revision: 215949 URL: http://svn.freebsd.org/changeset/base/215949 Log: MFC r213857,213861,213864,213869,213871 EHCI fixes for register and TD handling. Modified: stable/8/sys/dev/usb/controller/ehci.c stable/8/sys/dev/usb/controller/

svn commit: r215950 - head/sys/ufs/ffs

2010-11-27 Thread Peter Holm
Author: pho Date: Sat Nov 27 20:27:07 2010 New Revision: 215950 URL: http://svn.freebsd.org/changeset/base/215950 Log: First step in fixing the handle_workitem_freeblocks panic. In collaboration with: kib Modified: head/sys/ufs/ffs/ffs_softdep.c Modified: head/sys/ufs/ffs/ffs_so

svn commit: r215951 - head/sys/dev/isp

2010-11-27 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 20:33:08 2010 New Revision: 215951 URL: http://svn.freebsd.org/changeset/base/215951 Log: Partially revert 208119. We were overwriting tunable settings. Obtained from:Oleg Sharoyko MFC after:1 week Modified: head/sys/dev/isp/isp_freebsd.c Mo

svn commit: r215952 - head/sys/conf

2010-11-27 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 20:38:26 2010 New Revision: 215952 URL: http://svn.freebsd.org/changeset/base/215952 Log: Add ISP_INTERNAL_TARGET as an option for isp(4). Modified: head/sys/conf/NOTES head/sys/conf/options Modified: head/sys/conf/NOTES =

svn commit: r215953 - stable/8/sys/dev/asr

2010-11-27 Thread Brian Somers
Author: brian Date: Sat Nov 27 21:18:08 2010 New Revision: 215953 URL: http://svn.freebsd.org/changeset/base/215953 Log: MFC r215843: Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case. Modified: stable/8/sys/dev/asr/asr.c Directory Properties: stable/8/sys/ (prop

svn commit: r215954 - stable/7/sys/dev/asr

2010-11-27 Thread Brian Somers
Author: brian Date: Sat Nov 27 21:20:51 2010 New Revision: 215954 URL: http://svn.freebsd.org/changeset/base/215954 Log: MFC r21584: Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case. Modified: stable/7/sys/dev/asr/asr.c Directory Properties: stable/7/sys/ (props changed

svn commit: r215955 - head/usr.bin/netstat

2010-11-27 Thread Bruce Cran
Author: brucec Date: Sat Nov 27 21:35:16 2010 New Revision: 215955 URL: http://svn.freebsd.org/changeset/base/215955 Log: Fix typo. Modified: head/usr.bin/netstat/inet6.c Modified: head/usr.bin/netstat/inet6.c == ---

svn commit: r215956 - in head/sys: netinet netinet6

2010-11-27 Thread Bruce Cran
Author: brucec Date: Sat Nov 27 21:51:39 2010 New Revision: 215956 URL: http://svn.freebsd.org/changeset/base/215956 Log: Fix more continuous/contiguous typos (cf. r215955) Modified: head/sys/netinet/ip6.h head/sys/netinet6/in6_cksum.c head/sys/netinet6/ip6_input.c head/sys/netinet6/ip6

svn commit: r215957 - head/sys/mips/cavium/octe

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sat Nov 27 22:42:41 2010 New Revision: 215957 URL: http://svn.freebsd.org/changeset/base/215957 Log: Use if_transmit to avoid ifq locking in transmit path. Modified: head/sys/mips/cavium/octe/octe.c Modified: head/sys/mips/cavium/octe/octe.c ===

svn commit: r215958 - stable/8/sys/netgraph

2010-11-27 Thread Marko Zec
Author: zec Date: Sat Nov 27 23:48:53 2010 New Revision: 215958 URL: http://svn.freebsd.org/changeset/base/215958 Log: MFC r215800: Simplify ng_pipe locking model by relying on the netgraph framework to provide serialization of calls into the node, which is accomplished by markng

svn commit: r215959 - head/sys/mips/cavium/octe

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 00:26:08 2010 New Revision: 215959 URL: http://svn.freebsd.org/changeset/base/215959 Log: Remove unused and broken code to implement POW send and POW-only devices; a separate POW driver makes more sense, generally. Modified: head/sys/mips/cavium/octe/ethern

svn commit: r215960 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 00:52:02 2010 New Revision: 215960 URL: http://svn.freebsd.org/changeset/base/215960 Log: Apply GPIO configuration for all CICADA PHYs. While I'm here show selected phymode to ease of debugging. Modified: head/sys/dev/usb/net/if_axe.c Modified: head/sys/dev

svn commit: r215961 - in stable/8/sys/mips: atheros conf

2010-11-27 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 28 00:53:43 2010 New Revision: 215961 URL: http://svn.freebsd.org/changeset/base/215961 Log: MFC r211509: add the PLL set functions to cpuops Modified: stable/8/sys/mips/atheros/ar71xx_cpudef.h stable/8/sys/mips/conf/AR71XX Directory Properties: stabl

svn commit: r215962 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 00:57:48 2010 New Revision: 215962 URL: http://svn.freebsd.org/changeset/base/215962 Log: Move axe_reset() to axe_init(). Modified: head/sys/dev/usb/net/if_axe.c Modified: head/sys/dev/usb/net/if_axe.c =

svn commit: r215963 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 01:00:39 2010 New Revision: 215963 URL: http://svn.freebsd.org/changeset/base/215963 Log: Do not reinitialize controller if it's already running. Modified: head/sys/dev/usb/net/if_axe.c Modified: head/sys/dev/usb/net/if_axe.c =

svn commit: r215964 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 01:03:06 2010 New Revision: 215964 URL: http://svn.freebsd.org/changeset/base/215964 Log: Make sure to change to currently selected media. Modified: head/sys/dev/usb/net/if_axe.c Modified: head/sys/dev/usb/net/if_axe.c

svn commit: r215965 - stable/8/sys/mips/atheros

2010-11-27 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 28 01:08:42 2010 New Revision: 215965 URL: http://svn.freebsd.org/changeset/base/215965 Log: init_static_kenv is available only in 9-CURRENT, replace its functionality with custom solution Modified: stable/8/sys/mips/atheros/ar71xx_machdep.c Modified: stable

svn commit: r215966 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 01:16:37 2010 New Revision: 215966 URL: http://svn.freebsd.org/changeset/base/215966 Log: Do full controller initialization in axe_reset() for controllers that require special configuration from EEPROM. This will put controllers into known sane state. Modifi

svn commit: r215967 - stable/8/sys/mips/conf

2010-11-27 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 28 01:18:11 2010 New Revision: 215967 URL: http://svn.freebsd.org/changeset/base/215967 Log: Remove options that are not available in 8 Modified: stable/8/sys/mips/conf/AR71XX Modified: stable/8/sys/mips/conf/AR71XX

svn commit: r215968 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 01:43:28 2010 New Revision: 215968 URL: http://svn.freebsd.org/changeset/base/215968 Log: Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Include AX88772A and AX88772B for future extension. While here add TX buffer size for 178 family controllers. Modi

Re: svn commit: r215961 - in stable/8/sys/mips: atheros conf

2010-11-27 Thread Oleksandr Tymoshenko
> > stable/8/sys/mips/conf/AR71XX This wasn't supposed to be in this commit :( -- gonzo ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@f

svn commit: r215969 - head/sys/dev/usb/net

2010-11-27 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 28 01:56:44 2010 New Revision: 215969 URL: http://svn.freebsd.org/changeset/base/215969 Log: Add initial AX88772A support. H/W donated by: Derrick Brashear (shadow <> gmail dot com) Modified: head/sys/dev/usb/net/if_axe.c head/sys/dev/usb/net/if_axer

svn commit: r215970 - in stable/8/sys: conf dev/ixgbe modules/ixgbe

2010-11-27 Thread Jack F Vogel
Author: jfv Date: Sun Nov 28 03:41:32 2010 New Revision: 215970 URL: http://svn.freebsd.org/changeset/base/215970 Log: MFC: r215911, r215913, r215914 Added: stable/8/sys/dev/ixgbe/ixgbe_mbx.c (contents, props changed) stable/8/sys/dev/ixgbe/ixgbe_mbx.h (contents, props changed) stabl

svn commit: r215971 - head/sys/mips/include

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 04:07:45 2010 New Revision: 215971 URL: http://svn.freebsd.org/changeset/base/215971 Log: Set MACHINE_ARCH based on ABI and endianness. Reviewed by: imp Modified: head/sys/mips/include/param.h Modified: head/sys/mips/include/param.h ===

svn commit: r215972 - in stable/8/sys/mips: alchemy atheros cavium cavium/dev rmi rmi/dev sibyte

2010-11-27 Thread Jayachandran C.
Author: jchandra Date: Sun Nov 28 04:55:31 2010 New Revision: 215972 URL: http://svn.freebsd.org/changeset/base/215972 Log: Remove mergeinfo under sys/mips/ by r215938. Modified: Directory Properties: stable/8/sys/mips/alchemy/ (props changed) stable/8/sys/mips/atheros/ (props changed)

svn commit: r215973 - in head/sys: mips/mips vm

2010-11-27 Thread Jayachandran C.
Author: jchandra Date: Sun Nov 28 05:51:31 2010 New Revision: 215973 URL: http://svn.freebsd.org/changeset/base/215973 Log: Fix issue noted by alc while reviewing r215938: The current implementation of vm_page_alloc_freelist() does not handle order > 0 correctly. Remove order parameter to th

svn commit: r215974 - head/sys/mips/cavium/octe

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 05:57:24 2010 New Revision: 215974 URL: http://svn.freebsd.org/changeset/base/215974 Log: o) Remove some commented out or unimplemented code. o) Remove some options that are configurable on Linux but not FreeBSD. o) Centralize open/poll/stop routines for XAU

svn commit: r215975 - svnadmin/conf

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 06:18:58 2010 New Revision: 215975 URL: http://svn.freebsd.org/changeset/base/215975 Log: Raise my limit for Octeon SDK 2.0 import. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r215976 - in vendor-sys/octeon-sdk/dist: . cvmx-malloc

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 06:20:41 2010 New Revision: 215976 URL: http://svn.freebsd.org/changeset/base/215976 Log: Import Cavium Octeon SDK 2.0 Simple Executive from cnusers.org. Added: vendor-sys/octeon-sdk/dist/cvmx-agl-defs.h vendor-sys/octeon-sdk/dist/cvmx-app-hotplug.c vendo

svn commit: r215977 - vendor-sys/octeon-sdk/2.0.0

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 06:24:56 2010 New Revision: 215977 URL: http://svn.freebsd.org/changeset/base/215977 Log: Tag Cavium Octeon SDK 2.0 Simple Executive. Added: vendor-sys/octeon-sdk/2.0.0/ - copied from r215976, vendor-sys/octeon-sdk/dist/ _

svn commit: r215978 - svnadmin/conf

2010-11-27 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 06:25:17 2010 New Revision: 215978 URL: http://svn.freebsd.org/changeset/base/215978 Log: Back to normal limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r215979 - in stable/8/sys: mips/mips vm

2010-11-27 Thread Jayachandran C.
Author: jchandra Date: Sun Nov 28 06:43:39 2010 New Revision: 215979 URL: http://svn.freebsd.org/changeset/base/215979 Log: MFC r215973 The current implementation of vm_page_alloc_freelist() does not handle order > 0 correctly. Remove order parameter to the function and use it only for ord

svn commit: r215980 - in stable/8/sys/dev/usb: . quirk serial wlan

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:03:21 2010 New Revision: 215980 URL: http://svn.freebsd.org/changeset/base/215980 Log: MFC r213804,213879,213880,214800 Add new device IDs. Modified: stable/8/sys/dev/usb/quirk/usb_quirk.c stable/8/sys/dev/usb/serial/u3g.c stable/8/sys/dev/usb/usbd

svn commit: r215981 - in stable/8/sys/dev/usb: . net

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:04:28 2010 New Revision: 215981 URL: http://svn.freebsd.org/changeset/base/215981 Log: MFC r213809 USB network (NCM driver): - correct the ethernet payload remainder which must be post-offseted by -14 bytes instead of 0 bytes. This is not very c

svn commit: r215982 - stable/8/lib/libusb

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:16:53 2010 New Revision: 215982 URL: http://svn.freebsd.org/changeset/base/215982 Log: MFC r213848 - Add a new API function to check the connected status of the USB handle in the LibUSB v1.0 and LibUSB v0.1 interfaces. Modified: stable/8/lib/lib

svn commit: r215983 - stable/8/lib/libusb

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:18:14 2010 New Revision: 215983 URL: http://svn.freebsd.org/changeset/base/215983 Log: MFC r215253 Fix LibUSB v1.0 compliancy. 1) We need to allow the USB callback to free the USB transfer itself. 2) The USB transfer buffer should only be automa

svn commit: r215984 - stable/8/lib/libusb

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:19:11 2010 New Revision: 215984 URL: http://svn.freebsd.org/changeset/base/215984 Log: MFC r215450 Correct description of the return values of the LibUSB v1.0 libusb_control_transfer() function. PR: usb/151851 Modified: stable/8/lib/

svn commit: r215985 - stable/8/sys/dev/usb

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:23:05 2010 New Revision: 215985 URL: http://svn.freebsd.org/changeset/base/215985 Log: MFC r213431 Correct IOCTL return code. Modified: stable/8/sys/dev/usb/usb_dev.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include

svn commit: r215986 - stable/8/sys/dev/usb/serial

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:28:10 2010 New Revision: 215986 URL: http://svn.freebsd.org/changeset/base/215986 Log: MFC r213872 Fix forwarding of Line Register Status changes to TTY layer. PR: usb/149675 Modified: stable/8/sys/dev/usb/serial/usb_serial.c Directory Properties

svn commit: r215987 - stable/8/sys/dev/usb/storage

2010-11-27 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 28 07:29:56 2010 New Revision: 215987 URL: http://svn.freebsd.org/changeset/base/215987 Log: MFC r213931 (mav) Allow umass to use bigger transactions for USB 3.0 devices. Modified: stable/8/sys/dev/usb/storage/umass.c Directory Properties: stable/8/sys/