svn commit: r233534 - head/sys/mips/nlm

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 07:47:13 2012 New Revision: 233534 URL: http://svn.freebsd.org/changeset/base/233534 Log: Switch to interrupt based message handling for XLP 8xx B0. Fixup some style issues in the file as well. Modified: head/sys/mips/nlm/cms.c Modified:

svn commit: r233535 - head/sys/mips/nlm

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 07:51:42 2012 New Revision: 233535 URL: http://svn.freebsd.org/changeset/base/233535 Log: Update the L1D cache flush sequence when enabling threads. Added more comments to the code. Modified: head/sys/mips/nlm/mpreset.S Modified:

svn commit: r233536 - in head/sys/mips/nlm: . hal

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 07:57:41 2012 New Revision: 233536 URL: http://svn.freebsd.org/changeset/base/233536 Log: XLP PCIe code update. - XLP supports hardware swap for PCIe IO/MEM accesses. Since we are in big-endian mode, enable hardware swap and use the normal bus

svn commit: r233537 - in head/sys: conf dev/iicbus

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 09:48:18 2012 New Revision: 233537 URL: http://svn.freebsd.org/changeset/base/233537 Log: Move driver for DS1374 RTC to sys/dev/iicbus The earlier version of the driver is sys/mips/rmi/dev/iic/ds1374u.c Convert all references to ds1374u to ds1374, and

svn commit: r233538 - head/sys/dev/iicbus

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 10:00:33 2012 New Revision: 233538 URL: http://svn.freebsd.org/changeset/base/233538 Log: Fix property name, r233537 used mime-type instead of svn:mime-type Modified: Directory Properties: head/sys/dev/iicbus/ds1374.c (props changed)

svn commit: r233539 - in head/sys: conf dev/iicbus

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 10:44:32 2012 New Revision: 233539 URL: http://svn.freebsd.org/changeset/base/233539 Log: Driver for OpenCores I2C controller. Add a Simple polled driver iicoc for the OpenCores I2C controller. This is used in Netlogic XLP processors. Submitted by:

svn commit: r233540 - in head/sys/mips: conf nlm

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 11:17:04 2012 New Revision: 233540 URL: http://svn.freebsd.org/changeset/base/233540 Log: I2C support for XLP, add hints for I2C devices and update PCI resource allocation code. Added: head/sys/mips/conf/XLP.hints (contents, props changed) Modified:

svn commit: r233541 - in head/sys/mips: conf nlm nlm/dev nlm/dev/sec nlm/hal

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 11:43:46 2012 New Revision: 233541 URL: http://svn.freebsd.org/changeset/base/233541 Log: Opencrypto driver for XLP Security and RSA/ECC blocks Support for the Security and RSA blocks on XLP SoC. Even though the XLP supports many more algorithms, only

svn commit: r233542 - in head/sys/mips/nlm: . hal

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 12:25:47 2012 New Revision: 233542 URL: http://svn.freebsd.org/changeset/base/233542 Log: Support for EEPROM and CPLD on XLP EVP boards. On XLP evaluation platform, the board information is stored in an I2C eeprom and the network block configuration is

svn commit: r233544 - head/sys/dev/hwpmc

2012-03-27 Thread Fabien Thomas
Author: fabient Date: Tue Mar 27 14:02:22 2012 New Revision: 233544 URL: http://svn.freebsd.org/changeset/base/233544 Log: Fix random deadlock on pmcstat exit: - Exit the thread when soft shutdown is requested - Wakeup owner thread. Reproduced/tested by looping pmcstat measurement:

svn commit: r233545 - in head/sys/mips: conf nlm nlm/dev/net nlm/dev/net/ucore nlm/hal

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 14:05:12 2012 New Revision: 233545 URL: http://svn.freebsd.org/changeset/base/233545 Log: xlpge : driver for XLP network accelerator Features: - network driver for the four 10G interfaces and two management ports on XLP 8xx. - Support 4xx and 3xx

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

