svn commit: r206031 - in stable/8/sys/powerpc: booke mpc85xx powerpc

2010-03-31 Thread Marcel Moolenaar
Author: marcel Date: Thu Apr 1 02:41:50 2010 New Revision: 206031 URL: http://svn.freebsd.org/changeset/base/206031 Log: MFC rev 199602, 200739, 203177, 203350, 203352, 205495, 205527, 205535 and 205569: Sync MPC85xx/Book-E with 9-current. Modified: stable/8/sys/powerpc/booke/clock.c

svn commit: r206030 - in stable/8/tools: regression/lib/msun regression/usr.bin/pkill tools/ath/common tools/nanobsd tools/termcap

2010-03-31 Thread Warner Losh
Author: imp Date: Thu Apr 1 02:03:28 2010 New Revision: 206030 URL: http://svn.freebsd.org/changeset/base/206030 Log: MFC: r197542: - When we run our trap cleanup handler, echo that we are running this handler to make it more clear why we are 'suddenly' running df, umount, and m

svn commit: r206029 - head/sys/cam/scsi

2010-03-31 Thread Matt Jacob
Author: mjacob Date: Thu Apr 1 01:49:43 2010 New Revision: 206029 URL: http://svn.freebsd.org/changeset/base/206029 Log: Add a couple missing basic mode page codes. MFC after:1 week Modified: head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scsi_all.h ==

svn commit: r206028 - head/sys/kern

2010-03-31 Thread Lawrence Stewart
Author: lstewart Date: Thu Apr 1 01:27:10 2010 New Revision: 206028 URL: http://svn.freebsd.org/changeset/base/206028 Log: The ALQ should not be considered drained until it has been made inactive. Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rwatson (as part of

svn commit: r206027 - head/sys/kern

2010-03-31 Thread Lawrence Stewart
Author: lstewart Date: Thu Apr 1 01:23:36 2010 New Revision: 206027 URL: http://svn.freebsd.org/changeset/base/206027 Log: According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep(). Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rwatson (as part of a

svn commit: r206026 - head/sys/kern

2010-03-31 Thread Lawrence Stewart
Author: lstewart Date: Thu Apr 1 01:16:00 2010 New Revision: 206026 URL: http://svn.freebsd.org/changeset/base/206026 Log: - Factor code to destroy an ALQ out of alq_close() into a private alq_destroy(). - Use the new alq_destroy() to properly handle a failure case in alq_open(). Spo

svn commit: r206025 - in stable: 6/libexec/ftpd 7/libexec/ftpd 8/libexec/ftpd

2010-03-31 Thread Xin LI
Author: delphij Date: Thu Apr 1 00:38:38 2010 New Revision: 206025 URL: http://svn.freebsd.org/changeset/base/206025 Log: MFC r205656: Check that gl_pathc is bigger than zero before derefencing gl_pathv. When gl_pathc == 0, the content of gl_pathv is undefined. PR: bin/144

svn commit: r206025 - in stable: 6/libexec/ftpd 7/libexec/ftpd 8/libexec/ftpd

2010-03-31 Thread Xin LI
Author: delphij Date: Thu Apr 1 00:38:38 2010 New Revision: 206025 URL: http://svn.freebsd.org/changeset/base/206025 Log: MFC r205656: Check that gl_pathc is bigger than zero before derefencing gl_pathv. When gl_pathc == 0, the content of gl_pathv is undefined. PR: bin/144

svn commit: r206025 - in stable: 6/libexec/ftpd 7/libexec/ftpd 8/libexec/ftpd

2010-03-31 Thread Xin LI
Author: delphij Date: Thu Apr 1 00:38:38 2010 New Revision: 206025 URL: http://svn.freebsd.org/changeset/base/206025 Log: MFC r205656: Check that gl_pathc is bigger than zero before derefencing gl_pathv. When gl_pathc == 0, the content of gl_pathv is undefined. PR: bin/144

svn commit: r206024 - in stable/8/sys: net netinet

2010-03-31 Thread Kip Macy
Author: kmacy Date: Thu Apr 1 00:36:40 2010 New Revision: 206024 URL: http://svn.freebsd.org/changeset/base/206024 Log: MFC 205066, 205069, 205093, 205097, 205488: r205066: Log: - restructure flowtable to support ipv6 - add a name argument to flowtable_alloc for printing with dd

