Re: svn commit: r217714 - head/sbin/fdisk

2011-01-24 Thread Maxim Sobolev
On 1/23/2011 10:25 PM, Warner Losh wrote: In case it wasn't clear from Bruce's long explaination, parts of this are technically wrong and need to be reverted or fixed. Yes, I know. Sorry for the delay, I've been away for a weekend. -Maxim ___

svn commit: r217774 - head/sys/dev/ata/chipsets

2011-01-24 Thread Alexander Motin
Author: mav Date: Mon Jan 24 09:24:20 2011 New Revision: 217774 URL: http://svn.freebsd.org/changeset/base/217774 Log: ICH7 SATA controller in legacy mode can provide access to SATA registers via AHCI-like memory resource at BAR(5). Use it if BIOS was so kind to allocate memory for that

Re: svn commit: r217746 - head/usr.bin/top

2011-01-24 Thread Giorgos Keramidas
On Sun, 23 Jan 2011 19:50:40 -0800, Garrett Cooper gcoo...@freebsd.org wrote: On Sun, Jan 23, 2011 at 6:44 PM, Sergey Kandaurov pluk...@freebsd.org wrote: On 23 January 2011 14:08, Giorgos Keramidas keram...@freebsd.org wrote: Author: keramida (doc committer) Date: Sun Jan 23 11:08:39 2011

Re: svn commit: r217734 - head

2011-01-24 Thread Bjoern A. Zeeb
that and the target is sitting in a section of the Makefile that starts with # # universe # (for obvious reasons). And being told I understand it. What about: http://people.freebsd.org/~bz/20110124-01-make-targets.diff ! ! Back out r217734. [1] ! ! Properly document what `make targets` is supposed

Re: svn commit: r217733 - in head: . share/man/man7

2011-01-24 Thread Bjoern A. Zeeb
On Sun, 23 Jan 2011, Warner Losh wrote: On 01/23/2011 03:51, Bjoern A. Zeeb wrote: On Sat, 22 Jan 2011, Garrett Cooper wrote: On Sat, Jan 22, 2011 at 2:57 PM, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Sat Jan 22 22:57:28 2011 New Revision: 217733 URL:

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

2011-01-24 Thread Robert Watson
Author: rwatson Date: Mon Jan 24 10:54:09 2011 New Revision: 217775 URL: http://svn.freebsd.org/changeset/base/217775 Log: Fix off-by-one whitespace error in netstat -Q workstream listing. Reported by: bz MFC after:3 days Sponsored by: Juniper Networks Modified:

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

2011-01-24 Thread Robert Watson
Author: rwatson Date: Mon Jan 24 10:58:36 2011 New Revision: 217776 URL: http://svn.freebsd.org/changeset/base/217776 Log: While printing out the WSID and CPU ID only the first time it appears for each workstream, rather than on every protocol, is prettier, it makes machine-parsing of

svn commit: r217777 - head/lib/libkvm

2011-01-24 Thread Ulrich Spoerlein
Author: uqs Date: Mon Jan 24 11:06:40 2011 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: libkvm: Unbreak build for powerpc64/powerpc This slipped through my testing due to the recent roto-tiling of the ARCH/TARGET parts that I need to catch up with. Mea

svn commit: r217780 - head/sbin/geom/class/virstor

2011-01-24 Thread Ivan Voras
Author: ivoras Date: Mon Jan 24 14:24:10 2011 New Revision: 217780 URL: http://svn.freebsd.org/changeset/base/217780 Log: Added a blurb about thin provisioning, fixed some formatting. Modified: head/sbin/geom/class/virstor/gvirstor.8 Modified: head/sbin/geom/class/virstor/gvirstor.8

svn commit: r217784 - head/sbin/hastd

2011-01-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Jan 24 15:04:15 2011 New Revision: 217784 URL: http://svn.freebsd.org/changeset/base/217784 Log: Don't open configuration file from worker process. Handle SIGHUP in the master process only and pass changes to the worker processes over control socket. This removes

Re: svn commit: r217772 - head/sys/conf

2011-01-24 Thread John Baldwin
On Monday, January 24, 2011 2:45:14 am Adrian Chadd wrote: Author: adrian Date: Mon Jan 24 07:45:14 2011 New Revision: 217772 URL: http://svn.freebsd.org/changeset/base/217772 Log: Undo a local option which mistakenly crept into a commit. Modified: head/sys/conf/options Presumably

