svn commit: r189757 - in head/sys/powerpc: include mpc85xx

2009-03-12 Thread Rafal Jaworowski
Author: raj Date: Fri Mar 13 06:28:20 2009 New Revision: 189757 URL: http://svn.freebsd.org/changeset/base/189757 Log: Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. Inspired by discussion with Alexey V Fedorov on freebsd-powe...@. Modified: head/sys/powerpc/i

svn commit: r189756 - head/sys/kern

2009-03-12 Thread David Xu
Author: davidxu Date: Fri Mar 13 06:06:20 2009 New Revision: 189756 URL: http://svn.freebsd.org/changeset/base/189756 Log: 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoids a PANIC. 2) Rework locking for POSIX priority-mutex, this fixes a race where a thread m

svn commit: r189755 - head/sys/dev/cardbus

2009-03-12 Thread Warner Losh
Author: imp Date: Fri Mar 13 05:31:27 2009 New Revision: 189755 URL: http://svn.freebsd.org/changeset/base/189755 Log: Minorly improved debugging. Use the DEVPRINTF macro and report the offset for memory when mapping in the CIS. Modified: head/sys/dev/cardbus/cardbus_cis.c Modified: head/

svn commit: r189754 - head/usr.sbin/sysinstall

2009-03-12 Thread Greg Lehey
Author: grog Date: Fri Mar 13 03:51:41 2009 New Revision: 189754 URL: http://svn.freebsd.org/changeset/base/189754 Log: Add menus to read install.cfg from any disk device sysinstall can see (eg USB key, CD) rather than just floppy. Handle \r\n line termination in a cfg file. Add keep

svn commit: r189752 - head/sys/dev/dcons

2009-03-12 Thread Warner Losh
Author: imp Date: Fri Mar 13 02:15:49 2009 New Revision: 189752 URL: http://svn.freebsd.org/changeset/base/189752 Log: We need to initialize the console for dcons to work. Submitted by: nork@ Modified: head/sys/dev/dcons/dcons_os.c Modified: head/sys/dev/dcons/dcons_os.c ===

svn commit: r189751 - stable/6/sys/sys

2009-03-12 Thread David E. O'Brien
Author: obrien Date: Fri Mar 13 01:28:10 2009 New Revision: 189751 URL: http://svn.freebsd.org/changeset/base/189751 Log: Catch up with the sx_object -> lock_object change. Modified: stable/6/sys/sys/lock.h Modified: stable/6/sys/sys/lock.h ===

svn commit: r189750 - stable/7/sys/vm

2009-03-12 Thread John Baldwin
Author: jhb Date: Thu Mar 12 22:01:42 2009 New Revision: 189750 URL: http://svn.freebsd.org/changeset/base/189750 Log: Disable the vm_page_startup assertion for now. It always fails on platforms with superpages currently because the pages used by vm_reserv_startup() are incorrectly included

svn commit: r189749 - head/sys/boot/i386/libi386

2009-03-12 Thread John Baldwin
Author: jhb Date: Thu Mar 12 20:41:52 2009 New Revision: 189749 URL: http://svn.freebsd.org/changeset/base/189749 Log: The recent change to use memory > 1MB for the heap by default broke CD booting because the CD driver did not use bounce buffers to ensure request buffers sent to the BIOS we

Re: svn commit: r189624 - head/etc/rc.d

2009-03-12 Thread Pawel Jakub Dawidek
On Tue, Mar 10, 2009 at 03:19:50PM +, Guido van Rooij wrote: > Author: guido > Date: Tue Mar 10 15:19:49 2009 > New Revision: 189624 > URL: http://svn.freebsd.org/changeset/base/189624 > > Log: > When swap resides on a mirror and it is not stopped, the mirror > is degraded upon the next re

Re: svn commit: r189595 - in head/sys: kern sys ufs/ffs vm

2009-03-12 Thread Alan Cox
John Baldwin wrote: On Monday 09 March 2009 3:35:20 pm John Baldwin wrote: Author: jhb Date: Mon Mar 9 19:35:20 2009 New Revision: 189595 URL: http://svn.freebsd.org/changeset/base/189595 Log: Adjust some variables (mostly related to the buffer cache) that hold address space sizes to be

svn commit: r189748 - head/sys/dev/k8temp

2009-03-12 Thread Rui Paulo
Author: rpaulo Date: Thu Mar 12 18:59:39 2009 New Revision: 189748 URL: http://svn.freebsd.org/changeset/base/189748 Log: Add support for 10h and 11h family of processors. Also, make the sysctl look like a temperature. This driver will most likely be renamed to something more meaningful i

Re: svn commit: r189747 - in head/sys: conf dev/ath/ath_hal/ar5416

2009-03-12 Thread Sam Leffler
Sam Leffler wrote: Author: sam Date: Thu Mar 12 18:18:28 2009 New Revision: 189747 URL: http://svn.freebsd.org/changeset/base/189747 Log: preliminary ar9280 support: Several things to note: 1. This is legacy only (no 11n) 2. This is VERY preliminary code; tested only in sta+monitor mode

svn commit: r189747 - in head/sys: conf dev/ath/ath_hal/ar5416

2009-03-12 Thread Sam Leffler
Author: sam Date: Thu Mar 12 18:18:28 2009 New Revision: 189747 URL: http://svn.freebsd.org/changeset/base/189747 Log: preliminary ar9280 support: o add 9280 attach that sets up ini, cal, etc. o new rf backend for 9280 and later parts o split ini setup and spur mitigation support out to me

svn commit: r189746 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern

2009-03-12 Thread John Baldwin
Author: jhb Date: Thu Mar 12 17:32:04 2009 New Revision: 189746 URL: http://svn.freebsd.org/changeset/base/189746 Log: MFC: Export hz, maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz, and sgrowsiz via sysctl. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib

svn commit: r189745 - head/sys/kern

2009-03-12 Thread John Baldwin
Author: jhb Date: Thu Mar 12 17:23:02 2009 New Revision: 189745 URL: http://svn.freebsd.org/changeset/base/189745 Log: Change the sysctls for maxbcache and maxswzone from int to long. I missed this earlier since these sysctls don't exist in 7.x yet. Modified: head/sys/kern/subr_param.c Mo

svn commit: r189744 - head/sys/kern

2009-03-12 Thread John Baldwin
Author: jhb Date: Thu Mar 12 17:21:58 2009 New Revision: 189744 URL: http://svn.freebsd.org/changeset/base/189744 Log: Export the current values of nbuf, ncallout, and nswbuf via read-only sysctls that match the tunable names. MFC after:3 days Modified: head/sys/kern/subr_param.c

svn commit: r189743 - head/usr.bin/calendar/calendars

2009-03-12 Thread Roman Divacky
Author: rdivacky Date: Thu Mar 12 16:55:16 2009 New Revision: 189743 URL: http://svn.freebsd.org/changeset/base/189743 Log: Add myself. Approved by: ed (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ===

Re: svn commit: r189619 - head/sys/dev/cardbus

2009-03-12 Thread John Baldwin
On Thursday 12 March 2009 3:03:28 am M. Warner Losh wrote: > In message: <200903100904.38679@freebsd.org> > John Baldwin writes: > : It might be best to do this before releasing the resources rather than > : afterwards. > > It certainly does no harm to move them, and I will do so

svn commit: r189740 - in stable/7: . lib/libc lib/libc/string lib/libc/sys sys sys/contrib/pf sys/dev/ath/ath_hal sys/dev/cxgb sys/kern sys/sys

2009-03-12 Thread Konstantin Belousov
ING == --- stable/7/UPDATING Thu Mar 12 13:17:46 2009(r189739) +++ stable/7/UPDATING Thu Mar 12 13:45:55 2009(r189740) @@ -9,6 +9,19 @@ Items affecting the ports and packages s portupgrade. 20090312: + A workaround is committed

svn commit: r189739 - head/usr.sbin/gstat

2009-03-12 Thread Maxim Konovalov
Author: maxim Date: Thu Mar 12 13:17:46 2009 New Revision: 189739 URL: http://svn.freebsd.org/changeset/base/189739 Log: o Turn the batch mode on if stdout is not tty. Submitted by: vsevolod MFC after:1 week Modified: head/usr.sbin/gstat/gstat.8 head/usr.sbin/gstat/gstat.c Modif

svn commit: r189738 - head/usr.sbin/gstat

2009-03-12 Thread Maxim Konovalov
Author: maxim Date: Thu Mar 12 13:03:33 2009 New Revision: 189738 URL: http://svn.freebsd.org/changeset/base/189738 Log: o Sync synopsis with reality. Remove BUG section -- there is a batch mode in gpart(8) now. Modified: head/usr.sbin/gstat/gstat.8 Modified: head/usr.sbin/gstat/gstat.8 =