svn commit: r206023 - head/sys/dev/e1000

2010-03-31 Thread Jack F Vogel
Author: jfv Date: Wed Mar 31 23:24:42 2010 New Revision: 206023 URL: http://svn.freebsd.org/changeset/base/206023 Log: The POLL code was missed in the queue conversion, change the argument type to igb_rxeof() to the correct type. Note, any users of POLLING must be sure and set the number o

svn commit: r206022 - head/sys/netinet

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 23:02:25 2010 New Revision: 206022 URL: http://svn.freebsd.org/changeset/base/206022 Log: Add definition of IPv6 mobility header's protocol number, as assigned by IANA and defined in RFC 3775. Obtained from:KAME Modified: head/sys/netinet/in.h

svn commit: r206021 - head/sys/netgraph

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 22:47:55 2010 New Revision: 206021 URL: http://svn.freebsd.org/changeset/base/206021 Log: Remove some more alignment constraints. Modified: head/sys/netgraph/ng_mppc.c head/sys/netgraph/ng_ppp.c Modified: head/sys/netgraph/ng_mppc.c

svn commit: r206020 - head/sys/sparc64/pci

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:32:56 2010 New Revision: 206020 URL: http://svn.freebsd.org/changeset/base/206020 Log: Use device_get_nameunit(9) rather than device_get_name(9) so one can identify the reporting bridge in machines with multiple PCI domains. Modified: head/sys/sparc64/pci/

svn commit: r206019 - head/sys/sparc64/pci

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:27:33 2010 New Revision: 206019 URL: http://svn.freebsd.org/changeset/base/206019 Log: Don't re-implement device_get_nameunit(9). Modified: head/sys/sparc64/pci/apb.c Modified: head/sys/sparc64/pci/apb.c =

svn commit: r206018 - in head/sys/sparc64: fhc pci sbus

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:19:00 2010 New Revision: 206018 URL: http://svn.freebsd.org/changeset/base/206018 Log: - Take advantage of the INTCLR_* macros. - Right-justify the backslashes as per style(9). Modified: head/sys/sparc64/fhc/fhc.c head/sys/sparc64/pci/psycho.c head/sys

svn commit: r206017 - head/sys/netgraph

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 22:16:05 2010 New Revision: 206017 URL: http://svn.freebsd.org/changeset/base/206017 Log: Make ng_ksocket fulfill lower protocol stack layers alignment requirements on platforms with strict alignment constraints. This fixes kernel panics on arm and probably other

svn commit: r206015 - head/sys/netgraph

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 22:11:06 2010 New Revision: 206015 URL: http://svn.freebsd.org/changeset/base/206015 Log: Make ng_l2tp irrelevant to data alignment. Modified: head/sys/netgraph/ng_l2tp.c Modified: head/sys/netgraph/ng_l2tp.c ==

svn commit: r206014 - stable/7/sys/sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:05:53 2010 New Revision: 206014 URL: http://svn.freebsd.org/changeset/base/206014 Log: MFC: r205399 Improve the KVA space sizing of r186682 (r190080); on machines with large dTLBs we can actually use all of the available lockable entries of the tiny dT

svn commit: r206013 - stable/8/sys/sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:05:49 2010 New Revision: 206013 URL: http://svn.freebsd.org/changeset/base/206013 Log: MFC: r205399 Improve the KVA space sizing of r186682; on machines with large dTLBs we can actually use all of the available lockable entries of the tiny dTLB for the

svn commit: r206012 - stable/7/sys/sparc64/include

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:00:22 2010 New Revision: 206012 URL: http://svn.freebsd.org/changeset/base/206012 Log: MFC: r205263 Add macros for the VER.impl of SPARC64 II to VIIIfx. Modified: stable/7/sys/sparc64/include/ver.h Directory Properties: stable/7/sys/ (props changed)

svn commit: r206011 - stable/8/sys/sparc64/include

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 22:00:22 2010 New Revision: 206011 URL: http://svn.freebsd.org/changeset/base/206011 Log: MFC: r205263 Add macros for the VER.impl of SPARC64 II to VIIIfx. Modified: stable/8/sys/sparc64/include/ver.h Directory Properties: stable/8/sys/ (props changed)

