svn commit: r210107 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 07:45:37 2010 New Revision: 210107 URL: http://svn.freebsd.org/changeset/base/210107 Log: Remove duplicate vendor:device entry. MFC after:3 days Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r210108 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 08:05:20 2010 New Revision: 210108 URL: http://svn.freebsd.org/changeset/base/210108 Log: Fix some small whitespace nits. MFC after:3 days Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwnvar.h Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r210109 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 09:30:54 2010 New Revision: 210109 URL: http://svn.freebsd.org/changeset/base/210109 Log: - Add new IDs for 6000 series devices. - The 6000 series WiMAX devices need a separate firmware. - The b-gen devices are not hooked because the hardware revision type

svn commit: r210110 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 09:34:00 2010 New Revision: 210110 URL: http://svn.freebsd.org/changeset/base/210110 Log: Detect active chains differently to work around a firmware bug which would mark non-existing chains as active. Obtained from:OpenBSD MFC after:1 week

svn commit: r210111 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 10:37:49 2010 New Revision: 210111 URL: http://svn.freebsd.org/changeset/base/210111 Log: Add support for firmware images in type-length-value format. Obtained from:OpenBSD MFC after:2 weeks Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r210112 - head

2010-07-15 Thread Rafal Jaworowski
Author: raj Date: Thu Jul 15 10:49:07 2010 New Revision: 210112 URL: http://svn.freebsd.org/changeset/base/210112 Log: Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks the 'builddtb' target. Make the processing more robust against non-existent kernel config files

Re: svn commit: r210103 - head/lib/liblzma

2010-07-15 Thread Dimitry Andric
On 2010-07-15 05:11, Marcel Moolenaar wrote: Author: marcel Date: Thu Jul 15 03:11:04 2010 New Revision: 210103 URL: http://svn.freebsd.org/changeset/base/210103 Log: Unbreak xz (liblzma) on strong-aligned architectures (and without emulation of misaligned memory accesses). We cannot

svn commit: r210114 - head/sys/dev/iwn

2010-07-15 Thread Bernhard Schmidt
Author: bschmidt Date: Thu Jul 15 11:52:20 2010 New Revision: 210114 URL: http://svn.freebsd.org/changeset/base/210114 Log: Handle RUN-ASSOC-RUN transition correctly, as in not trigger a firmware error. Convert if statements to a switch statement while I'm here. Tested by:Benjamin

Re: svn commit: r210005 - head/sys/modules/acpi/acpi

2010-07-15 Thread Bruce Evans
On Tue, 13 Jul 2010, Jung-uk Kim wrote: Log: Define SMP unconditionally for amd64 and remove opt_global.h from SRCS. Note it is done just for correctness sake because we do not build, ship, or support acpi.ko on amd64. Prodded by:bde Thanks. It was much more interesting than I

svn commit: r210116 - head

2010-07-15 Thread Rafal Jaworowski
Author: raj Date: Thu Jul 15 13:21:25 2010 New Revision: 210116 URL: http://svn.freebsd.org/changeset/base/210116 Log: Relax FDT_DTS_FILE validation (and unbreak world build). Pointed out by: kib Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r210117 - head/sys/kern

2010-07-15 Thread Ivan Voras
Author: ivoras Date: Thu Jul 15 13:46:30 2010 New Revision: 210117 URL: http://svn.freebsd.org/changeset/base/210117 Log: A cosmetic change - don't output empty flags. Modified: head/sys/kern/sched_ule.c Modified: head/sys/kern/sched_ule.c

Re: svn commit: r210103 - head/lib/liblzma

2010-07-15 Thread Dag-Erling Smørgrav
Dimitry Andric dimi...@andric.com writes: Marcel Moolenaar mar...@freebsd.org writes: Unbreak xz (liblzma) on strong-aligned architectures (and without emulation of misaligned memory accesses). We cannot map the unaligned memory access functions to the ones used for aligned accesses, so do

svn commit: r210118 - head/sbin/ipfw

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:34:56 2010 New Revision: 210118 URL: http://svn.freebsd.org/changeset/base/210118 Log: better printing of headers when listing flows Modified: head/sbin/ipfw/dummynet.c Modified: head/sbin/ipfw/dummynet.c

svn commit: r210119 - head/sys/netinet/ipfw

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:37:02 2010 New Revision: 210119 URL: http://svn.freebsd.org/changeset/base/210119 Log: fix a comment and final empty line Modified: head/sys/netinet/ipfw/dn_heap.c Modified: head/sys/netinet/ipfw/dn_heap.c

svn commit: r210120 - head/sys/netinet/ipfw

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:37:59 2010 New Revision: 210120 URL: http://svn.freebsd.org/changeset/base/210120 Log: whitespace fixes Modified: head/sys/netinet/ipfw/ip_fw2.c Modified: head/sys/netinet/ipfw/ip_fw2.c

svn commit: r210121 - head/sys/net

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:41:06 2010 New Revision: 210121 URL: http://svn.freebsd.org/changeset/base/210121 Log: small portability fix to build on linux/windows Modified: head/sys/net/pfil.h Modified: head/sys/net/pfil.h

