svn commit: r252200 - head/etc/devd

2013-06-25 Thread Kevin Lo
Author: kevlo Date: Tue Jun 25 07:17:30 2013 New Revision: 252200 URL: http://svnweb.freebsd.org/changeset/base/252200 Log: Regenerate usb.conf after r252196. Spotted by: rpaulo Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf =

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

2013-06-25 Thread Alexander Motin
Author: mav Date: Tue Jun 25 09:15:49 2013 New Revision: 252203 URL: http://svnweb.freebsd.org/changeset/base/252203 Log: Add test for SATA registers writability and skip using them if it failed. There are some systems reported, where PCI BAR(5), used for SATA registers access, is present

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
On Tue, 25 Jun 2013, Konstantin Belousov wrote: On Tue, Jun 25, 2013 at 12:45:36PM +1000, Bruce Evans wrote: On Mon, 24 Jun 2013, Konstantin Belousov wrote: ... The following is the prototype for the x86. The other 64bit architectures are handled exactly like amd64. For 32bit !x86 arches, i.e

svn commit: r252204 - head/sys/cam/scsi

2013-06-25 Thread Alexander Motin
Author: mav Date: Tue Jun 25 10:50:17 2013 New Revision: 252204 URL: http://svnweb.freebsd.org/changeset/base/252204 Log: Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes. Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c ===

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Gleb Smirnoff
On Mon, Jun 24, 2013 at 11:16:33PM +1000, Bruce Evans wrote: B> > K> This is quite interesting idea, but I still did not decided if it B> > K> acceptable. The issue is that we could add the carry to the other B> > K> processor counter, if the preemption kicks in at right time between B> > K> two i

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote: > Author: qingli > Date: Tue Jun 25 00:10:49 2013 > New Revision: 252184 > URL: http://svnweb.freebsd.org/changeset/base/252184 > > Log: > Due to the routing related networking kernel redesign work > in FBSD 8.0, interface routes have b

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
On Tue, 25 Jun 2013, Gleb Smirnoff wrote: On Mon, Jun 24, 2013 at 11:16:33PM +1000, Bruce Evans wrote: B> > K> This is quite interesting idea, but I still did not decided if it B> > K> acceptable. The issue is that we could add the carry to the other B> > K> processor counter, if the preemption

svn commit: r252205 - head/etc/periodic/daily

2013-06-25 Thread John Baldwin
Author: jhb Date: Tue Jun 25 15:45:31 2013 New Revision: 252205 URL: http://svnweb.freebsd.org/changeset/base/252205 Log: If daily_status_security_inline is set, the rc value needs to be forced to 3 so that the output of this script is always displayed. In fact, setting this flag is identica

svn commit: r252206 - in head: share/man/man4 sys/conf sys/dev/qlxge sys/modules sys/modules/qlxge

2013-06-25 Thread David C Somayajulu
Author: davidcs Date: Tue Jun 25 17:50:22 2013 New Revision: 252206 URL: http://svnweb.freebsd.org/changeset/base/252206 Log: Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA Adapter Driver version (v2.0.0) Submitted by: David C Somayajulu (davi...@freebsd.org) QLogic Corporatio

svn commit: r252207 - head/tools/tools/ath

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Tue Jun 25 17:50:48 2013 New Revision: 252207 URL: http://svnweb.freebsd.org/changeset/base/252207 Log: Add include path to the ar9300 HAL. Modified: head/tools/tools/ath/Makefile.inc Modified: head/tools/tools/ath/Makefile.inc ===

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Adrian Chadd
Is this worth a freebsd version bump? In case some ports rely on the new-but-now-broken behaviour? Adrian On 25 June 2013 06:48, Slawa Olhovchenkov wrote: > On Tue, Jun 25, 2013 at 12:10:50AM +, Qing Li wrote: > >> Author: qingli >> Date: Tue Jun 25 00:10:49 2013 >> New Revision: 252184 >>

Re: svn commit: r252184 - head/sys/net

2013-06-25 Thread Slawa Olhovchenkov
On Tue, Jun 25, 2013 at 11:33:31AM -0700, Adrian Chadd wrote: > Is this worth a freebsd version bump? In case some ports rely on the > new-but-now-broken behaviour? I think bird reinstall routes w/o RTF_GATEWAY bit and can't remove this. I think none relay on returned routes w/o RTF_GATEWAY bit.