svn commit: r206010 - in stable/7/sys/sparc64: include sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:57:49 2010 New Revision: 206010 URL: http://svn.freebsd.org/changeset/base/206010 Log: MFC: r205258 - Add TTE and context register bits for the additional page sizes supported by UltraSparc-IV and -IV+ as well as SPARC64 V, VI, VII and VIIIfx CPUs. -

svn commit: r206009 - in stable/8/sys/sparc64: include sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:57:48 2010 New Revision: 206009 URL: http://svn.freebsd.org/changeset/base/206009 Log: MFC: r205258 - Add TTE and context register bits for the additional page sizes supported by UltraSparc-IV and -IV+ as well as SPARC64 V, VI, VII and VIIIfx CPUs. -

svn commit: r206008 - stable/7/sys/sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:41:03 2010 New Revision: 206008 URL: http://svn.freebsd.org/changeset/base/206008 Log: MFC: r204153 Starting with UltraSPARC IV CPUs the CPU caches are described with different OFW properties. Modified: stable/7/sys/sparc64/sparc64/cache.c Directory P

svn commit: r206007 - stable/8/sys/sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:41:00 2010 New Revision: 206007 URL: http://svn.freebsd.org/changeset/base/206007 Log: MFC: r204153 Starting with UltraSPARC IV CPUs the CPU caches are described with different OFW properties. Modified: stable/8/sys/sparc64/sparc64/cache.c Directory P

svn commit: r206005 - in stable/8/sys: boot/sparc64/loader sparc64/include sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:32:52 2010 New Revision: 206005 URL: http://svn.freebsd.org/changeset/base/206005 Log: MFC: r204152, r204164 Some machines can not only consist of CPUs running at different speeds but also of different types, f.e. Sun Fire V890 can be equipped with a m

svn commit: r206004 - in stable/7/sys: boot/sparc64/loader sparc64/include sparc64/sparc64

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 21:32:52 2010 New Revision: 206004 URL: http://svn.freebsd.org/changeset/base/206004 Log: MFC: r204152, r204164 Some machines can not only consist of CPUs running at different speeds but also of different types, f.e. Sun Fire V890 can be equipped with a m

svn commit: r206002 - head/lib/libz

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 20:55:13 2010 New Revision: 206002 URL: http://svn.freebsd.org/changeset/base/206002 Log: Update to 1.2.4.1 (beta). Modified: head/lib/libz/ChangeLog head/lib/libz/README head/lib/libz/crc32.c head/lib/libz/deflate.c head/lib/libz/gzguts.h (contents,

svn commit: r206001 - head/sys/dev/e1000

2010-03-31 Thread Marius Strobl
Author: marius Date: Wed Mar 31 20:43:24 2010 New Revision: 206001 URL: http://svn.freebsd.org/changeset/base/206001 Log: Hook the identification LEDs of igb(4), lem(4) and em(4) devices up with led(4) so they can be lit or f.e. made blink via `echo f2 > /dev/led/em0` for localization purpos

svn commit: r206000 - head/sys/netgraph

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 20:37:44 2010 New Revision: 206000 URL: http://svn.freebsd.org/changeset/base/206000 Log: Make ng_ppp fulfill upper protocol stack layers alignment requirements on platforms with strict alignment constraints. This fixes kernel panics on arm and probably other arc

svn commit: r205999 - head/sys/conf

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 20:15:20 2010 New Revision: 205999 URL: http://svn.freebsd.org/changeset/base/205999 Log: ng_gif depends on gif. Modified: head/sys/conf/files Modified: head/sys/conf/files == --- head/sy

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

2010-03-31 Thread Fabien Thomas
Author: fabient Date: Wed Mar 31 20:00:44 2010 New Revision: 205998 URL: http://svn.freebsd.org/changeset/base/205998 Log: If there is multiple PMCs for the same interrupt ignore new post. This will indirectly fix a bug where the thread will be pinned forever if the assert is not compiled.

svn commit: r205997 - head/lib/libc/gen

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 18:37:00 2010 New Revision: 205997 URL: http://svn.freebsd.org/changeset/base/205997 Log: Add prototype for libc internal interfaces. Modified: head/lib/libc/gen/__getosreldate.c head/lib/libc/gen/_thread_init.c Modified: head/lib/libc/gen/__getosreldate.c