svn commit: r210122 - head/sys/net

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:41:59 2010 New Revision: 210122 URL: http://svn.freebsd.org/changeset/base/210122 Log: whitespace cleanup Modified: head/sys/net/radix.c Modified: head/sys/net/radix.c == ---

svn commit: r210123 - head/sys/netinet/ipfw

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 14:43:12 2010 New Revision: 210123 URL: http://svn.freebsd.org/changeset/base/210123 Log: remove some conditional #ifdefs (no-op on FreeBSD); run the timer routine on cpu 0. Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c Modified:

Re: svn commit: r210103 - head/lib/liblzma

2010-07-15 Thread Dimitry Andric
On 2010-07-15 16:28, Dag-Erling Smørgrav wrote: Misaligned accesses, especially writes, are slow on all architectures - but Marcel knows this, so I guess he has a reason for doing it this way? I did some unscientific tests here, on an i386 box, and it did not turn out to make too much

svn commit: r210124 - head/sys/amd64/amd64

2010-07-15 Thread Alan Cox
Author: alc Date: Thu Jul 15 16:25:51 2010 New Revision: 210124 URL: http://svn.freebsd.org/changeset/base/210124 Log: Optimize pmap_remove()'s handling of PG_G mappings. Specifically, instead of calling pmap_invalidate_page() for each PG_G mapping, call pmap_invalidate_range() for each

svn commit: r210125 - head/release/picobsd/qemu

2010-07-15 Thread Luigi Rizzo
Author: luigi Date: Thu Jul 15 16:32:59 2010 New Revision: 210125 URL: http://svn.freebsd.org/changeset/base/210125 Log: add some modern stuff: SMP, SCHED_ULE, PREEMPTION and support for VIMAGE Modified: head/release/picobsd/qemu/PICOBSD head/release/picobsd/qemu/crunch.conf Modified:

svn commit: r210126 - head/sys/mips/rmi

2010-07-15 Thread Jayachandran C.
Author: jchandra Date: Thu Jul 15 16:39:17 2010 New Revision: 210126 URL: http://svn.freebsd.org/changeset/base/210126 Log: Fix for 64 bit compilation. RMI bootloader passes argv[] and envp[] as an array of 32 bit pointers. Convert the pointers to correct pointer type before use.

svn commit: r210129 - head/sys/dev/acpica/Osd

2010-07-15 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 15 17:11:49 2010 New Revision: 210129 URL: http://svn.freebsd.org/changeset/base/210129 Log: - AcpiOsReadMemory() needs similar fixes as r209965. [1] According to ACPICA User Guide and Programmer Reference, the read data must be zero extended to fill the 32-bit

svn commit: r210133 - head/lib/libjail

2010-07-15 Thread Jamie Gritton
Author: jamie Date: Thu Jul 15 19:21:07 2010 New Revision: 210133 URL: http://svn.freebsd.org/changeset/base/210133 Log: Don't import parameter values in jail_getv, except for the search key. Remove the internal jailparam_vlist, in favor of using variants of its logic separately in

svn commit: r210135 - head/sys/fs/nfsclient

2010-07-15 Thread John Baldwin
Author: jhb Date: Thu Jul 15 19:21:48 2010 New Revision: 210135 URL: http://svn.freebsd.org/changeset/base/210135 Log: Merge 208603, 209946, and 209948 to the new NFS client: Move attribute cache flushes from VOP_OPEN() to VOP_LOOKUP() to provide more graceful recovery for stale filehandles

svn commit: r210137 - head/sys/dev/acpica/Osd

2010-07-15 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 15 19:52:54 2010 New Revision: 210137 URL: http://svn.freebsd.org/changeset/base/210137 Log: - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129. According to ACPICA User Guide and Programmer Reference, the read data must be zero extended to

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

2010-07-15 Thread John Baldwin
Author: jhb Date: Thu Jul 15 20:24:37 2010 New Revision: 210138 URL: http://svn.freebsd.org/changeset/base/210138 Log: Retire td_syscalls now that it is no longer needed. Modified: head/sys/kern/kern_thread.c head/sys/kern/subr_trap.c head/sys/sys/proc.h Modified:

svn commit: r210142 - head/sys/mips/include

2010-07-15 Thread Warner Losh
Author: imp Date: Thu Jul 15 21:56:45 2010 New Revision: 210142 URL: http://svn.freebsd.org/changeset/base/210142 Log: Better description of this file Modified: head/sys/mips/include/asmacros.h Modified: head/sys/mips/include/asmacros.h

svn commit: r210149 - head/sys/isa

2010-07-15 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 15 23:11:51 2010 New Revision: 210149 URL: http://svn.freebsd.org/changeset/base/210149 Log: When we are not switching VTs, just mark all buffer to be updated. Modified: head/sys/isa/syscons_isa.c Modified: head/sys/isa/syscons_isa.c

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

2010-07-15 Thread Jung-uk Kim
Author: jkim Date: Thu Jul 15 23:24:06 2010 New Revision: 210150 URL: http://svn.freebsd.org/changeset/base/210150 Log: If there is any pending sleep request, disallow entering S5 state. Otherwise, bad things may happen. ;-) Modified: head/sys/dev/acpica/acpi.c Modified: