svn commit: r214766 - head/sys/mips/cavium

2010-11-03 Thread Juli Mallett
Author: jmallett Date: Wed Nov 3 23:29:52 2010 New Revision: 214766 URL: http://svn.freebsd.org/changeset/base/214766 Log: Don't attach the PCI bus driver if the board we're being run on has PCIe. The two are mutually-exclusive on Octeon. Modified: head/sys/mips/cavium/octopci.c Modified

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

2010-11-03 Thread Jung-uk Kim
Author: jkim Date: Wed Nov 3 23:16:35 2010 New Revision: 214765 URL: http://svn.freebsd.org/changeset/base/214765 Log: Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type in ACPICA. Reshuffle the code a bit to make sure this kludge only applies to these two specical

svn commit: r214761 - in head/sys/dev/usb: net serial

2010-11-03 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 3 21:50:49 2010 New Revision: 214761 URL: http://svn.freebsd.org/changeset/base/214761 Log: - Simplify the way unit/subunit allocation is done in ucom. - hw.usb.ucom.cons_unit is now split into hw.usb.ucom.cons_unit/...cons_subunit. Note: The tunable/sys

svn commit: r214754 - head/sys/netinet/libalias

2010-11-03 Thread Nick Hibma
Author: n_hibma Date: Wed Nov 3 21:10:12 2010 New Revision: 214754 URL: http://svn.freebsd.org/changeset/base/214754 Log: Don't spam the console with loaded modules during boot and/or during startup of ppp. Note: This cannot be hidden behind bootverbose as this file is included from li

svn commit: r214752 - head/share/man/man9

2010-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 3 18:49:50 2010 New Revision: 214752 URL: http://svn.freebsd.org/changeset/base/214752 Log: Xref BUS_SETUP_INTR(9) and locking(9). Modified: head/share/man/man9/BUS_SETUP_INTR.9 head/share/man/man9/locking.9 Modified: head/share/man/man9/BUS_SETUP_INTR.9 ==

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

2010-11-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Nov 3 16:21:47 2010 New Revision: 214749 URL: http://svn.freebsd.org/changeset/base/214749 Log: Fix two mistakes on 32-bit systems. The slbmte code in syscall() is 64-bit only, and should be protected with an ifdef, and the no-execute bit in 32-bit set_user_sr()

svn commit: r214748 - head/sys/geom

2010-11-03 Thread Jaakko Heinonen
Author: jh Date: Wed Nov 3 16:19:35 2010 New Revision: 214748 URL: http://svn.freebsd.org/changeset/base/214748 Log: Extend the g_eventlock mutex coverage in one_event() to include setting of the EV_DONE flag and use the mutex to protect against losing wakeups in g_waitfor_event(). Rep

svn commit: r214746 - in head/sys: kern sys

2010-11-03 Thread John Baldwin
Author: jhb Date: Wed Nov 3 15:38:52 2010 New Revision: 214746 URL: http://svn.freebsd.org/changeset/base/214746 Log: Remove 'softclock_ih' as it is no longer used. Modified: head/sys/kern/kern_timeout.c head/sys/sys/interrupt.h Modified: head/sys/kern/kern_timeout.c =

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

2010-11-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Nov 3 15:15:48 2010 New Revision: 214739 URL: http://svn.freebsd.org/changeset/base/214739 Log: Clean up the user segment handling code a little more. Now that set_user_sr() itself caches the user segment VSID, there is no need for cpu_switch() to do it again. T

svn commit: r214738 - head

2010-11-03 Thread John Baldwin
Author: jhb Date: Wed Nov 3 13:42:59 2010 New Revision: 214738 URL: http://svn.freebsd.org/changeset/base/214738 Log: Delete machine/foo.h headers moved to x86/. I forgot to commit this earlier. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r214736 - in head/contrib/wpa: src/drivers wpa_supplicant/xcode

2010-11-03 Thread Rui Paulo
Author: rpaulo Date: Wed Nov 3 10:46:39 2010 New Revision: 214736 URL: http://svn.freebsd.org/changeset/base/214736 Log: Remove unused files. Deleted: head/contrib/wpa/src/drivers/driver_atheros.c head/contrib/wpa/src/drivers/driver_none.c head/contrib/wpa/src/drivers/linux_ioctl.c hea

svn commit: r214735 - in head/usr.sbin/wpa: hostapd wpa_passphrase wpa_supplicant

2010-11-03 Thread Rui Paulo
Author: rpaulo Date: Wed Nov 3 10:44:25 2010 New Revision: 214735 URL: http://svn.freebsd.org/changeset/base/214735 Log: Adapt for wpa_supplicant / hostapd 0.7.3. Modified: head/usr.sbin/wpa/hostapd/Makefile head/usr.sbin/wpa/hostapd/driver_freebsd.c head/usr.sbin/wpa/wpa_passphrase/Make

svn commit: r214728 - head/libexec/rtld-elf

2010-11-03 Thread Konstantin Belousov
Author: kib Date: Wed Nov 3 09:23:08 2010 New Revision: 214728 URL: http://svn.freebsd.org/changeset/base/214728 Log: If dlopen() is called for the dso that has been already loaded as a dependency, then the dso never has its DAG initialized. Empty DAG makes ref_dag() call in dlopen() a nop,

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

2010-11-03 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 3 07:51:33 2010 New Revision: 214726 URL: http://svn.freebsd.org/changeset/base/214726 Log: Clean up leftover USB device ID after r213856. This fixes: options USB_VERBOSE Submitted by: Lucius Windschuh Approved by: thompsa (mentor) Modified: head/sys/