2012-03-27 Thread Konstantin Belousov
Author: kib Date: Tue Mar 27 14:10:15 2012 New Revision: 233546 URL: http://svn.freebsd.org/changeset/base/233546 Log: Prevent rtld_verify_object_versions() from being called several times for the same object. This can happen when object is a dependency of the dlopen()ed dso. When called

svn commit: r233547 - head/sys/ofed/include/linux

2012-03-27 Thread John Baldwin
Author: jhb Date: Tue Mar 27 14:24:29 2012 New Revision: 233547 URL: http://svn.freebsd.org/changeset/base/233547 Log: Use VM_MEMATTR_UNCACHEABLE instead of VM_MEMATTR_UNCACHED for UC mappings. VM_MEMATTR_UNCACHED is actually the x86-specific UC- mode (where a WC MTRR can override the PAT

Re: svn commit: r233547 - head/sys/ofed/include/linux

2012-03-27 Thread John Baldwin
On Tuesday, March 27, 2012 10:24:30 am John Baldwin wrote: Author: jhb Date: Tue Mar 27 14:24:29 2012 New Revision: 233547 URL: http://svn.freebsd.org/changeset/base/233547 Log: Use VM_MEMATTR_UNCACHEABLE instead of VM_MEMATTR_UNCACHED for UC mappings. VM_MEMATTR_UNCACHED is actually

svn commit: r233549 - in head/sys/mips/nlm: . dev

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 14:48:40 2012 New Revision: 233549 URL: http://svn.freebsd.org/changeset/base/233549 Log: XLP UART code udpate. Move XLP PCI UART device to sys/mips/nlm/dev/ directory. Other drivers for the XLP SoC devices will be added here as well. Update

svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-27 Thread Ryan Stone
Author: rstone Date: Tue Mar 27 15:07:43 2012 New Revision: 233552 URL: http://svn.freebsd.org/changeset/base/233552 Log: Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and unloaded, also have sdt.ko register callbacks with kern_sdt.c that will be called

svn commit: r233553 - head/sys/dev/cfi

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 15:13:12 2012 New Revision: 233553 URL: http://svn.freebsd.org/changeset/base/233553 Log: CFI fixes for big endian archs. The flash commands and responses are little-endian and have to be byte swapped on big-endian systems. However the raw read of data

svn commit: r233557 - head/lib/libc/rpc

2012-03-27 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Mar 27 15:22:10 2012 New Revision: 233557 URL: http://svn.freebsd.org/changeset/base/233557 Log: Minor mdoc nit. Modified: head/lib/libc/rpc/rpc_soc.3 Modified: head/lib/libc/rpc/rpc_soc.3

svn commit: r233558 - head/sys/contrib/dev/acpica/components/parser

2012-03-27 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 27 15:27:20 2012 New Revision: 233558 URL: http://svn.freebsd.org/changeset/base/233558 Log: MFV: r233551 Fix two possible memory leaks in error path. Obtained from:ACPICA Modified: head/sys/contrib/dev/acpica/components/parser/psargs.c Directory

svn commit: r233563 - in head/sys/mips/nlm: . hal

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 15:39:55 2012 New Revision: 233563 URL: http://svn.freebsd.org/changeset/base/233563 Log: Update memory and resource allocation code for SoC devices The XLP on-chip devices have PCI configuration headers, but some of the devices need custom resource

svn commit: r233569 - head/sys/dev/hwpmc

2012-03-27 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 27 18:22:14 2012 New Revision: 233569 URL: http://svn.freebsd.org/changeset/base/233569 Log: Fix crash on VirtualBox (and probably on some real hardware): - Do not cover error returned by pmc_core_initialize with the result of pmc_uncore_initialize, fail

svn commit: r233570 - head/sys/mips/nlm

2012-03-27 Thread Jayachandran C.
Author: jchandra Date: Tue Mar 27 18:26:35 2012 New Revision: 233570 URL: http://svn.freebsd.org/changeset/base/233570 Log: Fix size of PCI softc. Modified: head/sys/mips/nlm/xlp_pci.c Modified: head/sys/mips/nlm/xlp_pci.c

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