svn commit: r217786 - head/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jan 24 15:11:08 2011 New Revision: 217786 URL: http://svn.freebsd.org/changeset/base/217786 Log: Add missing section number for .Xr rc. Pointed out by: keramida Approved by: keramida (mentor) Modified: head/share/man/man5/rc.conf.5

svn commit: r217787 - stable/8/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jan 24 15:17:10 2011 New Revision: 217787 URL: http://svn.freebsd.org/changeset/base/217787 Log: MFC 217148, 217786: Document rc.conf.d in rc.conf(5). PR: 140495 Approved by: keramida (mentor) Modified:

svn commit: r217788 - stable/7/share/man/man5

2011-01-24 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jan 24 15:18:18 2011 New Revision: 217788 URL: http://svn.freebsd.org/changeset/base/217788 Log: MFC 217148, 217786: Document rc.conf.d in rc.conf(5). PR: 140495 Approved by: keramida (mentor) Modified:

svn commit: r217790 - head/sys/dev/ath/ath_hal/ar5416

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Mon Jan 24 17:03:22 2011 New Revision: 217790 URL: http://svn.freebsd.org/changeset/base/217790 Log: Remove an invalid register setup; this is likely a holdover from the AR5212 code. It doesn't exist in ath9k and I've been told it doesn't exist in the Atheros internal

svn commit: r217792 - head/sys/kern

2011-01-24 Thread Jaakko Heinonen
Author: jh Date: Mon Jan 24 17:08:26 2011 New Revision: 217792 URL: http://svn.freebsd.org/changeset/base/217792 Log: Replace spaces with tabs. Modified: head/sys/kern/vfs_mount.c Modified: head/sys/kern/vfs_mount.c

svn commit: r217793 - head/sys/dev/usb

2011-01-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 24 17:38:37 2011 New Revision: 217793 URL: http://svn.freebsd.org/changeset/base/217793 Log: Add more sanity checks for USB_HOST_ALIGN input values. Re-factor existing checks for readability. Approved by: thompsa (mentor) Modified:

svn commit: r217794 - head/sys/dev/nfe

2011-01-24 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 24 17:53:58 2011 New Revision: 217794 URL: http://svn.freebsd.org/changeset/base/217794 Log: Reinitialize driver when MTU is changed and driver is running. Reported by: Huang, Yusheng ( yusheng.huang bluecoat com ) Modified: head/sys/dev/nfe/if_nfe.c

svn commit: r217795 - stable/8/sys/dev/ixgbe

2011-01-24 Thread Jack F Vogel
Author: jfv Date: Mon Jan 24 18:03:45 2011 New Revision: 217795 URL: http://svn.freebsd.org/changeset/base/217795 Log: MFC 217705 - remove bogus TX UNLOCK Modified: stable/8/sys/dev/ixgbe/ixgbe.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r217796 - stable/8/sys/dev/ixgbe

2011-01-24 Thread Jack F Vogel
Author: jfv Date: Mon Jan 24 18:05:49 2011 New Revision: 217796 URL: http://svn.freebsd.org/changeset/base/217796 Log: MFC 217706 Add missing case for 82598DA to phy detect Modified: stable/8/sys/dev/ixgbe/ixgbe.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r217797 - stable/8/sys/dev/ixgbe

2011-01-24 Thread Jack F Vogel
Author: jfv Date: Mon Jan 24 18:07:57 2011 New Revision: 217797 URL: http://svn.freebsd.org/changeset/base/217797 Log: MFC 217707 Don't do flow control if parameter is unchanged Modified: stable/8/sys/dev/ixgbe/ixgbe.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r217798 - stable/8/sys/i386/i386

2011-01-24 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 24 18:11:37 2011 New Revision: 217798 URL: http://svn.freebsd.org/changeset/base/217798 Log: MFC: r217587 Fix yet another fallout from r208833. VM86 BIOS call may cause page fault when FPU is in use. Modified: stable/8/sys/i386/i386/vm86bios.s Directory

svn commit: r217800 - head/sys/dev/uart

2011-01-24 Thread Marcel Moolenaar
Author: marcel Date: Mon Jan 24 18:34:16 2011 New Revision: 217800 URL: http://svn.freebsd.org/changeset/base/217800 Log: In uart_tty_outwakeup(), check CTS/RTS flow control settings and prevent sending data when CTS is de-asserted. In uart_tty_intr(), call uart_tty_outwakeup() when the CTS

svn commit: r217803 - releng/8.2/sys/dev/sis