svn commit: r205996 - head/lib/libc/gen

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 18:36:04 2010 New Revision: 205996 URL: http://svn.freebsd.org/changeset/base/205996 Log: Add prototypes for libc private interfaces. While I'm there, apply __unused whenever appropriate. Reviewed by: md5(1) Modified: head/lib/libc/gen/_spinlock_stu

svn commit: r205995 - in head/games/fortune: . datfiles

2010-03-31 Thread Ulrich Spoerlein
Author: uqs Date: Wed Mar 31 18:21:25 2010 New Revision: 205995 URL: http://svn.freebsd.org/changeset/base/205995 Log: Sync fortunes with other *BSDs - Spelling errors - Typographical fixes - Consistent attributions - Use Jr. more consistently - Capitalization of dictionary-like ent

svn commit: r205994 - head/tools/tools/nanobsd/gateworks

2010-03-31 Thread Warner Losh
Author: imp Date: Wed Mar 31 18:18:37 2010 New Revision: 205994 URL: http://svn.freebsd.org/changeset/base/205994 Log: Two fixes: (1) We don't need a custom install_kernel. We can install without symbols by adding INSTALL_NODEBUG (which likely should be WITHOUT_KERNEL_SYMBOLS_FILE, or

svn commit: r205993 - head/sys/cam

2010-03-31 Thread Matt Jacob
Author: mjacob Date: Wed Mar 31 17:47:57 2010 New Revision: 205993 URL: http://svn.freebsd.org/changeset/base/205993 Log: For unhandled actions in xpt_action_default, remember to call xpt_done for queued requests. This solves the problem of indefinite hangs for unspecified transports when XP

svn commit: r205992 - head/usr.bin/sed

2010-03-31 Thread Warner Losh
Author: imp Date: Wed Mar 31 17:40:13 2010 New Revision: 205992 URL: http://svn.freebsd.org/changeset/base/205992 Log: Make -r mean exactly the same thing as -E for increased compatibility with GNU sed. MFC after:7 days Modified: head/usr.bin/sed/main.c head/usr.bin/sed/sed.1 Mo

svn commit: r205991 - vendor/libz/1.2.4.1

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 17:14:32 2010 New Revision: 205991 URL: http://svn.freebsd.org/changeset/base/205991 Log: Tag zlib 1.2.4.1. Added: vendor/libz/1.2.4.1/ - copied from r205990, vendor/libz/dist/ ___ svn-src-all@freebsd.org mailin

svn commit: r205990 - vendor/libz/dist

2010-03-31 Thread Xin LI
Author: delphij Date: Wed Mar 31 17:13:59 2010 New Revision: 205990 URL: http://svn.freebsd.org/changeset/base/205990 Log: Import zlib 1.2.4.1 beta (trimmed) Modified: vendor/libz/dist/ChangeLog vendor/libz/dist/README vendor/libz/dist/crc32.c vendor/libz/dist/deflate.c vendor/libz/di

svn commit: r205989 - head/usr.bin/indent

2010-03-31 Thread Andriy Gapon
Author: avg Date: Wed Mar 31 17:05:30 2010 New Revision: 205989 URL: http://svn.freebsd.org/changeset/base/205989 Log: indent(1): add a new option, -ta, to treat all *_t identifiers as types Submitted by: Hans Petter Selasky Discussed with: bde MFC after:10 days Modified: h

svn commit: r205988 - head/usr.bin/indent

2010-03-31 Thread Andriy Gapon
Author: avg Date: Wed Mar 31 16:55:47 2010 New Revision: 205988 URL: http://svn.freebsd.org/changeset/base/205988 Log: indent(1): correctly handle case/label at the very start of a function Obtained from:NetBSD (rev. 1.11 of indent.c) MFC after:1 week Modified: head/usr.bin

svn commit: r205987 - head/sys/dev/e1000

2010-03-31 Thread Jack F Vogel
Author: jfv Date: Wed Mar 31 16:42:22 2010 New Revision: 205987 URL: http://svn.freebsd.org/changeset/base/205987 Log: Fix poll handler declaration. Modified: head/sys/dev/e1000/if_lem.c Modified: head/sys/dev/e1000/if_lem.c ===

Posterous | Re: MAIL SYSTEM ERROR - RETURNED MAIL

