svn commit: r220813 - in stable/8/sys: netinet netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 07:23:16 2011 New Revision: 220813 URL: http://svn.freebsd.org/changeset/base/220813 Log: MFC r219579: Merge the two identical implementations for local port selections from in_pcbbind_setup() and in6_pcbsetport() in a single in_pcb_lport(). Modified: stab

svn commit: r220814 - head/sys/modules/cam

2011-04-19 Thread Ulrich Spoerlein
Author: uqs Date: Tue Apr 19 07:30:22 2011 New Revision: 220814 URL: http://svn.freebsd.org/changeset/base/220814 Log: Fix make buildworld -DMODULES_WITH_WORLD after r220454. Modified: head/sys/modules/cam/Makefile Modified: head/sys/modules/cam/Makefile =

svn commit: r220815 - stable/8/sys/nfsclient

2011-04-19 Thread Ruslan Ermilov
Author: ru Date: Tue Apr 19 07:36:53 2011 New Revision: 220815 URL: http://svn.freebsd.org/changeset/base/220815 Log: MFC r220595: - Fixed nfs_printf() to use vprintf(). - Fixed vfs.nfs.acdebug sysctl's description. - Fixed panic when compiled with NFS_ACDEBUG. Modified: stable/8/sys

svn commit: r220816 - stable/8/sys/dev/ipmi

2011-04-19 Thread Ruslan Ermilov
Author: ru Date: Tue Apr 19 07:44:12 2011 New Revision: 220816 URL: http://svn.freebsd.org/changeset/base/220816 Log: MFC r220614: Fixed firmware revision decoding: - the major is 7-bit binary encoded - the minor is BCD encoded PR: kern/151586 Modified: stable/8/sys/de

svn commit: r220817 - in stable/7/sys: netinet netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 07:45:54 2011 New Revision: 220817 URL: http://svn.freebsd.org/changeset/base/220817 Log: MFC r219579: Merge the two (logically) identical implementations for local port selections from in_pcbbind_setup() and in6_pcbsetport() in a single in_pcb_lport(). M

svn commit: r220818 - head/sys/powerpc/aim

2011-04-19 Thread Andreas Tobler
Author: andreast Date: Tue Apr 19 07:49:58 2011 New Revision: 220818 URL: http://svn.freebsd.org/changeset/base/220818 Log: Add leading zeros when printing the physical memory chunks on __powerpc64__. Approved by: nwhitehorn (mentor) Modified: head/sys/powerpc/aim/machdep.c Modified: h

svn commit: r220819 - stable/8/sys/netinet

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 07:53:04 2011 New Revision: 220819 URL: http://svn.freebsd.org/changeset/base/220819 Log: MFC r219779: Properly check for an IPv4 socket after r219579. In some cases as udp6_connect() without an earlier bind(2) to an address, v4-mapped sockets allowed a

svn commit: r220820 - stable/8/usr.bin/nfsstat

2011-04-19 Thread Ruslan Ermilov
Author: ru Date: Tue Apr 19 07:54:21 2011 New Revision: 220820 URL: http://svn.freebsd.org/changeset/base/220820 Log: MFC r220596: Show client's access cache statistics. Modified: stable/8/usr.bin/nfsstat/nfsstat.c Directory Properties: stable/8/usr.bin/nfsstat/ (props changed) Modified:

svn commit: r220821 - stable/7/sys/netinet

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:00:44 2011 New Revision: 220821 URL: http://svn.freebsd.org/changeset/base/220821 Log: MFC r219779: Properly check for an IPv4 socket after r219579. In some cases as udp6_connect() without an earlier bind(2) to an address, v4-mapped sockets allowed a

svn commit: r220822 - in head/sys/dev: ahci mvs siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 08:01:17 2011 New Revision: 220822 URL: http://svn.freebsd.org/changeset/base/220822 Log: Properly handle memory allocation errors during error recovery. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/mvs/mvs.c head/sys/dev/siis/siis.c Modified: head/sys/dev

svn commit: r220823 - stable/8/sys/netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:17:20 2011 New Revision: 220823 URL: http://svn.freebsd.org/changeset/base/220823 Log: MFC r220462: After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP some more. Similar to what we do for TCP check for v4-mapped addresses and then handle th

svn commit: r220824 - stable/7/sys/netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:17:36 2011 New Revision: 220824 URL: http://svn.freebsd.org/changeset/base/220824 Log: MFC r220462: After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP some more. Similar to what we do for TCP check for v4-mapped addresses and then handle th

