Re: svn commit: r226947 - in head/sys: dev/esp sparc64/sbus

2011-10-30 Thread Julian Elischer
On 10/30/11 9:25 PM, Alexey Dokuchaev wrote: On Sun, Oct 30, 2011 at 09:17:42PM +, Marius Strobl wrote: Author: marius Date: Sun Oct 30 21:17:42 2011 New Revision: 226947 URL: http://svn.freebsd.org/changeset/base/226947 Log: - Use device_t rather than the NetBSDish struct device. Hmm,

Re: svn commit: r226947 - in head/sys: dev/esp sparc64/sbus

2011-10-30 Thread Alexey Dokuchaev
On Sun, Oct 30, 2011 at 09:17:42PM +, Marius Strobl wrote: > Author: marius > Date: Sun Oct 30 21:17:42 2011 > New Revision: 226947 > URL: http://svn.freebsd.org/changeset/base/226947 > > Log: > - Use device_t rather than the NetBSDish struct device. Hmm, I though that style(9) advises agai

svn commit: r226951 - head/contrib/llvm/tools/clang/lib/Basic

2011-10-30 Thread Dimitry Andric
Author: dim Date: Sun Oct 30 22:20:17 2011 New Revision: 226951 URL: http://svn.freebsd.org/changeset/base/226951 Log: Pull in r143305 and r143312 from upstream clang trunk, so using "clang -march=native" on AMD K10 family processors no longer errors out with "unknown target CPU 'amdfam10'".

svn commit: r226950 - head/sys/dev/esp

2011-10-30 Thread Marius Strobl
Author: marius Date: Sun Oct 30 21:45:36 2011 New Revision: 226950 URL: http://svn.freebsd.org/changeset/base/226950 Log: Add multiple inclusion protection. Modified: head/sys/dev/esp/ncr53c9xreg.h Modified: head/sys/dev/esp/ncr53c9xreg.h =

svn commit: r226949 - head/sys/sparc64/sbus

2011-10-30 Thread Marius Strobl
Author: marius Date: Sun Oct 30 21:42:35 2011 New Revision: 226949 URL: http://svn.freebsd.org/changeset/base/226949 Log: Actually, limit to 32-bit DMA for the transfer buffers as the address is written into a 32-bit register. Modified: head/sys/sparc64/sbus/lsi64854.c Modified: head/sys/s

svn commit: r226948 - head/sys/sparc64/sbus

2011-10-30 Thread Marius Strobl
Author: marius Date: Sun Oct 30 21:19:13 2011 New Revision: 226948 URL: http://svn.freebsd.org/changeset/base/226948 Log: Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA. Modified: head/sys/sparc64/sbus/dma_sbus.c Modified: head/sys/sparc64/sbus/dma_sbus.c =

svn commit: r226947 - in head/sys: dev/esp sparc64/sbus

2011-10-30 Thread Marius Strobl
Author: marius Date: Sun Oct 30 21:17:42 2011 New Revision: 226947 URL: http://svn.freebsd.org/changeset/base/226947 Log: - Use device_t rather than the NetBSDish struct device. - Move esp_devclass to ncr53c9x.c in order to allow different bus front-ends to use it. - Use KOBJMETHOD_END.

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

2011-10-30 Thread Doug Barton
Author: dougb Date: Sun Oct 30 20:55:32 2011 New Revision: 226942 URL: http://svn.freebsd.org/changeset/base/226942 Log: Fix typo from r226927 Submitted by: scf Modified: head/usr.bin/calendar/calendars/calendar.birthday Modified: head/usr.bin/calendar/calendars/calendar.birthday ==

svn commit: r226940 - in head/cddl: lib/libzfs sbin/zfs sbin/zpool usr.bin/zinject usr.bin/ztest usr.sbin/zdb

2011-10-30 Thread Robert Millan
Author: rmh Date: Sun Oct 30 16:29:04 2011 New Revision: 226940 URL: http://svn.freebsd.org/changeset/base/226940 Log: Fix a few gratuitous library dependencies. Some of the ZFS utilities are linked with libraries they don't use: - zinject doesn't use libavl - ztest doesn't use libz

svn commit: r226939 - head/bin/ps

2011-10-30 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Oct 30 15:21:27 2011 New Revision: 226939 URL: http://svn.freebsd.org/changeset/base/226939 Log: For processes with no controlling terminal, display "-" in the TTY column instead of "?". Submitted by: arundel Modified: head/bin/ps/print.c head/bin/ps/ps.1 Mod

svn commit: r226938 - head/sys/contrib/pf/net

2011-10-30 Thread Kevin Lo
Author: kevlo Date: Sun Oct 30 14:55:00 2011 New Revision: 226938 URL: http://svn.freebsd.org/changeset/base/226938 Log: Add missing PF_UNLOCK in pf_test Reviewed by: bz Modified: head/sys/contrib/pf/net/pf.c Modified: head/sys/contrib/pf/net/pf.c ==

svn commit: r226937 - head/libexec/rshd

2011-10-30 Thread Christian Brueffer
Author: brueffer Date: Sun Oct 30 12:33:19 2011 New Revision: 226937 URL: http://svn.freebsd.org/changeset/base/226937 Log: Fix a misplaced parenthesis. PR: 162164 Submitted by: Henning Petersen MFC after:1 week Modified: head/libexec/rshd/rshd.c Modified: head/libexe