svn commit: r189737 - in head/sys/ufs: ffs ufs

2009-03-12 Thread Konstantin Belousov
Author: kib Date: Thu Mar 12 12:43:56 2009 New Revision: 189737 URL: http://svn.freebsd.org/changeset/base/189737 Log: The non-modifying EA VOPs are executed with only shared vnode lock taken. Provide a custom lock around initializing and tearing down EA area, to prevent both memory leaks an

svn commit: r189736 - head/sys/kern

2009-03-12 Thread Bruce M Simpson
Author: bms Date: Thu Mar 12 10:36:39 2009 New Revision: 189736 URL: http://svn.freebsd.org/changeset/base/189736 Log: Ensure that the semaphore value is re-checked after sem_lock is re-acquired, after the condition variable is signalled. PR: http://www.freebsd.org/cgi/query-p

svn commit: r189735 - head/sys/kern

2009-03-12 Thread Bruce M Simpson
Author: bms Date: Thu Mar 12 10:34:16 2009 New Revision: 189735 URL: http://svn.freebsd.org/changeset/base/189735 Log: Make semaphore debugging output more useful. PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/127545 MFC after: 5 days Submitted by: Philip Semanc

svn commit: r189733 - svnadmin/conf

2009-03-12 Thread Warner Losh
Author: imp Date: Thu Mar 12 09:53:24 2009 New Revision: 189733 URL: http://svn.freebsd.org/changeset/base/189733 Log: Bump! Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf == --- svnadm

svn commit: r189732 - head/release/doc/share/misc

2009-03-12 Thread Christian Brueffer
Author: brueffer Date: Thu Mar 12 09:52:42 2009 New Revision: 189732 URL: http://svn.freebsd.org/changeset/base/189732 Log: txp(4) should work on all architectures now. Modified: head/release/doc/share/misc/dev.archlist.txt Modified: head/release/doc/share/misc/dev.archlist.txt =

Re: svn commit: r189714 - head/sys/dev/txp

2009-03-12 Thread Pyun YongHyeon
On Thu, Mar 12, 2009 at 09:36:20AM +0100, Remko Lodder wrote: > > On Thu, March 12, 2009 2:14 am, Pyun YongHyeon wrote: > > Author: yongari > > Date: Thu Mar 12 01:14:47 2009 > > New Revision: 189714 > > URL: http://svn.freebsd.org/changeset/base/189714 > > > > Log: > > bus_dma(9) conversion and

svn commit: r189731 - head/sys/dev/cardbus

2009-03-12 Thread Warner Losh
Author: imp Date: Thu Mar 12 08:42:27 2009 New Revision: 189731 URL: http://svn.freebsd.org/changeset/base/189731 Log: Move the deactivation of the device's BAR to before the loop where we turn deactivate the resources. While this likely doesn't matter, it is likely to be safer. Modified:

Re: svn commit: r189714 - head/sys/dev/txp

2009-03-12 Thread Remko Lodder
On Thu, March 12, 2009 2:14 am, Pyun YongHyeon wrote: > Author: yongari > Date: Thu Mar 12 01:14:47 2009 > New Revision: 189714 > URL: http://svn.freebsd.org/changeset/base/189714 > > Log: > bus_dma(9) conversion and make txp(4) work on all architectures. Hey Pyun, This is great work! Thanks a

svn commit: r189728 - head/sys/dev/fe

2009-03-12 Thread Warner Losh
Author: imp Date: Thu Mar 12 07:18:27 2009 New Revision: 189728 URL: http://svn.freebsd.org/changeset/base/189728 Log: Fix the whitespace in this file to be consistent with itself and with the rest of the project's files. s/sn_/fe_/ in a routine name that I copied from sn. Modified: he

Re: svn commit: r189619 - head/sys/dev/cardbus

2009-03-12 Thread M. Warner Losh
In message: <200903100904.38679@freebsd.org> John Baldwin writes: : It might be best to do this before releasing the resources rather than : afterwards. It certainly does no harm to move them, and I will do so. However, what problems do you see with doing it in the current order

Re: svn commit: r189594 - head

2009-03-12 Thread M. Warner Losh
In message: <20090310021926.ga51...@troutmask.apl.washington.edu> Steve Kargl writes: : On Mon, Mar 09, 2009 at 08:38:10PM -0500, Mark Linimon wrote: : > : > As mlaier has pointed out, -current has sharp edges. It's one of : > 3 choices open to you, the other two being -stable (which