svn commit: r220825 - stable/8/sys/netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:29:28 2011 New Revision: 220825 URL: http://svn.freebsd.org/changeset/base/220825 Log: MFC r220463: Remove a check in udp6_send() that prevented v4-mapped v6 addresses from working. We store v4 and v6 addresses as a union but for v4-mapped addresses on

svn commit: r220826 - stable/7/sys/netinet6

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:35:07 2011 New Revision: 220826 URL: http://svn.freebsd.org/changeset/base/220826 Log: MFC r220463: Remove a check in udp6_send() that prevented v4-mapped v6 addresses from working. We store v4 and v6 addresses as a union but for v4-mapped addresses on

svn commit: r220827 - stable/7/sys/netinet

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:56:09 2011 New Revision: 220827 URL: http://svn.freebsd.org/changeset/base/220827 Log: MFC r220619: The mbuf_frag_size always was and is file local and not queried from base user space tools via kvm. Mark it static. Modified: stable/7/sys/netinet/ip_

svn commit: r220828 - stable/8/sys/netinet

2011-04-19 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 19 08:56:26 2011 New Revision: 220828 URL: http://svn.freebsd.org/changeset/base/220828 Log: MFC r220619: The mbuf_frag_size always was and is file local and not queried from base user space tools via kvm. Mark it static. Modified: stable/8/sys/netinet/ip_

svn commit: r220829 - in head/sys/dev: ahci mvs siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 10:51:19 2011 New Revision: 220829 URL: http://svn.freebsd.org/changeset/base/220829 Log: According to specification. device should respond to COMRESET with COMINIT in no more then 10ms. If we detected no device presence within that time, there is no reason to wa

svn commit: r220830 - in head/sys/dev: ahci mvs siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 10:57:40 2011 New Revision: 220830 URL: http://svn.freebsd.org/changeset/base/220830 Log: Fix some English grammar. Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ahci/ahci.h head/sys/dev/mvs/mvs.c head/sys/dev/mvs/mvs.h head/sys/dev/siis/siis.c head/sy

svn commit: r220831 - head/sys/netinet/ipfw

2011-04-19 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 19 11:29:09 2011 New Revision: 220831 URL: http://svn.freebsd.org/changeset/base/220831 Log: ipdn_bound_var() functions is designed to bound a variable between specified minimum and maximum. In case when specified default value is out of bounds it does not work as ex

svn commit: r220832 - head/sys/netinet/ipfw

2011-04-19 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 19 11:33:39 2011 New Revision: 220832 URL: http://svn.freebsd.org/changeset/base/220832 Log: Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limit and .pipe_slot_limit oids to prevent to set incorrect values. MFC after:2 weeks Modified: h

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread John Baldwin
On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: > > On Apr 18, 2011, at 12:18 PM, Doug Barton wrote: > > > On 04/18/2011 11:14, Pawel Jakub Dawidek wrote: > >> On Mon, Apr 18, 2011 at 11:06:42AM -0600, Warner Losh wrote: > >>> > >>> On Apr 18, 2011, at 1:01 AM, Roman Divacky wrote: > >>>

svn commit: r220833 - head/usr.sbin/nfsd

2011-04-19 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 19 13:19:13 2011 New Revision: 220833 URL: http://svn.freebsd.org/changeset/base/220833 Log: Revert r220809 since it put the entry in the wrong place in the list and didn't change the date. Modified: head/usr.sbin/nfsd/nfsd.8 Modified: head/usr.sbin/nfsd/nfsd

svn commit: r220834 - head/usr.sbin/bsdinstall/scripts

2011-04-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Apr 19 13:54:51 2011 New Revision: 220834 URL: http://svn.freebsd.org/changeset/base/220834 Log: Fix mirror selection, which was broken by stderr redirection. Reported by: Garrett Cooper Modified: head/usr.sbin/bsdinstall/scripts/auto head/usr.sbin/bsdinst

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread mdf
Trimming since I have a mostly-unrelated question... On Tue, Apr 19, 2011 at 5:40 AM, John Baldwin wrote: > On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: >> In this case, there was a new kernel thing just after, so it turned out OK. >> But let's not gratuitously bump the version since t

svn commit: r220835 - head/sbin/ipfw

2011-04-19 Thread Gleb Smirnoff
Author: glebius Date: Tue Apr 19 15:03:12 2011 New Revision: 220835 URL: http://svn.freebsd.org/changeset/base/220835 Log: Rewrite NAT configuration parser, so that memory allocation size is calculated dynamically. PR: kern/143653 Modified: head/sbin/ipfw/nat.c Modified: hea

svn commit: r220836 - head/sys/arm/xscale/i8134x

2011-04-19 Thread Sergey Kandaurov
Author: pluknet Date: Tue Apr 19 15:05:12 2011 New Revision: 220836 URL: http://svn.freebsd.org/changeset/base/220836 Log: Call init_param1() much earlier, so that msgbufsize is non-zero when we want to map and use the msgbuf. Reviewed by: cognet MFC after:1 week Modified: head/

svn commit: r220837 - in head/sys/netinet: . ipfw

2011-04-19 Thread Gleb Smirnoff
Author: glebius Date: Tue Apr 19 15:06:33 2011 New Revision: 220837 URL: http://svn.freebsd.org/changeset/base/220837 Log: - Rewrite functions that copyin/out NAT configuration, so that they calculate required memory size dynamically. - Fix races on chain re-lock. - Introduce new field t

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread John Baldwin
On Tuesday, April 19, 2011 10:28:23 am m...@freebsd.org wrote: > Trimming since I have a mostly-unrelated question... > > On Tue, Apr 19, 2011 at 5:40 AM, John Baldwin wrote: > > On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: > >> In this case, there was a new kernel thing just after, so

svn commit: r220838 - stable/8/sys/cam

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:10:08 2011 New Revision: 220838 URL: http://svn.freebsd.org/changeset/base/220838 Log: MFC r214989: When requesting sense data for SIM not doing it automatically (such as ATAPI or USB), request only as much data as requested by consumer. On the way back -- r

svn commit: r220839 - head/sys/i386/bios

2011-04-19 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 19 16:20:55 2011 New Revision: 220839 URL: http://svn.freebsd.org/changeset/base/220839 Log: Add suspend/resume event handlers for apm(4) as well. Modified: head/sys/i386/bios/apm.c Modified: head/sys/i386/bios/apm.c

svn commit: r220840 - head/usr.sbin/bluetooth/l2control

2011-04-19 Thread Maksim Yevmenkin
Author: emax Date: Tue Apr 19 16:21:57 2011 New Revision: 220840 URL: http://svn.freebsd.org/changeset/base/220840 Log: Improve the man page and l2control's usage() a bit. Submitted by: arundel MFC after:1 week Modified: head/usr.sbin/bluetooth/l2control/l2control.8 head/usr.sbin

svn commit: r220841 - in stable/8: share/man/man4 sys/cam/ata sys/conf sys/modules/cam

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:23:07 2011 New Revision: 220841 URL: http://svn.freebsd.org/changeset/base/220841 Log: MFC r220412, r220414, r220454, r220618, r220814: - Make ada(4) driver to control device write cache, same as ata(4) does. Add kern.cam.ada.write_cache sysctl/tunable to cont

svn commit: r220842 - stable/8/sys/cam/ata

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:26:55 2011 New Revision: 220842 URL: http://svn.freebsd.org/changeset/base/220842 Log: MFC r220616: Properly log few more ATA commands used by the kernel. Modified: stable/8/sys/cam/ata/ata_all.c Directory Properties: stable/8/sys/ (props changed) stabl

svn commit: r220843 - in stable/8: lib/libc/gen sbin/reboot share/man/man4 share/man/man5

2011-04-19 Thread Sergey Kandaurov
Author: pluknet Date: Tue Apr 19 16:29:56 2011 New Revision: 220843 URL: http://svn.freebsd.org/changeset/base/220843 Log: MFC r220617: Remove vestiges of disklabel(5). Modified: stable/8/lib/libc/gen/getdiskbyname.3 stable/8/sbin/reboot/boot_i386.8 stable/8/share/man/man4/cd.4 st

svn commit: r220844 - head/sys/i386/bios

2011-04-19 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 19 16:30:17 2011 New Revision: 220844 URL: http://svn.freebsd.org/changeset/base/220844 Log: Do not invoke resume event handlers if suspend was successful. Pointy hat to:jkim Modified: head/sys/i386/bios/apm.c Modified: head/sys/i386/bios/apm.c ===

svn commit: r220845 - stable/8/usr.sbin/bluetooth/l2ping

2011-04-19 Thread Maksim Yevmenkin
Author: emax Date: Tue Apr 19 16:33:08 2011 New Revision: 220845 URL: http://svn.freebsd.org/changeset/base/220845 Log: MFC r220116 Do not use word 'flood' as it not entirely correct. Use better 'no delay' description. While here, replace atoi(3) with strtol(3). Submitted by: arundel