2010-03-31 Thread Posterous
--- Reply above this line to create a new post --- Your email has been posted! Welcome to Posterous! We think e-mailing is such a natural way to share information, there can be no better way to publish something on the internet. So go for it, send us something else! We'll add it to the blog yo

svn commit: r205986 - head/sys/net80211

2010-03-31 Thread Rui Paulo
Author: rpaulo Date: Wed Mar 31 16:07:36 2010 New Revision: 205986 URL: http://svn.freebsd.org/changeset/base/205986 Log: Constify vap argument of ieee80211_{note,discard}* functions. MFC after:1 week Modified: head/sys/net80211/ieee80211_input.c head/sys/net80211/ieee80211_var.h

svn commit: r205985 - stable/8/usr.sbin/vidcontrol

2010-03-31 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 31 16:01:48 2010 New Revision: 205985 URL: http://svn.freebsd.org/changeset/base/205985 Log: MFC: r205855 Print memory model of the video mode except for planar memory model. 'P', 'D', 'C', 'H', and 'V' mean packed pixel, direct color, CGA, Hercules, and VGA

svn commit: r205984 - stable/8/sys/dev/fb

2010-03-31 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 31 15:49:10 2010 New Revision: 205984 URL: http://svn.freebsd.org/changeset/base/205984 Log: MFC: r197185 Enable BIOS modes on amd64. Modified: stable/8/sys/dev/fb/vga.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r205983 - stable/8/sys/dev/fb

2010-03-31 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 31 15:45:11 2010 New Revision: 205983 URL: http://svn.freebsd.org/changeset/base/205983 Log: MFC: r205557, r205558, r205564, r205566, r205604, r205653 Sync. pixel mode support for VESA and VGA frame buffers with HEAD. - Map entire video memory again. Althou

svn commit: r205982 - stable/8/sys/dev/syscons

2010-03-31 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 31 15:39:46 2010 New Revision: 205982 URL: http://svn.freebsd.org/changeset/base/205982 Log: MFC: r205550, r205605, r205865 Sync. pixel mode support for syscons(4) with HEAD. - Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do not

svn commit: r205981 - stable/8/sys/compat/x86bios

2010-03-31 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 31 15:32:36 2010 New Revision: 205981 URL: http://svn.freebsd.org/changeset/base/205981 Log: MFC: r205297, r205347, r205452, r205455, r205649, r205650 Sync. x86bios with HEAD. - Detect illegal access to unmapped memory within real mode emulator. - Map EBDA

svn commit: r205980 - head/tools/tools/nanobsd

2010-03-31 Thread Warner Losh
Author: imp Date: Wed Mar 31 14:42:07 2010 New Revision: 205980 URL: http://svn.freebsd.org/changeset/base/205980 Log: Stop hard coding i386 as the arch for the build. Instead, default to the processor we're running on. Also, supply amd64 version of create_diskimage that's the same as i386

svn commit: r205979 - in stable/8: include lib/libc/gen libexec/rtld-elf

2010-03-31 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Wed Mar 31 13:51:31 2010 New Revision: 205979 URL: http://svn.freebsd.org/changeset/base/205979 Log: MFC r205606 Remove const'ness from dlerror(3) prototype, for consistency with POSIX. Approved by: cognet Modified: stable/8/include/dlfcn.h stabl

svn commit: r205978 - head/share/man/man7

2010-03-31 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Wed Mar 31 12:52:19 2010 New Revision: 205978 URL: http://svn.freebsd.org/changeset/base/205978 Log: Document DEBUG_FLAGS in a more visible place, in the build(7) manpage Noticed by: Alexander Best Reviewed by:jhb MFC after: 1 week M

Re: svn commit: r205953 - stable/8/sys/netinet/ipfw

2010-03-31 Thread Andriy Gapon
on 31/03/2010 04:51 Luigi Rizzo said the following: > Author: luigi > Date: Wed Mar 31 01:51:08 2010 > New Revision: 205953 > URL: http://svn.freebsd.org/changeset/base/205953 > > Log: > A last-minute change in the previous commit broke rule deletion, > so i am fixing it, this time with a more

svn commit: r205976 - stable/8/share/man/man4

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:17:32 2010 New Revision: 205976 URL: http://svn.freebsd.org/changeset/base/205976 Log: MFC r204705: Add links to cam(4). Modified: stable/8/share/man/man4/ada.4 stable/8/share/man/man4/ahci.4 stable/8/share/man/man4/cd.4 stable/8/share/man/man4/ch.4 s