2011-01-24 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 24 21:03:22 2011 New Revision: 217803 URL: http://svn.freebsd.org/changeset/base/217803 Log: MFC r217548: Rework RX filter programming by providing separate handler for DP8381[56] and SiS 900/7016 controllers. After r212119, sis(4) no longer

svn commit: r217804 - releng/7.4/sys/dev/sis

2011-01-24 Thread Pyun YongHyeon
Author: yongari Date: Mon Jan 24 21:04:32 2011 New Revision: 217804 URL: http://svn.freebsd.org/changeset/base/217804 Log: MFC r217548: Rework RX filter programming by providing separate handler for DP8381[56] and SiS 900/7016 controllers. After r212119, sis(4) no longer

svn commit: r217805 - head/sys/net

2011-01-24 Thread John Baldwin
Author: jhb Date: Mon Jan 24 22:21:58 2011 New Revision: 217805 URL: http://svn.freebsd.org/changeset/base/217805 Log: Fix a LOR by dropping the global ifnet locks while allocating a new ifnet table in if_grow(). The order of the SYSINIT's for ifnet state were swapped so that the various

svn commit: r217806 - in head/sys: modules/khelp modules/khelp/h_ertt netinet/khelp

2011-01-24 Thread Lawrence Stewart
Author: lstewart Date: Mon Jan 24 23:08:38 2011 New Revision: 217806 URL: http://svn.freebsd.org/changeset/base/217806 Log: Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses the Khelp/Hhook KPIs to hook into the TCP stack and maintain a per-connection, low noise estimate of

svn commit: r217808 - head/sbin/fdisk

2011-01-24 Thread Maxim Sobolev
Author: sobomax Date: Tue Jan 25 04:35:07 2011 New Revision: 217808 URL: http://svn.freebsd.org/changeset/base/217808 Log: Supply maximum value as an argument to the decimal() function instead of supplying number of bits. Submitted by: bde Modified: head/sbin/fdisk/fdisk.c Modified:

svn commit: r217809 - head/sys/dev/ath/ath_hal

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 05:35:09 2011 New Revision: 217809 URL: http://svn.freebsd.org/changeset/base/217809 Log: Fix the Atheros V4K EEPROM definitions to match those in ath9k. It turns out that the V4K eeprom definitions (used by the AR9285 and its derivatives) is wrong. These

svn commit: r217810 - head/tools/tools/ath/ath_ee_v4k_print

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 05:35:43 2011 New Revision: 217810 URL: http://svn.freebsd.org/changeset/base/217810 Log: Fix this tool to use the updated (corrected) v4k eeprom definition introduced in a previous commit. Modified: head/tools/tools/ath/ath_ee_v4k_print/v4k.c Modified:

svn commit: r217811 - head/sys/dev/ath/ath_hal/ar9002

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 05:36:29 2011 New Revision: 217811 URL: http://svn.freebsd.org/changeset/base/217811 Log: Commit updated AR9285 (Kite) v2 initvals from ath9k. Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285v2.ini Modified: head/sys/dev/ath/ath_hal/ar9002/ar9285v2.ini

svn commit: r217812 - head/sys/dev/ath/ath_hal

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 05:41:36 2011 New Revision: 217812 URL: http://svn.freebsd.org/changeset/base/217812 Log: Rename this linux-ism __BIG_ENDIAN_BITFIELD macro to something suitable for FreeBSD. Warner has pointed out that FreeBSD's bit orders follow byte orders. Modified:

svn commit: r217813 - head/sys/dev/ath/ath_hal/ar5416

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 05:47:50 2011 New Revision: 217813 URL: http://svn.freebsd.org/changeset/base/217813 Log: Bring over a fix from ath9k - zero some of the TX descriptors for Kite/AR9285. Kite doesn't have per-chain control (it has one chain) or antenna control; so don't try

Re: svn commit: r217808 - head/sbin/fdisk

2011-01-24 Thread Bruce Evans
On Tue, 25 Jan 2011, Maxim Sobolev wrote: Log: Supply maximum value as an argument to the decimal() function instead of supplying number of bits. Submitted by: bde Thaks. I would have spelled this quite differently, but this is functional and fairly easy to clean. Modified:

svn commit: r217814 - head/sys/dev/ath/ath_hal

2011-01-24 Thread Adrian Chadd
Author: adrian Date: Tue Jan 25 07:37:12 2011 New Revision: 217814 URL: http://svn.freebsd.org/changeset/base/217814 Log: * Re-format the v4k header to be consistent * Re-do the structure size/component math to make sure the struct matches the expected size * Just to be clear that we