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
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 (
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/
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`
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
==
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
=
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
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
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
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
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
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/
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
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
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
=
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
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
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
==
---
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
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
===
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
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
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
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
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
=
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
=
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
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
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
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
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
>
> 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
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
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
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
===
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)
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
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
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
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
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/
_
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
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
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
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
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
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
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/
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
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
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/
51 matches
Mail list logo