2012-03-27 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Mar 27 18:27:45 2012 New Revision: 233571 URL: http://svn.freebsd.org/changeset/base/233571 Log: strip (R) to match manpage and pci_vendors MFC after:1 week Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

Re: svn commit: r233544 - head/sys/dev/hwpmc

2012-03-27 Thread Oleksandr Tymoshenko
On 27/03/2012 7:02 AM, Fabien Thomas wrote: Author: fabient Date: Tue Mar 27 14:02:22 2012 New Revision: 233544 URL: http://svn.freebsd.org/changeset/base/233544 Log: Fix random deadlock on pmcstat exit: - Exit the thread when soft shutdown is requested - Wakeup owner thread.

svn commit: r233576 - head/lib/libc/net

2012-03-27 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Mar 27 20:39:49 2012 New Revision: 233576 URL: http://svn.freebsd.org/changeset/base/233576 Log: Minor indentation and paragraph nits. Modified: head/lib/libc/net/nsdispatch.3 Modified: head/lib/libc/net/nsdispatch.3

svn commit: r233577 - in head: lib/libc/iconv share/man/man4

2012-03-27 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Mar 27 20:50:14 2012 New Revision: 233577 URL: http://svn.freebsd.org/changeset/base/233577 Log: mdoc: add missing El macro. Modified: head/lib/libc/iconv/iconvctl.3 head/share/man/man4/xnb.4 Modified: head/lib/libc/iconv/iconvctl.3

Re: svn commit: r233294 - in head: . contrib/com_err crypto/heimdal crypto/heimdal/admin crypto/heimdal/appl crypto/heimdal/appl/afsutil crypto/heimdal/appl/ftp crypto/heimdal/appl/ftp/common crypto/h

2012-03-27 Thread Ivan Voras
On 25 March 2012 12:59, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Thu, Mar 22, 2012 at 08:48:44AM +, Stanislav Sedov wrote:   - Heimdal's KDC now require sqlite to operate.  We use the bundled version     and install it as libheimsqlite.  If some other FreeBSD components will    

Re: svn commit: r233570 - head/sys/mips/nlm

2012-03-27 Thread John Baldwin
On Tuesday, March 27, 2012 2:26:35 pm Jayachandran C. wrote: Author: jchandra Date: Tue Mar 27 18:26:35 2012 New Revision: 233570 URL: http://svn.freebsd.org/changeset/base/233570 Log: Fix size of PCI softc. Modified: head/sys/mips/nlm/xlp_pci.c Modified:

svn commit: r233578 - head/sys/conf

2012-03-27 Thread Peter Wemm
Author: peter Date: Tue Mar 27 21:23:56 2012 New Revision: 233578 URL: http://svn.freebsd.org/changeset/base/233578 Log: Allow (with a license warning) options ZFS to work in static kernels. The 'make depend' rules have to use custom -I paths for the special compat includes for the

Re: svn commit: r233570 - head/sys/mips/nlm

2012-03-27 Thread Jayachandran C.
On Wed, Mar 28, 2012 at 2:51 AM, John Baldwin j...@freebsd.org wrote: On Tuesday, March 27, 2012 2:26:35 pm Jayachandran C. wrote: Author: jchandra Date: Tue Mar 27 18:26:35 2012 New Revision: 233570 URL: http://svn.freebsd.org/changeset/base/233570 Log:   Fix size of PCI softc.

Re: svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-27 Thread Alexander Leidinger
On Tue, 27 Mar 2012 15:07:43 + (UTC) Ryan Stone rst...@freebsd.org wrote: Author: rstone Date: Tue Mar 27 15:07:43 2012 New Revision: 233552 URL: http://svn.freebsd.org/changeset/base/233552 Log: Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and

svn commit: r233587 - head/sys/dev/fxp

2012-03-27 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 28 01:52:38 2012 New Revision: 233587 URL: http://svn.freebsd.org/changeset/base/233587 Log: Remove unnecessary #if as the software workaround for PCI protocol violation should be activated unless the system is cold-booted after updating EEPROM. The PCI