svn commit: r220846 - head/sys/kern

2011-04-19 Thread Matthew D Fleming
Author: mdf Date: Tue Apr 19 16:36:24 2011 New Revision: 220846 URL: http://svn.freebsd.org/changeset/base/220846 Log: Allow VOP_ALLOCATE to be iterative, and have kern_posix_fallocate(9) drive looping and potentially yielding. Requested by: kib Modified: head/sys/kern/vfs_default.c

svn commit: r220847 - stable/8/sys/dev/ichsmb

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:39:03 2011 New Revision: 220847 URL: http://svn.freebsd.org/changeset/base/220847 Log: MFC r211905 (by jfv): Add support for Intel Cougar Point SMBus controller. Modified: stable/8/sys/dev/ichsmb/ichsmb_pci.c Directory Properties: stable/8/sys/ (props cha

svn commit: r220848 - in stable/8/sys/dev: ahci ata ata/chipsets ichsmb ichwd

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:40:58 2011 New Revision: 220848 URL: http://svn.freebsd.org/changeset/base/220848 Log: MFC r218140 (jfv): Support for the new DH89xxCC PCH chipset including: - SATA controller - Watchdog timer - SMBus controller Modified: stable/8/sys/

svn commit: r220849 - in stable/8/sys/dev: ahci ata ata/chipsets ichsmb ichwd sound/pci/hda

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:42:07 2011 New Revision: 220849 URL: http://svn.freebsd.org/changeset/base/220849 Log: MFC r218149 (by jfv): Support for the new Patsburg PCH chipset: - SMBus Controller - SATA Controller - HD Audio Controller - Watchdog Controller M

svn commit: r220850 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:43:55 2011 New Revision: 220850 URL: http://svn.freebsd.org/changeset/base/220850 Log: MFC r218596, r218605: Disable NCQ for multiport Marvell 88SX61XX SATA controllers. Simultaneous active I/O to several disks (copying large file on ZFS) causes timeout after

svn commit: r220851 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:45:56 2011 New Revision: 220851 URL: http://svn.freebsd.org/changeset/base/220851 Log: MFC r219341: Add some more IDs of HighPoint RocketRAID 64x. Modified: stable/8/sys/dev/ahci/ahci.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/am

svn commit: r220852 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:46:51 2011 New Revision: 220852 URL: http://svn.freebsd.org/changeset/base/220852 Log: MFC r220413: Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card. Modified: stable/8/sys/dev/ahci/ahci.c Directory Properties: stable/8/sys/ (props change

svn commit: r220853 - stable/8/sys/dev/siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:51:17 2011 New Revision: 220853 URL: http://svn.freebsd.org/changeset/base/220853 Log: MFC r217877, r217883: Hardware supported by siis(4) allows software control over activity LEDs. Expose that functionality to led(4) OR-ing it with regular LED activity. Mod

svn commit: r220854 - stable/8/share/man/man4

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 16:52:36 2011 New Revision: 220854 URL: http://svn.freebsd.org/changeset/base/220854 Log: MFC r220449: Add reference to led(4), supported now. Add some details about supported chips. Modified: stable/8/share/man/man4/siis.4 Directory Properties: stable/8/sha

svn commit: r220855 - stable/8/sys/dev/ata

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:01:05 2011 New Revision: 220855 URL: http://svn.freebsd.org/changeset/base/220855 Log: MFC r220563: Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode. Modified: stable/8/sys/dev/ata/ata-all.c stable/8/sys/dev/ata/ata-all.h Directory Propert

svn commit: r220856 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:04:58 2011 New Revision: 220856 URL: http://svn.freebsd.org/changeset/base/220856 Log: MFC r220565: Implement automatic SCSI sense fetching for ahci(4). Modified: stable/8/sys/dev/ahci/ahci.c stable/8/sys/dev/ahci/ahci.h Directory Properties: stable/8/sys

svn commit: r220857 - stable/8/sys/dev/siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:06:43 2011 New Revision: 220857 URL: http://svn.freebsd.org/changeset/base/220857 Log: MFC r220566: Implement automatic SCSI sense fetching for siis(4). Fix device freeze leak on recovery request (READ LOG, REQUEST SENSE) failure. Modified: stable/8/sy

svn commit: r220858 - stable/8/sys/dev/mvs

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:08:29 2011 New Revision: 220858 URL: http://svn.freebsd.org/changeset/base/220858 Log: MFC r220569: Implement automatic SCSI sense fetching for mvs(4). Make few improvements/changes to ATAPI PIO support to pass most of scgcheck (cdrtools) tests. Modified

svn commit: r220859 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:13:14 2011 New Revision: 220859 URL: http://svn.freebsd.org/changeset/base/220859 Log: MFC r220576: Refactor hard-reset implementation in ahci(4). Instead of spinning in a tight loop for up to 15 seconds, polling for device readiness while it spins up, re

svn commit: r220860 - stable/8/sys/dev/siis

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:14:57 2011 New Revision: 220860 URL: http://svn.freebsd.org/changeset/base/220860 Log: MFC r220591: As soon as siis_reset() doesn't waits for device readiness, but only for controller port readiness (that should set just after PHY ready signal), reduce wait

svn commit: r220861 - in stable/8/sys: cam cam/ata dev/ahci dev/mvs dev/siis sys

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 17:41:17 2011 New Revision: 220861 URL: http://svn.freebsd.org/changeset/base/220861 Log: MFC r220602: Improve SATA Asynchronous Notification feature support in CAM: - make SATA SIMs announce capabilities to handle SDB with Notification bit; - make PMP driver

svn commit: r220862 - head/sys/dev/bxe

2011-04-19 Thread Marius Strobl
Author: marius Date: Tue Apr 19 17:49:59 2011 New Revision: 220862 URL: http://svn.freebsd.org/changeset/base/220862 Log: Remove a comment which is no longer true since r213878, apart from this driver not using mii(4) in the first place. Reviewed by:yongari Modified: head/sys/dev/b

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread Warner Losh
On Apr 19, 2011, at 6:40 AM, John Baldwin wrote: > On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: >> >> On Apr 18, 2011, at 12:18 PM, Doug Barton wrote: >> >>> On 04/18/2011 11:14, Pawel Jakub Dawidek wrote: On Mon, Apr 18, 2011 at 11:06:42AM -0600, Warner Losh wrote: > >

svn commit: r220863 - in head: share/mk sys/conf sys/dev/aic7xxx/aicasm

2011-04-19 Thread Dimitry Andric
Author: dim Date: Tue Apr 19 18:09:21 2011 New Revision: 220863 URL: http://svn.freebsd.org/changeset/base/220863 Log: Remove support for the Intel C Compiler from the build infrastructure. This support has not worked for several years, and is not likely to work again, unless Intel decides t

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread Warner Losh
On Apr 19, 2011, at 9:29 AM, John Baldwin wrote: > On Tuesday, April 19, 2011 10:28:23 am m...@freebsd.org wrote: >> Trimming since I have a mostly-unrelated question... >> >> On Tue, Apr 19, 2011 at 5:40 AM, John Baldwin wrote: >>> On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: I

svn commit: r220864 - stable/8/sys/netgraph/bluetooth/include

2011-04-19 Thread Maksim Yevmenkin
Author: emax Date: Tue Apr 19 18:18:02 2011 New Revision: 220864 URL: http://svn.freebsd.org/changeset/base/220864 Log: MFC r197083 Get those pesky RFCOMM RPM data bits right. This is likely a noop. Modified: stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h Directory Properti

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-19 Thread John Baldwin
On Tuesday, April 19, 2011 2:04:53 pm Warner Losh wrote: > > On Apr 19, 2011, at 6:40 AM, John Baldwin wrote: > > > On Monday, April 18, 2011 3:59:45 pm Warner Losh wrote: > >> > >> On Apr 18, 2011, at 12:18 PM, Doug Barton wrote: > >> > >>> On 04/18/2011 11:14, Pawel Jakub Dawidek wrote: > >>>

svn commit: r220865 - head/sbin/hastd

2011-04-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Apr 19 19:26:27 2011 New Revision: 220865 URL: http://svn.freebsd.org/changeset/base/220865 Log: Scenario: - We have two nodes connected and synchronized (local counters on both sides are 0). - We take secondary down and recreate it. - Primary connects to it and s

svn commit: r220866 - head/sys/dev/iwn

2011-04-19 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Apr 19 19:47:41 2011 New Revision: 220866 URL: http://svn.freebsd.org/changeset/base/220866 Log: Pull some features out of the firmware: - If a ENH_SENS TLV section exit the firmware is capable of doing enhanced sensitivity calibration. - Newer devices/firmware

svn commit: r220867 - head/sys/dev/iwn

2011-04-19 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Apr 19 19:51:35 2011 New Revision: 220867 URL: http://svn.freebsd.org/changeset/base/220867 Log: Enable DC calibration for all 6000 series devices, except those with an internal PA. Override the chainmask also for the 6050. Modified: head/sys/dev/iwn/if_iwn.c M

svn commit: r220868 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 20:38:50 2011 New Revision: 220868 URL: http://svn.freebsd.org/changeset/base/220868 Log: MFC r220657: Some changes around hot-plug and interface power-management: - use ATA_SE_EXCHANGED (SError.DIAG.X) bit to detect hot-plug events when power-management enabl

svn commit: r220869 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 20:40:00 2011 New Revision: 220869 URL: http://svn.freebsd.org/changeset/base/220869 Log: MFC r220777: - Tune different wait loops to cut some more milliseconds from reset time. - Do not call ahci_start() before device signature received. It is required by th

svn commit: r220870 - stable/8/sys/dev/ahci

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 20:41:00 2011 New Revision: 220870 URL: http://svn.freebsd.org/changeset/base/220870 Log: MFC r220789: Handle ready timeout during polled operation same as done in mvs(4) before. Modified: stable/8/sys/dev/ahci/ahci.c stable/8/sys/dev/ahci/ahci.h Directory Pro

svn commit: r220871 - head/sys/dev/acpica

2011-04-19 Thread Matthew D Fleming
Author: mdf Date: Tue Apr 19 20:44:43 2011 New Revision: 220871 URL: http://svn.freebsd.org/changeset/base/220871 Log: Correctly output the entire array for hw.acpi.thermal._ACx. Reported by: Taku YAMAMOTO < taku AT tackymt DOT homeip DOT net > Tested by:Nick Ulen < uncle AT wolfman

svn commit: r220872 - stable/8/sys/dev/mvs

2011-04-19 Thread Alexander Motin
Author: mav Date: Tue Apr 19 20:44:44 2011 New Revision: 220872 URL: http://svn.freebsd.org/changeset/base/220872 Log: MFC r220615: Refactor hard-reset implementation in mvs(4). Instead of spinning in a tight loop for up to 15 seconds, polling for device readiness while it spins up, ret

svn commit: r220873 - head/sys/dev/cxgbe

2011-04-19 Thread Navdeep Parhar
Author: np Date: Tue Apr 19 22:08:28 2011 New Revision: 220873 URL: http://svn.freebsd.org/changeset/base/220873 Log: - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq is now a suitable base for all kinds of egress queues. - Add control queues (sge_ctrlq) and allocate o

svn commit: r220874 - head/sys/dev/cxgbe

2011-04-19 Thread Navdeep Parhar
Author: np Date: Tue Apr 19 22:14:18 2011 New Revision: 220874 URL: http://svn.freebsd.org/changeset/base/220874 Log: Use Toeplitz hash for RSS. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

svn commit: r220875 - head/usr.sbin/nfsd

2011-04-19 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 19 23:33:51 2011 New Revision: 220875 URL: http://svn.freebsd.org/changeset/base/220875 Log: Add stablerestart(5) to the See Also list for nfsd.8. This is a content change. Suggested by: Jeremy Chadwick MFC after:2 weeks Modified: head/usr.sbin/nfsd

svn commit: r220876 - head/sys/fs/nfsclient

2011-04-19 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 20 00:21:51 2011 New Revision: 220876 URL: http://svn.freebsd.org/changeset/base/220876 Log: Modify the offset + size checks for read and write in the experimental NFS client to take care of overflows. Thanks go to dillon at apollo.backplane.com for providing t

svn commit: r220877 - head/sys/fs/nfsclient

2011-04-19 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 20 01:15:22 2011 New Revision: 220877 URL: http://svn.freebsd.org/changeset/base/220877 Log: Modify the offset + size checks for read and write in the experimental NFS client to take care of overflows for the calls above the buffer cache layer in a manner simil

Re: svn commit: r220877 - head/sys/fs/nfsclient

2011-04-19 Thread Pawel Jakub Dawidek
On Wed, Apr 20, 2011 at 01:15:22AM +, Rick Macklem wrote: > Author: rmacklem > Date: Wed Apr 20 01:15:22 2011 > New Revision: 220877 > URL: http://svn.freebsd.org/changeset/base/220877 > > Log: > Modify the offset + size checks for read and write in the > experimental NFS client to take ca