svn commit: r252209 - in head: share/man/man9 sys/kern sys/sys

2013-06-25 Thread John Baldwin
Author: jhb Date: Tue Jun 25 18:44:15 2013 New Revision: 252209 URL: http://svnweb.freebsd.org/changeset/base/252209 Log: Several improvements to rmlock(9). Many of these are based on patches provided by Isilon. - Add an rm_assert() supporting various lock assertions similar to other lo

svn commit: r252212 - head/sys/kern

2013-06-25 Thread John Baldwin
Author: jhb Date: Tue Jun 25 20:23:08 2013 New Revision: 252212 URL: http://svnweb.freebsd.org/changeset/base/252212 Log: A few mostly cosmetic nits to aid in debugging: - Call lock_init() first before setting any lock_object fields in lock init routines. This way if the machine panics du

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Konstantin Belousov
On Tue, Jun 25, 2013 at 08:14:41PM +1000, Bruce Evans wrote: > On Tue, 25 Jun 2013, Konstantin Belousov wrote: > > > Updates to the counter cannot be done from the interrupt context. > > This is fragile, however. It prevents using counters for things like > counting interrupts. Most interrupt c

svn commit: r252218 - head/cddl/contrib/opensolaris/lib/libzfs/common

2013-06-25 Thread Xin LI
Author: delphij Date: Tue Jun 25 21:51:52 2013 New Revision: 252218 URL: http://svnweb.freebsd.org/changeset/base/252218 Log: Diff reduction against Illumos, no real change to code itself. This marks vendor branch revision 252213 as merged, the actual code was committed in r245479. M

svn commit: r252219 - in head: cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-06-25 Thread Xin LI
Author: delphij Date: Tue Jun 25 22:14:32 2013 New Revision: 252219 URL: http://svnweb.freebsd.org/changeset/base/252219 Log: MFV r252215: Restore a previous behavior before r251646, where when destructing ZFS snapshot, the ioctl would return ENOENT when it hit any of them in the errlis

svn commit: r252226 - head/sys/vm

2013-06-25 Thread Jeff Roberson
Author: jeff Date: Wed Jun 26 00:57:38 2013 New Revision: 252226 URL: http://svnweb.freebsd.org/changeset/base/252226 Log: - Resolve bucket recursion issues by passing a cookie with zone flags through bucket_alloc() to uma_zalloc_arg() and uma_zfree_arg(). - Make some smaller buckets fo

svn commit: r252227 - head/sys/dev/bge

2013-06-25 Thread Pyun YongHyeon
Author: yongari Date: Wed Jun 26 01:15:40 2013 New Revision: 252227 URL: http://svnweb.freebsd.org/changeset/base/252227 Log: Don't blidly clear GPIOs configuration. Just use firmware configured one. This change also fixes non-working traffic LED on BCM57780. Submitted by: Masanobu SAITO

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-25 Thread Bruce Evans
On Tue, 25 Jun 2013, Konstantin Belousov wrote: On Tue, Jun 25, 2013 at 08:14:41PM +1000, Bruce Evans wrote: On Tue, 25 Jun 2013, Konstantin Belousov wrote: Updates to the counter cannot be done from the interrupt context. This is fragile, however. It prevents using counters for things lik

svn commit: r252228 - in head: share/misc usr.bin/calendar/calendars

2013-06-25 Thread Mark Felder
Author: feld (ports committer) Date: Wed Jun 26 02:21:37 2013 New Revision: 252228 URL: http://svnweb.freebsd.org/changeset/base/252228 Log: - Adding myself to the committers-ports.dot - Adding myself to the freebsd calendar Approved by: swills (mentor) Modified: head/share/misc/commit

svn commit: r252229 - head/sys/arm/ti

2013-06-25 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 26 02:56:54 2013 New Revision: 252229 URL: http://svnweb.freebsd.org/changeset/base/252229 Log: Print the 'setting internal ...' message only with bootverbose. Modified: head/sys/arm/ti/ti_scm.c Modified: head/sys/arm/ti/ti_scm.c =