svn commit: r205975 - stable/8/share/man/man4

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:15:32 2010 New Revision: 205975 URL: http://svn.freebsd.org/changeset/base/205975 Log: MFC r204565: Some style and language improvements. Submitted by: ru Modified: stable/8/share/man/man4/ahci.4 stable/8/share/man/man4/siis.4 Directory Properties: s

svn commit: r205974 - stable/8/share/man/man4

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:14:07 2010 New Revision: 205974 URL: http://svn.freebsd.org/changeset/base/205974 Log: MFC r204704: Reflect added CAM ATA support. Modified: stable/8/share/man/man4/scsi.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/

svn commit: r205973 - stable/8/share/man/man4

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:12:22 2010 New Revision: 205973 URL: http://svn.freebsd.org/changeset/base/205973 Log: MFC r204655: Add some more supported controllers. Crosslink with CAM ATA man pages. Modified: stable/8/share/man/man4/ata.4 Directory Properties: stable/8/share/man/man

svn commit: r205972 - stable/8/sys/dev/sound/pcm

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:03:49 2010 New Revision: 205972 URL: http://svn.freebsd.org/changeset/base/205972 Log: MFC r205734: Fix lock leakage. PR: kern/145081 Modified: stable/8/sys/dev/sound/pcm/dsp.c Directory Properties: stable/8/sys/ (props changed) stable/

svn commit: r205971 - stable/8/sys/dev/sound/pci/hda

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 08:02:16 2010 New Revision: 205971 URL: http://svn.freebsd.org/changeset/base/205971 Log: MFC r205413: Add some more codec IDs. Modified: stable/8/sys/dev/sound/pci/hda/hdac.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/x

svn commit: r205970 - stable/8/sys/dev/ahci

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 07:56:32 2010 New Revision: 205970 URL: http://svn.freebsd.org/changeset/base/205970 Log: MFC r205422: - Spec tells that CCC interrupt is edge triggered. Acknowledge it as such. - Do not try to enable CCC if it is not supported. Modified: stable/8/sys/dev/ahci

svn commit: r205969 - stable/7/sys/dev/ata

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 07:52:48 2010 New Revision: 205969 URL: http://svn.freebsd.org/changeset/base/205969 Log: MFC r205074: Mask disk_idx to avoid panic because of extra bits set. PR: kern/102211 Submitted by: yoichi Modified: stable/7/sys/dev/ata/ata-raid.c Dir

svn commit: r205968 - stable/8/sys/dev/ata

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 07:49:59 2010 New Revision: 205968 URL: http://svn.freebsd.org/changeset/base/205968 Log: MFC r205074: Mask disk_idx to avoid panic because of extra bits set. PR: kern/102211 Submitted by: yoichi Modified: stable/8/sys/dev/ata/ata-raid.c Dir

svn commit: r205967 - head/sys/dev/ata

2010-03-31 Thread Alexander Motin
Author: mav Date: Wed Mar 31 07:20:10 2010 New Revision: 205967 URL: http://svn.freebsd.org/changeset/base/205967 Log: Include opt_ata.h, as some structures here depending on ATA_CAM option. This fixes ATA_CAM with atamvsata and probably some other drivers. Modified: head/sys/dev/ata/ata-al

svn commit: r205966 - stable/7/usr.sbin/pmcstat

2010-03-31 Thread Fabien Thomas
Author: fabient Date: Wed Mar 31 07:12:12 2010 New Revision: 205966 URL: http://svn.freebsd.org/changeset/base/205966 Log: MFC r205809: Wait for pmc name in the log before displaying data. This will solve an abort in case of low throughput PMCs. Modified: stable/7/usr.sbin/pmcstat/pmcstat

svn commit: r205965 - stable/8/usr.sbin/pmcstat

2010-03-31 Thread Fabien Thomas
Author: fabient Date: Wed Mar 31 07:10:40 2010 New Revision: 205965 URL: http://svn.freebsd.org/changeset/base/205965 Log: MFC r205809: Wait for pmc name in the log before displaying data. This will solve an abort in case of low throughput PMCs. Modified: stable/8/usr.sbin/pmcstat/pmcstat