svn commit: r252230 - in head/etc: . rc.d

2013-06-25 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 26 04:00:52 2013 New Revision: 252230 URL: http://svnweb.freebsd.org/changeset/base/252230 Log: Implement ifconfig_wlanX="HOSTAP". Not only this is a bit cleaner, it allows multiple instances of hostapd to be running on the system host, useful for simultaneous

svn commit: r252231 - head/usr.bin/sed

2013-06-25 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 26 04:14:19 2013 New Revision: 252231 URL: http://svnweb.freebsd.org/changeset/base/252231 Log: sed: use getline() instead of fgetln(). In BSD, fgetln() available in libc but in Illumos the Solaris port had to include it internally. It also seems to have caused p

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

2013-06-25 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 26 04:33:32 2013 New Revision: 252232 URL: http://svnweb.freebsd.org/changeset/base/252232 Log: Document ifconfig_wlanX="HOSTAP" Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ==

svn commit: r252233 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:33:57 2013 New Revision: 252233 URL: http://svnweb.freebsd.org/changeset/base/252233 Log: Add a stub AR93xx RF module just to keep the linker happy. When building AR933x test images, I'd like to only build only the ar9300 HAL. To do this, it needs to su

svn commit: r252235 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:34:45 2013 New Revision: 252235 URL: http://svnweb.freebsd.org/changeset/base/252235 Log: In preparation to support AR933x SoC builds, allow the AH_SUPPORT_AR93(xx) options to set the AR9300 HAL defines. This enables the Wasp, Hornet (and later Scorpion)

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

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:46:03 2013 New Revision: 252236 URL: http://svnweb.freebsd.org/changeset/base/252236 Log: Add a HAL local routine to map the 2GHz channel frequency to an IEEE channel. There's some HAL code in the AR9300 HAL that requires a back-mapping and using the n

svn commit: r252237 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:46:43 2013 New Revision: 252237 URL: http://svnweb.freebsd.org/changeset/base/252237 Log: Re-enable the channel set code for the AR933x. This required a HAL change to map the 2GHz frequency back to an IEEE channel number in order to fetch some value(s) t

svn commit: r252238 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:53:33 2013 New Revision: 252238 URL: http://svnweb.freebsd.org/changeset/base/252238 Log: If EEPROM data is provided by the AHB layer, copy it in. This is required for the flash layer code to correctly work. Tested: * AR9330 SoC (carambola 2) Mo

svn commit: r252239 - head/sys/dev/ath

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 04:58:25 2013 New Revision: 252239 URL: http://svnweb.freebsd.org/changeset/base/252239 Log: Extend the AHB code to work on chips besides the AR9130. The AHB code: * hard coded the AR9130 device id; * assumes a 4k flash calibration space. This cod

svn commit: r252240 - head/sys/conf

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 05:01:50 2013 New Revision: 252240 URL: http://svnweb.freebsd.org/changeset/base/252240 Log: Add in two new configuration options for the current generation SoCs. Modified: head/sys/conf/options Modified: head/sys/conf/options =

svn commit: r252242 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 05:02:47 2013 New Revision: 252242 URL: http://svnweb.freebsd.org/changeset/base/252242 Log: Add in the vendor / device id so the ath_ahb glue works. Modified: head/sys/mips/conf/AR933X_BASE.hints Modified: head/sys/mips/conf/AR933X_BASE.hints

svn commit: r252241 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 05:02:30 2013 New Revision: 252241 URL: http://svnweb.freebsd.org/changeset/base/252241 Log: Add the wireless support to the AR933x base kernel, as the support actually works now. Modified: head/sys/mips/conf/AR933X_BASE Modified: head/sys/mips/conf/AR933X_B

svn commit: r252243 - head/sys/mips/conf

2013-06-25 Thread Adrian Chadd
Author: adrian Date: Wed Jun 26 05:03:47 2013 New Revision: 252243 URL: http://svnweb.freebsd.org/changeset/base/252243 Log: Add the EEPROM start offset and size in so ath_ahb will use the supplied EEPROM data. This needs to die in a fire and replaced with the firmware API to store the