From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 13:51:32 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8083106566B for ; Sun, 17 May 2009 13:51:32 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id A887D8FC13 for ; Sun, 17 May 2009 13:51:31 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by bwz9 with SMTP id 9so2732569bwz.43 for ; Sun, 17 May 2009 06:51:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:message-id; bh=YSwhJ2okGavN3plCWUyHIrORBC49X/mWL26CltX3tH0=; b=wGqZp99Ldf5mjI8nwbaAE3ZpywIw2vdO2XKCNwKQNpuFfZo4rjRDXTjoPeTfW9ll3k 2GGb9Vr0X2J2n/+WSpQo3iwnvWsbgDapCZs3PFQOUm876JdPNkaz2fzMfPE4QBpKJ6uc hqjsPNPxAPEDTufQIaMU68uv6nztPnPjkWvlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :message-id; b=Kqnjap3HCXs1eEkgG89QOLCKXrp+XmQqD26H/ceBy8mo03tklhXsz8HGx2NI06+MWZ GlyUtjOeDSNBioHWgZMMcl9tN7sVxlujZ7qeDBKItYRPrRq6sT9M8zm56Bb2UxynpWyB 9MV2sxBWkedyDHRvEWKJ3zGRmdfKI0rA4ezRE= Received: by 10.204.60.72 with SMTP id o8mr5601630bkh.210.1242566858443; Sun, 17 May 2009 06:27:38 -0700 (PDT) Received: from echo.hoth (host15-211-dynamic.0-79-r.retail.telecomitalia.it [79.0.211.15]) by mx.google.com with ESMTPS id f31sm5507149fkf.12.2009.05.17.06.27.35 (version=SSLv3 cipher=RC4-MD5); Sun, 17 May 2009 06:27:37 -0700 (PDT) From: Alberto Villa To: freebsd-multimedia@freebsd.org Date: Sun, 17 May 2009 15:27:33 +0200 User-Agent: KMail/1.11.3 (FreeBSD/7.2-STABLE; KDE/4.2.3; i386; ; ) MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_GDBEKd31vQVG4qD" Message-Id: <200905171527.34117.villa.alberto@gmail.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ffmpeg-2009-05-15 port ready for testing! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 13:51:33 -0000 --Boundary-00=_GDBEKd31vQVG4qD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline hi all! as the maintainer of multimedia/(mlt|mlt++|kdenlive), and as a multimedia user, i feel the need for a newer ffmpeg in the ports tree. my maintained apps, as well as a lot of other software (blender, for example), are now broken due to the old ffmpeg (i have to ship a patch for the ffmpeg port on kdenlive.org to avoid a crash in the program in freebsd, but that cannot be shipped with the port itself!) so, i've made a new port (quite easy), and i'd like you to test and (hopefully) commit it. i'm not sending a pr because it is an important port, and i think the list should review it. also, it's breaking the building of some other ports, but that's a matter of some #define's at the moment i'm using (happily! blender started reading my video files, kdenlive doesn't crash anymore, and so on) my port. i've rebuilt all its dependent ports, which means: blender-2.48a_1 * gegl-0.0.22_4 gimp-2.6.6,2 gimp-app-2.6.6_1,1 gimp-gutenprint-5.1.7_1 kdenlive-0.7.3_1 libquicktime-1.1.1 * mlt++-0.3.8 mlt-0.3.8 py25-gimp-app-2.6.6 sox-14.2.0 among these, only blender and libquicktime required some little patches (i'm attaching them to this mail) i've enabled ALL the configure options supported in kdenlive (in OPTIONS, obviously), and it's working fine. maybe some check is required for the replace actions, but they seem to work attached you find: - the port .tar.gz - the .diff between the actual port and the new one - the patches to build libquicktime and blender (as an example) and here you find the distfile: http://kdenlive.org/~freebsd/ffmpeg-2009-05-15.tar.bz2 regards -- Alberto Villa --Boundary-00=_GDBEKd31vQVG4qD Content-Type: text/x-patch; charset="UTF-8"; name="ffmpeg-2009-05-15.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ffmpeg-2009-05-15.diff" diff -ruN /home/albi/ffmpeg.orig/Makefile ffmpeg/Makefile --- /home/albi/ffmpeg.orig/Makefile 2009-05-15 18:12:18.000000000 +0200 +++ ffmpeg/Makefile 2009-05-16 03:05:21.000000000 +0200 @@ -6,8 +6,7 @@ # $Id: Makefile 77 2008-07-27 21:50:37Z buhnux $ PORTNAME= ffmpeg -DISTVERSION= 2008-07-27 -PORTREVISION= 10 +DISTVERSION= 2009-05-15 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze @@ -15,6 +14,8 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server +BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm + HAS_CONFIGURE= yes CONFIGURE_LOG= config.err USE_BZIP2= yes @@ -22,29 +23,32 @@ MAKE_JOBS_SAFE= yes WANT_SDL= yes -OPTIONS= AMR_NB "AMR narrowband encoder" off \ - AMR_WB "AMR wideband encoder" off \ - FAAC "FAAC mp4/aac audio encoder" off \ - FAAD "FAAD mp4/aac audio decoder" on \ - GSM "gsm audio codec" off \ +OPTIONS= AMR_NB "AMR Narrow Band encoder" off \ + AMR_WB "AMR Wide Band encoder" off \ + DIRAC "Dirac codec via libschroedinger" off \ + FAAC "FAAC audio encoder" off \ + FAAD "FAAD audio decoder" off \ + GSM "GSM audio codec" off \ IPV6 "IPV6 network support" on \ - LAME "lame MP3 codec" off \ - LIBA52 "liba52 support" on \ + LAME "LAME MP3 encoder" off \ + OPENJPEG "JPEG 2000 decoder" off \ OPTIMIZED_CFLAGS "Additional optimizations" off \ SDL "SDL support (build ffplay)" off \ - THEORA "libtheora support (implies OGG)" on \ - VORBIS "libvorbisenc support (implies OGG)" on \ - X264 "X.264 codec" on \ - XVID "XVID codec" off + SPEEX "Speex audio decoder" off \ + THEORA "Theora encoder (implies OGG)" off \ + VORBIS "Vorbis encoder via libvorbis (implies OGG)" off \ + X264 "H.264 encoder" off \ + XVID "Xvid encoder via xvidcore" off -COMPAT_HEADERS= libavcodec/avcodec.h \ +COMPAT_HEADERS=libavcodec/avcodec.h \ libavcodec/opt.h \ + libavcodec/vdpau.h \ + libavcodec/xvmc.h \ libavdevice/avdevice.h \ + libavfilter/avfilter.h \ libavformat/avformat.h \ libavformat/avio.h \ - libavformat/rtsp.h \ - libavformat/rtspcodes.h \ - libavutil/adler32.h \ + libavutil/adler32.h \ libavutil/avstring.h \ libavutil/avutil.h \ libavutil/base64.h \ @@ -57,128 +61,151 @@ libavutil/mathematics.h \ libavutil/md5.h \ libavutil/mem.h \ - libavutil/random.h \ + libavutil/pixfmt.h \ libavutil/rational.h \ libavutil/sha1.h \ libpostproc/postprocess.h \ - libswscale/rgb2rgb.h \ libswscale/swscale.h .include -CONFIGURE_ARGS+=--cc="${CC}" --prefix="${PREFIX}" \ - --disable-debug \ - --enable-memalign-hack \ +CONFIGURE_ARGS+=--prefix="${PREFIX}" \ + --mandir="${PREFIX}/man" \ --enable-shared \ + --enable-gpl \ --enable-postproc \ + --enable-avfilter \ + --enable-avfilter-lavf \ + --enable-pthreads \ + --enable-x11grab \ + --enable-runtime-cpudetect \ + --enable-memalign-hack \ + --cc="${CC}" \ --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ --extra-libs="${PTHREAD_LIBS}" \ - --enable-gpl \ - --enable-pthreads \ - --enable-swscale \ - --mandir=${PREFIX}/man -CONFIGURE_ENV+= LANG=C -MAKE_ENV+= INSTALL="${INSTALL}" + --disable-debug SHLIB_VER= 1 PLIST_SUB= SHLIB_VER=${SHLIB_VER} USE_LDCONFIG= yes -## -DOC_FILES= Changelog README -# under subdir doc -DOC_DOCFILES= TODO faq.html ffmpeg-doc.html \ - ffplay-doc.html ffserver-doc.html \ - hooks.html optimization.txt +DOC_FILES= Changelog COPYING.GPL COPYING.LGPL \ + CREDITS INSTALL LICENSE MAINTAINERS README +# under doc subdirectory +DOC_DOCFILES= APIchanges avutil.txt faq.html ffmpeg-doc.html \ + ffmpeg_powerpc_performance_evaluation_howto.txt \ + ffplay-doc.html ffserver-doc.html general.html \ + issue_tracker.txt optimization.txt \ + rate_distortion.txt snow.txt soc.txt \ + swscale.txt TODO viterbi.txt PORTDOCS= * -## sse hardware vector support +USE_RC_SUBR= ffserver + +# sse hardware vector support .if (defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} == "sse") WITH_BUILTIN_VECTOR= yes -.endif - -## -## support activation -## -## PORTDOCS -.ifndef(NOPORTDOCS) -BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html -MAN1+= ffmpeg.1 ffserver.1 -.endif - -.ifdef(WITH_OPTIMIZED_CFLAGS) -CFLAGS:= ${CFLAGS:N-O*} -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer .else -CFLAGS:= ${CFLAGS:N-O0} -O2 -DEBUG_FLAGS+= -O2 +CONFIGURE_ARGS+= --disable-sse .endif -## a52 -.if !defined(WITHOUT_LIBA52) && !defined(WITHOUT_A52) -LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 +# mmx support +.if ${MACHINE_CPU:Mmmx} == "" +CONFIGURE_ARGS+= --disable-mmx +WITHOUT_BUILTIN_VECTOR= yes +.endif -CONFIGURE_ARGS+= --enable-liba52 \ - --enable-liba52bin -FFMPEG_LDFLAGS+= -la52 -.else -CONFIGURE_ARGS+= --disable-liba52 +# builtin vector, requires mmx +.if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) +FFMPEG_CFLAGS+= -msse .endif -.ifdef(WITH_FAAC) -LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac -CONFIGURE_ARGS+= --enable-libfaac -.else -CONFIGURE_ARGS+= --disable-libfaac +# PORTDOCS +.ifndef(NOPORTDOCS) +BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html +MAN1+= ffmpeg.1 ffserver.1 .endif -## faad -.ifndef(WITHOUT_FAAD) -LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad -CONFIGURE_ARGS+= --enable-libfaad \ - --enable-libfaadbin +# optimizations +.ifdef(WITH_OPTIMIZED_CFLAGS) +CFLAGS:= ${CFLAGS:N-O*} -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer .else -CONFIGURE_ARGS+= --disable-libfaad +CFLAGS:= ${CFLAGS:N-O0} -O2 +DEBUG_FLAGS+= -O2 .endif -## amr +# amr .ifdef(WITH_AMR_NB) -LIB_DEPENDS+= amrnb.3:${PORTSDIR}/audio/libamrnb +LIB_DEPENDS+= amrnb.3:${PORTSDIR}/audio/libamrnb CONFIGURE_ARGS+= --enable-libamr-nb --enable-nonfree .else CONFIGURE_ARGS+= --disable-libamr-nb .endif .ifdef(WITH_AMR_WB) -LIB_DEPENDS+= amrwb.3:${PORTSDIR}/audio/libamrwb +LIB_DEPENDS+= amrwb.3:${PORTSDIR}/audio/libamrwb CONFIGURE_ARGS+= --enable-libamr-wb --enable-nonfree .else CONFIGURE_ARGS+= --disable-libamr-wb .endif -USE_RC_SUBR= ffserver +# dirac +.ifdef(WITH_DIRAC) +LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger +CONFIGURE_ARGS+= --enable-libschroedinger +.else +CONFIGURE_ARGS+= --disable-libschroedinger +.endif -.if ${MACHINE_CPU:Mmmx}=="" -CONFIGURE_ARGS+= --disable-mmx +# faac +.ifdef(WITH_FAAC) +LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac +CONFIGURE_ARGS+= --enable-libfaac +.else +CONFIGURE_ARGS+= --disable-libfaac +.endif -WITHOUT_BUILTIN_VECTOR= yes +# faad +.ifdef(WITH_FAAD) +LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad +CONFIGURE_ARGS+= --enable-libfaad \ + --enable-libfaadbin +.else +CONFIGURE_ARGS+= --disable-libfaad .endif -## gsm -.ifdef(WITH_GSM) -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +# gsm +.ifdef(WITH_GSM) +LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm CONFIGURE_ARGS+= --enable-libgsm .else CONFIGURE_ARGS+= --disable-libgsm .endif -## mp3 + +# ipv6 +.ifndef(WITHOUT_IPV6) +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + +# mp3 .ifdef(WITH_LAME) -LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame +LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame CONFIGURE_ARGS+= --enable-libmp3lame .else CONFIGURE_ARGS+= --disable-libmp3lame .endif -## SDL +# openjpeg +.ifdef(WITH_OPENJPEG) +LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg +CONFIGURE_ARGS+= --enable-libopenjpeg +.else +CONFIGURE_ARGS+= --disable-libopenjpeg +.endif + +# sdl .ifdef(WITH_SDL) USE_SDL+= sdl PLIST_FILES+= bin/ffplay @@ -189,19 +216,25 @@ CONFIGURE_ARGS+= --disable-ffplay .endif -## theora -.if !defined(WITHOUT_THEORA) -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora +# speex +.ifdef(WITH_SPEEX) +LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex +CONFIGURE_ARGS+= --enable-libspeex +.else +CONFIGURE_ARGS+= --disable-libspeex +.endif +# theora +.ifdef(WITH_THEORA) +LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora CONFIGURE_ARGS+= --enable-libtheora .else CONFIGURE_ARGS+= --disable-libtheora .endif -## vorbis -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbisenc.2:${PORTSDIR}/audio/libvorbis - +# vorbis +.ifdef(WITH_VORBIS) +LIB_DEPENDS+= vorbisenc.2:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --enable-libvorbis FFMPEG_CFLAGS+= -I${LOCALBASE}/include/vorbis .else @@ -209,21 +242,16 @@ .endif # x264 -.ifndef(WITHOUT_X264) -LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 - +.ifdef(WITH_X264) +LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-libx264 .else CONFIGURE_ARGS+= --disable-libx264 .endif -## builtin vector, requires mmx -.if !defined(WITHOUT_BUILTIN_VECTOR) && defined(WITH_BUILTIN_VECTOR) -FFMPEG_CFLAGS+= -msse -.endif -## xvid +# xvid .ifdef(WITH_XVID) -LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid +LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --enable-libxvid .else CONFIGURE_ARGS+= --disable-libxvid @@ -238,42 +266,20 @@ .endif post-patch: -# Faad compat +# faad compat @${REINPLACE_CMD} -e 's|faacD|NeAACD|' ${WRKSRC}/libavcodec/libfaad.c # {C,LD}FLAGS safeness -# fix x264 math, use correct log base 2 from math(3) -.if ${OSVERSION} <= 601000 - @${REINPLACE_CMD} -E \ - -e 's| log2| log|' \ - ${WRKSRC}/libavcodec/libx264.c -.endif - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/common.mak + @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/subdir.mak @${REINPLACE_CMD} -e 's|/etc/ffserver.conf|${PREFIX}/etc/ffserver.conf|' \ ${WRKSRC}/ffserver.c @${REINPLACE_CMD} -E \ -e "s|(EXTRALIBS[[:space:]]*=)|\1-L${LOCALBASE}/lib |g; \ - s|%%LOCALBASE%%|${LOCALBASE}|g; s|%%SHLIB_VER%%|${SHLIB_VER}|g; \ + s|%%LOCALBASE%%|${LOCALBASE}|g; \ s|-pthread|${PTHREAD_LIBS}|g" \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# force detection of texi2html -.ifndef(NOPORTDOCS) - @${REINPLACE_CMD} -E \ - -e 's|^(texi2html=)no|\1yes|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif - @${REINPLACE_CMD} -e 's|-ldl||' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.if defined(WITH_IMLIB2) && !defined(WITHOUT_IMLIB2) - @${REINPLACE_CMD} -E \ - -e 's|^(imlib2).*$$|\1=yes|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif -.if !defined(WITHOUT_IPV6) - @${REINPLACE_CMD} -E \ - -e 's|^(ipv6).*$$|\1=yes|' \ + @${REINPLACE_CMD} -e 's|-ldl||; s|$$(LIBMAJOR)|${SHLIB_VER}|g;' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif .ifdef(WITH_SDL) @${REINPLACE_CMD} -E \ -e 's|sdl-config|${SDL_CONFIG}|g' \ @@ -282,17 +288,6 @@ ${XARGS} -n 10 ${REINPLACE_CMD} -E \ -e 's|#include > config.mak -- eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak -+ eval echo "${lcname}_VERSION_MAJOR=1" >> config.mak - } - - get_version LIBSWSCALE libswscale/swscale.h -@@ -2096,7 +2103,7 @@ if enabled shared; then - echo "SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}" >> config.mak - fi - echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak --echo "EXTRALIBS=$extralibs" >> config.mak -+echo "EXTRALIBS=-L/usr/local/lib -L/usr/local/lib -L/usr/local/lib $extralibs" >> config.mak - - print_config ARCH_ $TMPH config.mak $ARCH_LIST - print_config HAVE_ $TMPH config.mak $HAVE_LIST -@@ -2206,7 +2213,7 @@ Requires.private: $(enabled shared && ec - Conflicts: - Libs: -L\${libdir} -l${shortname} $(disabled shared && echo $libs) - Libs.private: $(enabled shared && echo $libs) --Cflags: -I\${includedir} -+Cflags: -I\${includedir} -I\${includedir}/ffmpeg - EOF - cat < $name/$name-uninstalled.pc - prefix= diff -ruN /home/albi/ffmpeg.orig/files/patch-libavcodec_Makefile ffmpeg/files/patch-libavcodec_Makefile --- /home/albi/ffmpeg.orig/files/patch-libavcodec_Makefile 2009-05-15 18:12:13.000000000 +0200 +++ ffmpeg/files/patch-libavcodec_Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ ---- libavcodec/Makefile.orig 2008-08-14 14:31:06.000000000 -0400 -+++ libavcodec/Makefile 2008-08-14 14:31:16.000000000 -0400 -@@ -373,9 +373,7 @@ OBJS-$(HAVE_W32THREADS) + - - OBJS-$(HAVE_XVMC) += xvmcvideo.o - --ifndef CONFIG_SWSCALE - OBJS += imgresample.o --endif - - # processor-specific code - ifdef HAVE_MMX diff -ruN /home/albi/ffmpeg.orig/files/patch-libavcodec_imgconvert.c ffmpeg/files/patch-libavcodec_imgconvert.c --- /home/albi/ffmpeg.orig/files/patch-libavcodec_imgconvert.c 2009-05-15 18:12:13.000000000 +0200 +++ ffmpeg/files/patch-libavcodec_imgconvert.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- libavcodec/imgconvert.c.orig 2008-08-14 14:31:37.000000000 -0400 -+++ libavcodec/imgconvert.c 2008-08-14 14:31:54.000000000 -0400 -@@ -2108,7 +2108,6 @@ int img_pad(AVPicture *dst, const AVPict - } - #endif - --#ifndef CONFIG_SWSCALE - static uint8_t y_ccir_to_jpeg[256]; - static uint8_t y_jpeg_to_ccir[256]; - static uint8_t c_ccir_to_jpeg[256]; -@@ -2628,7 +2627,6 @@ int img_convert(AVPicture *dst, int dst_ - avpicture_free(tmp); - return ret; - } --#endif - - /* NOTE: we scan all the pixels to have an exact information */ - static int get_alpha_info_pal8(const AVPicture *src, int width, int height) diff -ruN /home/albi/ffmpeg.orig/files/patch-libavcodec_libx264.c ffmpeg/files/patch-libavcodec_libx264.c --- /home/albi/ffmpeg.orig/files/patch-libavcodec_libx264.c 2009-05-15 18:12:14.000000000 +0200 +++ ffmpeg/files/patch-libavcodec_libx264.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ ---- ./libavcodec/libx264.c.orig 2008-06-12 23:50:13.000000000 +0200 -+++ ./libavcodec/libx264.c 2008-10-13 15:47:05.000000000 +0200 -@@ -124,6 +124,8 @@ - { - X264Context *x4 = avctx->priv_data; - -+ av_freep(&avctx->extradata); -+ - if(x4->enc) - x264_encoder_close(x4->enc); - -@@ -162,7 +164,7 @@ - - x4->params.i_bframe = avctx->max_b_frames; - x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC; -- x4->params.b_bframe_adaptive = avctx->b_frame_strategy; -+ x4->params.i_bframe_adaptive = avctx->b_frame_strategy; - x4->params.i_bframe_bias = avctx->bframebias; - x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID; - avctx->has_b_frames= avctx->flags2 & CODEC_FLAG2_BPYRAMID ? 2 : !!avctx->max_b_frames; -@@ -227,8 +229,6 @@ - x4->params.analyse.i_me_range = avctx->me_range; - x4->params.analyse.i_subpel_refine = avctx->me_subpel_quality; - -- x4->params.analyse.b_bidir_me = avctx->bidir_refine > 0; -- x4->params.analyse.b_bframe_rdo = avctx->flags2 & CODEC_FLAG2_BRDO; - x4->params.analyse.b_mixed_references = - avctx->flags2 & CODEC_FLAG2_MIXED_REFS; - x4->params.analyse.b_chroma_me = avctx->me_cmp & FF_CMP_CHROMA; -@@ -253,7 +253,6 @@ - x4->params.rc.f_ip_factor = 1/fabs(avctx->i_quant_factor); - x4->params.rc.f_pb_factor = avctx->b_quant_factor; - x4->params.analyse.i_chroma_qp_offset = avctx->chromaoffset; -- x4->params.rc.psz_rc_eq = avctx->rc_eq; - - x4->params.analyse.b_psnr = avctx->flags & CODEC_FLAG_PSNR; - x4->params.i_log_level = X264_LOG_DEBUG; diff -ruN /home/albi/ffmpeg.orig/files/patch-libavdevice-bktr.c ffmpeg/files/patch-libavdevice-bktr.c --- /home/albi/ffmpeg.orig/files/patch-libavdevice-bktr.c 1970-01-01 01:00:00.000000000 +0100 +++ ffmpeg/files/patch-libavdevice-bktr.c 2009-05-16 03:05:21.000000000 +0200 @@ -0,0 +1,14 @@ +--- libavdevice/bktr.c.orig 2009-05-15 17:34:55.000000000 +0200 ++++ libavdevice/bktr.c 2009-05-15 17:38:01.000000000 +0200 +@@ -24,6 +24,11 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++typedef unsigned char u_char; ++typedef unsigned short u_short; ++typedef unsigned int u_int; ++typedef unsigned long u_long; ++ + #define _BSD_SOURCE 1 + #include "libavformat/avformat.h" + #if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H diff -ruN /home/albi/ffmpeg.orig/files/patch-libavdevice-oss_audio.c ffmpeg/files/patch-libavdevice-oss_audio.c --- /home/albi/ffmpeg.orig/files/patch-libavdevice-oss_audio.c 1970-01-01 01:00:00.000000000 +0100 +++ ffmpeg/files/patch-libavdevice-oss_audio.c 2009-05-16 03:05:21.000000000 +0200 @@ -0,0 +1,14 @@ +--- libavdevice/oss_audio.c.orig 2009-05-15 17:38:35.000000000 +0200 ++++ libavdevice/oss_audio.c 2009-05-15 17:41:27.000000000 +0200 +@@ -19,6 +19,11 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++typedef unsigned char u_char; ++typedef unsigned short u_short; ++typedef unsigned int u_int; ++typedef unsigned long u_long; ++ + #include "config.h" + #include + #include diff -ruN /home/albi/ffmpeg.orig/files/patch-libavformat-udp.c ffmpeg/files/patch-libavformat-udp.c --- /home/albi/ffmpeg.orig/files/patch-libavformat-udp.c 1970-01-01 01:00:00.000000000 +0100 +++ ffmpeg/files/patch-libavformat-udp.c 2009-05-16 03:05:21.000000000 +0200 @@ -0,0 +1,11 @@ +--- libavformat/udp.c.orig 2009-05-15 17:24:45.000000000 +0200 ++++ libavformat/udp.c 2009-05-15 17:27:17.000000000 +0200 +@@ -45,6 +45,8 @@ + #define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff) + #endif + ++#define IPPROTO_IPV6 41 ++ + typedef struct { + int udp_fd; + int ttl; diff -ruN /home/albi/ffmpeg.orig/files/patch-libavutil__bswap.h ffmpeg/files/patch-libavutil__bswap.h --- /home/albi/ffmpeg.orig/files/patch-libavutil__bswap.h 2009-05-15 18:12:13.000000000 +0200 +++ ffmpeg/files/patch-libavutil__bswap.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ ---- libavutil/bswap.h.orig Mon Nov 28 22:16:18 2005 -+++ libavutil/bswap.h Mon Nov 28 22:21:22 2005 -@@ -6,8 +6,18 @@ - #ifndef __BSWAP_H__ - #define __BSWAP_H__ - -+/* to detect __FreeBSD_version */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+ - #ifdef HAVE_BYTESWAP_H - #include -+#elif (defined(__FreeBSD__) && __FreeBSD_version >= 500000) -+# include -+# define bswap_16(x) bswap16(x) -+# define bswap_32(x) bswap32(x) -+# define bswap_64(x) bswap64(x) - #else - - #ifdef ARCH_X86_64 diff -ruN /home/albi/ffmpeg.orig/files/patch-subdir.mak ffmpeg/files/patch-subdir.mak --- /home/albi/ffmpeg.orig/files/patch-subdir.mak 2009-05-15 18:12:13.000000000 +0200 +++ ffmpeg/files/patch-subdir.mak 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ ---- subdir.mak.orig 2008-07-27 15:57:37.873013462 -0500 -+++ subdir.mak 2008-07-27 15:58:54.041106334 -0500 -@@ -54,9 +54,9 @@ - - install-headers:: - install -d "$(INCINSTDIR)" -- install -d "$(LIBDIR)/pkgconfig" -+ install -d "$(prefix)/libdata/pkgconfig" - install -m 644 $(addprefix "$(SRC_DIR)"/,$(HEADERS)) "$(INCINSTDIR)" -- install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig" -+ install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(prefix)/libdata/pkgconfig" - - uninstall-libs:: - -rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \ diff -ruN /home/albi/ffmpeg.orig/files/patch-tkadv2009-004 ffmpeg/files/patch-tkadv2009-004 --- /home/albi/ffmpeg.orig/files/patch-tkadv2009-004 2009-05-15 18:12:13.000000000 +0200 +++ ffmpeg/files/patch-tkadv2009-004 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- libavformat/4xm.c.orig 2008-06-03 20:20:54.000000000 +0400 -+++ libavformat/4xm.c 2009-03-08 23:38:44.000000000 +0300 -@@ -163,10 +163,12 @@ - return AVERROR_INVALIDDATA; - } - current_track = AV_RL32(&header[i + 8]); -+ if((unsigned)current_track >= UINT_MAX / sizeof(AudioTrack) - 1){ -+ av_log(s, AV_LOG_ERROR, "current_track too large\n"); -+ return -1; -+ } - if (current_track + 1 > fourxm->track_count) { - fourxm->track_count = current_track + 1; -- if((unsigned)fourxm->track_count >= UINT_MAX / sizeof(AudioTrack)) -- return -1; - fourxm->tracks = av_realloc(fourxm->tracks, - fourxm->track_count * sizeof(AudioTrack)); - if (!fourxm->tracks) { diff -ruN /home/albi/ffmpeg.orig/pkg-descr ffmpeg/pkg-descr --- /home/albi/ffmpeg.orig/pkg-descr 2009-05-15 18:12:18.000000000 +0200 +++ ffmpeg/pkg-descr 2009-05-16 03:05:21.000000000 +0200 @@ -1,24 +1,24 @@ [ excerpt (with adaptations) from developer's README ] -ffmpeg is a hyper fast realtime audio/video encoder, a streaming +FFmpeg is a hyper fast realtime audio/video encoder, a streaming server and a generic audio and video file converter. It can convert a standard video source into several file formats based on DCT/motion compensation encoding. Sound is compressed in MPEG audio layer 2 or using an AC3 compatible stream. -What makes ffmpeg interesting ? -- Simple and efficient video encoder: outputs MPEG1, H263, Real +What makes FFmpeg interesting ? +- Simple and efficient video encoder: outputs MPEG1, H.263, Real Video(tm), MPEG4, DIVX and MJPEG compatible bitstreams using the same encoder core. - Hyper fast MPEG audio layer 2 compression (50 times faster than realtime on a K6 500). [snip -> rest on website below] -ffmpeg is made of two programs: +FFmpeg is made of two programs: * ffmpeg: soft VCR which encodes in real time to several formats. It can also encode from any supported input file format to any input supported format. * ffserver: high performance live broadcast streaming server based on the ffmpeg core encoders. -WWW: http://ffmpeg.mplayerhq.hu/ +WWW: http://www.ffmpeg.org diff -ruN /home/albi/ffmpeg.orig/pkg-plist ffmpeg/pkg-plist --- /home/albi/ffmpeg.orig/pkg-plist 2009-05-15 18:12:18.000000000 +0200 +++ ffmpeg/pkg-plist 2009-05-16 03:05:21.000000000 +0200 @@ -5,6 +5,7 @@ include/ffmpeg/adler32.h include/ffmpeg/avcodec.h include/ffmpeg/avdevice.h +include/ffmpeg/avfilter.h include/ffmpeg/avformat.h include/ffmpeg/avio.h include/ffmpeg/avstring.h @@ -20,21 +21,21 @@ include/ffmpeg/md5.h include/ffmpeg/mem.h include/ffmpeg/opt.h +include/ffmpeg/pixfmt.h include/ffmpeg/postprocess.h -include/ffmpeg/random.h include/ffmpeg/rational.h -include/ffmpeg/rgb2rgb.h -include/ffmpeg/rtsp.h -include/ffmpeg/rtspcodes.h include/ffmpeg/sha1.h include/ffmpeg/swscale.h +include/ffmpeg/vdpau.h +include/ffmpeg/xvmc.h include/libavcodec/avcodec.h include/libavcodec/opt.h +include/libavcodec/vdpau.h +include/libavcodec/xvmc.h include/libavdevice/avdevice.h +include/libavfilter/avfilter.h include/libavformat/avformat.h include/libavformat/avio.h -include/libavformat/rtsp.h -include/libavformat/rtspcodes.h include/libavutil/adler32.h include/libavutil/avstring.h include/libavutil/avutil.h @@ -48,53 +49,70 @@ include/libavutil/mathematics.h include/libavutil/md5.h include/libavutil/mem.h -include/libavutil/random.h +include/libavutil/pixfmt.h include/libavutil/rational.h include/libavutil/sha1.h include/libpostproc/postprocess.h include/postproc/postprocess.h -include/libswscale/rgb2rgb.h include/libswscale/swscale.h lib/libavcodec.a lib/libavcodec.so lib/libavcodec.so.1 -lib/libavcodec.so.51.61.0 +lib/libavcodec.so.52.29.0 lib/libavdevice.a lib/libavdevice.so lib/libavdevice.so.1 -lib/libavdevice.so.52.0.0 +lib/libavdevice.so.52.2.0 +lib/libavfilter.a +lib/libavfilter.so +lib/libavfilter.so.0.5.0 +lib/libavfilter.so.1 lib/libavformat.a lib/libavformat.so lib/libavformat.so.1 -lib/libavformat.so.52.18.0 +lib/libavformat.so.52.32.0 lib/libavutil.a lib/libavutil.so lib/libavutil.so.1 -lib/libavutil.so.49.7.0 +lib/libavutil.so.50.3.0 lib/libpostproc.a lib/libpostproc.so lib/libpostproc.so.1 -lib/libpostproc.so.51.1.0 +lib/libpostproc.so.51.2.0 lib/libswscale.a lib/libswscale.so -lib/libswscale.so.0.5.1 +lib/libswscale.so.0.7.1 lib/libswscale.so.1 -lib/vhook/fish.so -lib/vhook/null.so -lib/vhook/ppm.so -lib/vhook/watermark.so libdata/pkgconfig/libavcodec.pc libdata/pkgconfig/libavdevice.pc +libdata/pkgconfig/libavfilter.pc libdata/pkgconfig/libavformat.pc libdata/pkgconfig/libavutil.pc libdata/pkgconfig/libpostproc.pc libdata/pkgconfig/libswscale.pc -@dirrm lib/vhook +%%DATADIR%%/libx264-baseline.ffpreset +%%DATADIR%%/libx264-default.ffpreset +%%DATADIR%%/libx264-fastfirstpass.ffpreset +%%DATADIR%%/libx264-hq.ffpreset +%%DATADIR%%/libx264-ipod320.ffpreset +%%DATADIR%%/libx264-ipod640.ffpreset +%%DATADIR%%/libx264-lossless_fast.ffpreset +%%DATADIR%%/libx264-lossless_max.ffpreset +%%DATADIR%%/libx264-lossless_medium.ffpreset +%%DATADIR%%/libx264-lossless_slow.ffpreset +%%DATADIR%%/libx264-lossless_slower.ffpreset +%%DATADIR%%/libx264-lossless_ultrafast.ffpreset +%%DATADIR%%/libx264-main.ffpreset +%%DATADIR%%/libx264-max.ffpreset +%%DATADIR%%/libx264-normal.ffpreset +%%DATADIR%%/libx264-slowfirstpass.ffpreset +@dirrm %%DATADIR%% @dirrm include/postproc @dirrm include/libswscale @dirrm include/libpostproc @dirrm include/libavutil @dirrm include/libavformat +@dirrm include/libavfilter @dirrm include/libavdevice @dirrm include/libavcodec @dirrm include/ffmpeg --Boundary-00=_GDBEKd31vQVG4qD-- From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 22:07:03 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0C7610656B0 for ; Sun, 17 May 2009 22:07:03 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id E451D8FC19 for ; Sun, 17 May 2009 22:07:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 79785 invoked by uid 2001); 17 May 2009 21:40:20 -0000 Date: Sun, 17 May 2009 16:40:20 -0500 From: "Rick C. Petty" To: freebsd-multimedia@freebsd.org Message-ID: <20090517214020.GA79735@keira.kiwi-computer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: snd_hda works on i386, fails on amd64 (RELENG_7) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:07:04 -0000 In a recent switch from i386 to amd64, I having a problem with the onboard audio, an Asus M3N78-VM board with VT1708B HDA 8-channel codec. It works perfectly in i386 but fails on the same kernel source in amd64: i386-host% uname -a FreeBSD i386-host 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #29: Wed Apr 29 22:32:54 CDT 2009 root@i386-host:/usr/obj/usr/src/sys/GENERIC i386 amd64-host% uname -a FreeBSD amd64-host 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sat May 2 23:04:32 CDT 2009 root@amd64-host:/usr/obj/usr/src/sys/GENERIC amd64 i386-host% cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:4v/1r:1v channels duplex default) pcm1: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) pcm2: at cad 3 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) pcm3: at cad 0 nid 1 on hdac1 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) amd64-host% cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at cad 0 nid 1 on hdac1 kld snd_hda [MPSAFE] (1p:4v/0r:0v channels default) i386-host% kldstat | grep -E '(sound|snd)' 7 1 0xc0e7e000 1ae38 snd_hda.ko 8 3 0xc0e99000 4a62c sound.ko 9 1 0xc0ee4000 6f88 snd_ich.ko amd64-host% kldstat | grep -E '(sound|snd)' 4 1 0xffffffff80d2e000 3878 snd_driver.ko 5 2 0xffffffff80d32000 4f20 snd_ad1816.ko 6 35 0xffffffff80d37000 67458 sound.ko 7 2 0xffffffff80d9f000 5900 snd_als4000.ko 8 2 0xffffffff80da5000 7880 snd_atiixp.ko 9 2 0xffffffff80dad000 58b0 snd_cmi.ko 10 2 0xffffffff80db3000 5830 snd_cs4281.ko 11 3 0xffffffff80db9000 a098 snd_csa.ko 12 2 0xffffffff80dc4000 cd60 snd_ds1.ko 13 2 0xffffffff80dd1000 1a398 snd_emu10kx.ko 14 2 0xffffffff80dec000 a698 snd_envy24.ko 15 4 0xffffffff80df7000 1c58 snd_spicds.ko 16 2 0xffffffff80df9000 9e58 snd_envy24ht.ko 17 2 0xffffffff80e03000 ad00 snd_es137x.ko 18 2 0xffffffff80e0e000 61e8 snd_ess.ko 19 5 0xffffffff80e15000 4d00 snd_sbc.ko 20 2 0xffffffff80e1a000 4860 snd_fm801.ko 21 3 0xffffffff80e1f000 10170 snd_mss.ko 22 2 0xffffffff80e30000 230e8 snd_hda.ko 23 2 0xffffffff80e54000 7530 snd_ich.ko 24 2 0xffffffff80e5c000 a600 snd_maestro.ko 25 2 0xffffffff80e67000 bd10 snd_maestro3.ko 26 2 0xffffffff80e73000 11698 snd_neomagic.ko 27 2 0xffffffff80e85000 52e8 snd_sb16.ko 28 2 0xffffffff80e8b000 4cc0 snd_sb8.ko 29 2 0xffffffff80e90000 61f8 snd_solo.ko 30 2 0xffffffff80e97000 5a10 snd_t4dwave.ko 31 2 0xffffffff80e9d000 8f48 snd_via8233.ko 32 2 0xffffffff80ea6000 4d28 snd_via82c686.ko 33 2 0xffffffff80eab000 5d50 snd_vibes.ko i386-host% sysctl -a | grep -E '^dev.(pcm|hda)' dev.pcm.0.play.vchans: dev.hdac.0.%desc: NVidia MCP78 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=7 function=0 handle=\_SB_.PCI0.HDAC dev.hdac.0.%pnpinfo: vendor=0x10de device=0x0774 subvendor=0x1043 subdevice=0x829f class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.wake: 0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.hdac.1.%desc: ATI RV620 High Definition Audio Controller dev.hdac.1.%driver: hdac dev.hdac.1.%location: slot=0 function=1 dev.hdac.1.%pnpinfo: vendor=0x1002 device=0xaa28 subvendor=0x1043 subdevice=0xaa28 class=0x040300 dev.hdac.1.%parent: pci2 dev.hdac.1.polling: 0 dev.hdac.1.polling_interval: 250 dev.hdac.1.pindump: 0 dev.pcm.0.%desc: HDA VIA VT1708B_1 PCM #0 Analog dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac0 dev.pcm.0.play.vchans: 4 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le dev.pcm.0.buffersize: 16384 dev.pcm.1.%desc: HDA VIA VT1708B_1 PCM #1 Digital dev.pcm.1.%driver: pcm dev.pcm.1.%parent: hdac0 dev.pcm.1.play.vchans: 1 dev.pcm.1.play.vchanrate: 48000 dev.pcm.1.play.vchanformat: s16le dev.pcm.1.buffersize: 16384 dev.pcm.2.%desc: HDA NVidia MCP78 HDMI PCM #0 Digital dev.pcm.2.%driver: pcm dev.pcm.2.%parent: hdac0 dev.pcm.2.play.vchans: 1 dev.pcm.2.play.vchanrate: 48000 dev.pcm.2.play.vchanformat: s16le dev.pcm.2.buffersize: 16384 dev.pcm.3.%desc: HDA ATI R6xx HDMI PCM #0 Digital dev.pcm.3.%driver: pcm dev.pcm.3.%parent: hdac1 dev.pcm.3.play.vchans: 1 dev.pcm.3.play.vchanrate: 48000 dev.pcm.3.play.vchanformat: s16le dev.pcm.3.buffersize: 16384 amd64-host% sysctl -a | grep -E '^dev.(pcm|hda)' dev.hdac.0.%desc: NVidia MCP78 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=7 function=0 handle=\_SB_.PCI0.HDAC dev.hdac.0.%pnpinfo: vendor=0x10de device=0x0774 subvendor=0x1043 subdevice=0x829f class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.wake: 0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.hdac.1.%desc: ATI RV620 High Definition Audio Controller dev.hdac.1.%driver: hdac dev.hdac.1.%location: slot=0 function=1 dev.hdac.1.%pnpinfo: vendor=0x1002 device=0xaa28 subvendor=0x1043 subdevice=0xaa28 class=0x040300 dev.hdac.1.%parent: pci2 dev.hdac.1.polling: 0 dev.hdac.1.polling_interval: 250 dev.hdac.1.pindump: 0 dev.pcm.0.%desc: HDA ATI R6xx HDMI PCM #0 Digital dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac1 dev.pcm.0.play.vchans: 4 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.buffersize: 16384 I've included the dmesg outputs below. The i386 verbose boot overfilled the message buffer, so I've shown the complete non-verbose boot and all that was available after a verbose boot. The only difference between the two in terms of hardware is I had 8 GB RAM installed for amd64 but only 4GB when I booted in i386. Any help would be appreciated! -- Rick C. Petty Complete verbose boot dmesg for amd64: Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.2-PRERELEASE #0: Sat May 2 23:04:32 CDT 2009 root@amd64-host:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80eba000. Preloaded elf obj module "/boot/kernel/geom_mirror.ko" at 0xffffffff80eba1f8. Preloaded elf obj module "/boot/kernel/linux.ko" at 0xffffffff80eba868. Preloaded elf obj module "/boot/kernel/snd_driver.ko" at 0xffffffff80ebafd0. Preloaded elf obj module "/boot/kernel/snd_ad1816.ko" at 0xffffffff80ebb440. Preloaded elf obj module "/boot/kernel/sound.ko" at 0xffffffff80ebba30. Preloaded elf obj module "/boot/kernel/snd_als4000.ko" at 0xffffffff80ebc098. Preloaded elf obj module "/boot/kernel/snd_atiixp.ko" at 0xffffffff80ebc648. Preloaded elf obj module "/boot/kernel/snd_cmi.ko" at 0xffffffff80ebcc38. Preloaded elf obj module "/boot/kernel/snd_cs4281.ko" at 0xffffffff80ebd1e0. Preloaded elf obj module "/boot/kernel/snd_csa.ko" at 0xffffffff80ebd790. Preloaded elf obj module "/boot/kernel/snd_ds1.ko" at 0xffffffff80ebdd78. Preloaded elf obj module "/boot/kernel/snd_emu10kx.ko" at 0xffffffff80ebe320. Preloaded elf obj module "/boot/kernel/snd_envy24.ko" at 0xffffffff80ebe890. Preloaded elf obj module "/boot/kernel/snd_spicds.ko" at 0xffffffff80ebee40. Preloaded elf obj module "/boot/kernel/snd_envy24ht.ko" at 0xffffffff80ebf3b0. Preloaded elf obj module "/boot/kernel/snd_es137x.ko" at 0xffffffff80ebf960. Preloaded elf obj module "/boot/kernel/snd_ess.ko" at 0xffffffff80ebff50. Preloaded elf obj module "/boot/kernel/snd_sbc.ko" at 0xffffffff80ec0538. Preloaded elf obj module "/boot/kernel/snd_fm801.ko" at 0xffffffff80ec0b20. Preloaded elf obj module "/boot/kernel/snd_mss.ko" at 0xffffffff80ec1090. Preloaded elf obj module "/boot/kernel/snd_hda.ko" at 0xffffffff80ec1678. Preloaded elf obj module "/boot/kernel/snd_ich.ko" at 0xffffffff80ec1c60. Preloaded elf obj module "/boot/kernel/snd_maestro.ko" at 0xffffffff80ec2248. Preloaded elf obj module "/boot/kernel/snd_maestro3.ko" at 0xffffffff80ec2838. Preloaded elf obj module "/boot/kernel/snd_neomagic.ko" at 0xffffffff80ec2de8. Preloaded elf obj module "/boot/kernel/snd_sb16.ko" at 0xffffffff80ec3398. Preloaded elf obj module "/boot/kernel/snd_sb8.ko" at 0xffffffff80ec3948. Preloaded elf obj module "/boot/kernel/snd_solo.ko" at 0xffffffff80ec3f30. Preloaded elf obj module "/boot/kernel/snd_t4dwave.ko" at 0xffffffff80ec4520. Preloaded elf obj module "/boot/kernel/snd_via8233.ko" at 0xffffffff80ec4a90. Preloaded elf obj module "/boot/kernel/snd_via82c686.ko" at 0xffffffff80ec5040. Preloaded elf obj module "/boot/kernel/snd_vibes.ko" at 0xffffffff80ec55b0. Preloaded elf obj module "/boot/kernel/speaker.ko" at 0xffffffff80ec6048. Calibrating clock(s) ... i8254 clock: 1193192 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2300020438 Hz CPU: AMD Phenom(tm) 9600 Quad-Core Processor (2300.02-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f22 Stepping = 2 Features=0x178bfbff Features2=0x802009> AMD Features=0xee500800 AMD Features2=0x7ff,,,Prefetch,,> TSC: P-state invariant Cores per package: 4 L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative usable memory = 8574410752 (8177 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009afff, 630784 bytes (154 pages) 0x0000000000ef8000 - 0x00000000cff8ffff, 3473506304 bytes (848024 pages) 0x0000000100000000 - 0x000000021f8b3fff, 4824186880 bytes (1177780 pages) avail memory = 8272773120 (7889 MB) ACPI APIC Table: <070208 APIC1604> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 3 APIC: CPU 3 has ACPI ID 4 ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 ULE: setup cpu group 1 ULE: setup cpu 1 ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 ULE: setup cpu group 2 ULE: setup cpu 2 ULE: adding cpu 2 to group 2: cpus 1 mask 0x4 ULE: setup cpu group 3 ULE: setup cpu 3 ULE: adding cpu 3 to group 3: cpus 1 mask 0x8 ACPI: RSDP @ 0x0xfb590/0x0014 (v 0 ACPIAM) ACPI: RSDT @ 0x0xcff90000/0x0044 (v 1 070208 RSDT1604 0x20080702 MSFT 0x00000097) ACPI: FACP @ 0x0xcff90200/0x0084 (v 1 070208 FACP1604 0x20080702 MSFT 0x00000097) ACPI: DSDT @ 0x0xcff90450/0xAE9D (v 1 A1041 A1041000 0x00000000 INTL 0x20051117) ACPI: FACS @ 0x0xcff9e000/0x0040 ACPI: APIC @ 0x0xcff90390/0x0080 (v 1 070208 APIC1604 0x20080702 MSFT 0x00000097) ACPI: MCFG @ 0x0xcff90410/0x003C (v 1 070208 OEMMCFG 0x20080702 MSFT 0x00000097) ACPI: OEMB @ 0x0xcff9e040/0x0072 (v 1 070208 OEMB1604 0x20080702 MSFT 0x00000097) ACPI: HPET @ 0x0xcff9b2f0/0x0038 (v 1 070208 OEMHPET0 0x20080702 MSFT 0x00000097) ACPI: INFO @ 0x0xcff9e0c0/0x0124 (v 1 070208 AMDINFO 0x20080702 MSFT 0x00000097) ACPI: NVHD @ 0x0xcff9e1f0/0x0284 (v 1 070208 NVHDCP 0x20080702 MSFT 0x00000097) ACPI: SSDT @ 0x0xcff9b330/0x0544 (v 1 A_M_I_ POWERNOW 0x00000001 AMD 0x00000001) MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level MADT: Interrupt override: source 14, irq 14 MADT: Interrupt override: source 15, irq 15 ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010000 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan_amrr: wlan: <802.11 Link Layer> null: random: nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: io: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (May 2 2009 23:04:23) acpi0: <070208 RSDT1604> on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] AcpiOsDerivePciId: \\_SB_.PCI0.SMB0.SMAD -> bus 0 dev 1 func 1 acpi0: Power Button (fixed) AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.HPET.CF29 -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.IMAP.PIMC -> bus 0 dev 1 func 4 acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cff00000 (3) failed ACPI timer: 1/1 1/1 1/2 1/2 1/1 1/1 1/1 1/1 1/2 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link35: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link36: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link37: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link38: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link39: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link40: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link41: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link42: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link43: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link44: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link45: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link46: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x10de rev: 0x1 num: 2 hz: 25000000 opts: legacy_route Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x10de, dev=0x0754, revid=0xa2 domain=0, bus=0, slot=0, func=0 class=05-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x075c, revid=0xa2 domain=0, bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type I/O Port, range 32, base 0x900, size 8, enabled found-> vendor=0x10de, dev=0x0752, revid=0xa1 domain=0, bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe00, size 6, enabled map[20]: type I/O Port, range 32, base 0x600, size 6, enabled map[24]: type I/O Port, range 32, base 0x700, size 6, enabled pcib0: matched entry for 0.1.INTA (src \\_SB_.LSMB:0) pci_link41: Picked IRQ 20 with weight 0 pcib0: slot 1 INTA routed to irq 20 via \\_SB_.LSMB found-> vendor=0x10de, dev=0x0751, revid=0xa1 domain=0, bus=0, slot=1, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0753, revid=0xa2 domain=0, bus=0, slot=1, func=3 class=0b-40-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 map[10]: type Memory, range 32, base 0xfe980000, size 19, enabled pcib0: matched entry for 0.1.INTB (src \\_SB_.LPMU:0) pci_link42: Picked IRQ 21 with weight 0 pcib0: slot 1 INTB routed to irq 21 via \\_SB_.LPMU found-> vendor=0x10de, dev=0x0568, revid=0xa1 domain=0, bus=0, slot=1, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x077b, revid=0xa1 domain=0, bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97e000, size 12, enabled pcib0: matched entry for 0.2.INTA (src \\_SB_.LUB0:0) pci_link36: Picked IRQ 22 with weight 0 pcib0: slot 2 INTA routed to irq 22 via \\_SB_.LUB0 found-> vendor=0x10de, dev=0x077c, revid=0xa1 domain=0, bus=0, slot=2, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97fc00, size 8, enabled pcib0: matched entry for 0.2.INTB (src \\_SB_.LUB2:0) pci_link37: Picked IRQ 23 with weight 0 pcib0: slot 2 INTB routed to irq 23 via \\_SB_.LUB2 found-> vendor=0x10de, dev=0x077d, revid=0xa1 domain=0, bus=0, slot=4, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97d000, size 12, enabled pcib0: matched entry for 0.4.INTA (src \\_SB_.UB11:0) pci_link45: Picked IRQ 20 with weight 1 pcib0: slot 4 INTA routed to irq 20 via \\_SB_.UB11 found-> vendor=0x10de, dev=0x077e, revid=0xa1 domain=0, bus=0, slot=4, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97f800, size 8, enabled pcib0: matched entry for 0.4.INTB (src \\_SB_.UB12:0) pci_link46: Picked IRQ 21 with weight 1 pcib0: slot 4 INTB routed to irq 21 via \\_SB_.UB12 found-> vendor=0x10de, dev=0x0759, revid=0xa1 domain=0, bus=0, slot=6, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 map[20]: type I/O Port, range 32, base 0xffa0, size 4, enabled found-> vendor=0x10de, dev=0x0774, revid=0xa1 domain=0, bus=0, slot=7, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe978000, size 14, enabled pcib0: matched entry for 0.7.INTA (src \\_SB_.LAZA:0) pci_link39: Picked IRQ 22 with weight 1 pcib0: slot 7 INTA routed to irq 22 via \\_SB_.LAZA found-> vendor=0x10de, dev=0x075a, revid=0xa1 domain=0, bus=0, slot=8, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) found-> vendor=0x10de, dev=0x0ad0, revid=0xa2 domain=0, bus=0, slot=9, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc480, size 3, enabled map[14]: type I/O Port, range 32, base 0xc400, size 2, enabled map[18]: type I/O Port, range 32, base 0xc080, size 3, enabled map[1c]: type I/O Port, range 32, base 0xc000, size 2, enabled map[20]: type I/O Port, range 32, base 0xbc00, size 4, enabled map[24]: type Memory, range 32, base 0xfe976000, size 13, enabled pcib0: matched entry for 0.9.INTA (src \\_SB_.LSA0:0) pci_link43: Picked IRQ 23 with weight 1 pcib0: slot 9 INTA routed to irq 23 via \\_SB_.LSA0 found-> vendor=0x10de, dev=0x0760, revid=0xa2 domain=0, bus=0, slot=10, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 16 messages, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe97c000, size 12, enabled map[14]: type I/O Port, range 32, base 0xb880, size 3, enabled map[18]: type Memory, range 32, base 0xfe97f400, size 8, enabled map[1c]: type Memory, range 32, base 0xfe97f000, size 4, enabled pcib0: matched entry for 0.10.INTA (src \\_SB_.LMAC:0) pci_link38: Picked IRQ 20 with weight 2 pcib0: slot 10 INTA routed to irq 20 via \\_SB_.LMAC found-> vendor=0x10de, dev=0x0778, revid=0xa1 domain=0, bus=0, slot=16, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.16.INTA (src \\_SB_.LN0A:0) pci_link4: Picked IRQ 16 with weight 0 pcib0: slot 16 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x10de, dev=0x075b, revid=0xa1 domain=0, bus=0, slot=18, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0004, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.18.INTA (src \\_SB_.LN2A:0) pci_link12: Picked IRQ 17 with weight 0 pcib0: slot 18 INTA routed to irq 17 via \\_SB_.LN2A found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) ohci0: mem 0xfe97e000-0xfe97efff irq 22 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97e000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 49 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 6 ports with 6 removable, self powered ehci0: mem 0xfe97fc00-0xfe97fcff irq 23 at device 2.1 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97fc00 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 50 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 15 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 6 ports with 6 removable, self powered ohci1: mem 0xfe97d000-0xfe97dfff irq 20 at device 4.0 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97d000 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci1 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 6 ports with 6 removable, self powered ehci1: mem 0xfe97f800-0xfe97f8ff irq 21 at device 4.1 on pci0 ehci1: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97f800 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 15 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=60 ostat1=70 ata0: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata0: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata0: reset tp2 stat0=20 stat1=30 devices=0x0 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 54 ata1: [MPSAFE] ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe978000 hdac0: [MPSAFE] hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfea00000-0xfeafffff pcib1: no prefetched decode pcib1: Subtractively decoded bridge. pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x9004, dev=0x5078, revid=0x03 domain=0, bus=1, slot=6, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x04 (1000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xd800, size 8, enabled pcib1: requested I/O range 0xd800-0xd8ff: in range map[14]: type Memory, range 32, base 0xfeaff000, size 12, enabled pcib1: requested memory range 0xfeaff000-0xfeafffff: good pcib1: matched entry for 1.6.INTA (src \\_SB_.LNKA:0) pci_link0: Picked IRQ 18 with weight 0 pcib1: slot 6 INTA routed to irq 18 via \\_SB_.LNKA found-> vendor=0x9004, dev=0x7178, revid=0x00 domain=0, bus=1, slot=7, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=10 map[10]: type I/O Port, range 32, base 0xd400, size 8, enabled pcib1: requested I/O range 0xd400-0xd4ff: in range map[14]: type Memory, range 32, base 0xfeafe000, size 12, enabled pcib1: requested memory range 0xfeafe000-0xfeafefff: good pcib1: matched entry for 1.7.INTA (src \\_SB_.LNKB:0) pci_link1: Picked IRQ 19 with weight 0 pcib1: slot 7 INTA routed to irq 19 via \\_SB_.LNKB ahc0: port 0xd800-0xd8ff mem 0xfeaff000-0xfeafffff irq 18 at device 6.0 on pci1 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd800 ahc0: Enabling 39Bit Addressing ahc0: Reading SEEPROM...done. ahc0: internal 50 cable not present ahc0: external cable is present ahc0: BIOS eeprom not present ahc0: Low byte termination Enabled ahc0: Downloading Sequencer Program... 465 instructions downloaded ahc0: Features 0x10100, Bugs 0x35, Flags 0x29401440 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 55 ahc0: [MPSAFE] ahc0: [ITHREAD] aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs ahc1: port 0xd400-0xd4ff mem 0xfeafe000-0xfeafefff irq 19 at device 7.0 on pci1 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd400 ahc1: Enabling 39Bit Addressing ahc1: Reading SEEPROM...done. ahc1: internal 50 cable not present ahc1: external cable not present ahc1: BIOS eeprom not present ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 447 instructions downloaded ahc1: Features 0x10000, Bugs 0x25, Flags 0x21401440 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 56 ahc1: [MPSAFE] ahc1: [ITHREAD] aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc00 atapci1: [MPSAFE] atapci1: [ITHREAD] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc480 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: reset tp1 mask=03 ostat0=50 ostat1=50 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=50 devices=0x3 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc080 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc000 ata3: reset tp1 mask=01 ostat0=50 ostat1=ff ata3: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata3: reset tp2 stat0=00 stat1=00 devices=0x4 ata3: [MPSAFE] ata3: [ITHREAD] nfe0: port 0xb880-0xb887 mem 0xfe97c000-0xfe97cfff,0xfe97f400-0xfe97f4ff,0xfe97f000-0xfe97f00f irq 20 at device 10.0 on pci0 nfe0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97c000 miibus0: on nfe0 rgephy0: PHY 3 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: bpf attached nfe0: Ethernet address: 00:22:15:b4:2d:c8 nfe0: [MPSAFE] nfe0: [FILTER] pcib2: irq 16 at device 16.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfeb00000-0xfebfffff pcib2: prefetched decode 0xd0000000-0xdfffffff pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x1002, dev=0x95c5, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib2: requested memory range 0xd0000000-0xdfffffff: good map[18]: type Memory, range 64, base 0xfebe0000, size 16, enabled pcib2: requested memory range 0xfebe0000-0xfebeffff: good map[20]: type I/O Port, range 32, base 0xe800, size 8, enabled pcib2: requested I/O range 0xe800-0xe8ff: in range pcib2: matched entry for 2.0.INTA (src \\_SB_.LN0A:0) pcib2: slot 0 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x1002, dev=0xaa28, revid=0x00 domain=0, bus=2, slot=0, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfebfc000, size 14, enabled pcib2: requested memory range 0xfebfc000-0xfebfffff: good pcib2: matched entry for 2.0.INTB (src \\_SB_.LN0B:0) pci_link5: Picked IRQ 17 with weight 1 pcib2: slot 0 INTB routed to irq 17 via \\_SB_.LN0B vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 57 hdac1: [MPSAFE] hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x0-0x0 pcib3: no prefetched decode pci3: on pcib3 pci3: domain=0, physical bus=3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 58 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60 sio0: [FILTER] cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 ex_isa_identify() atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it ahc_isa_probe 11: ioport 0xbc00 alloc failed sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff on isa0 ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices ums0: on uhub0 ums0: 3 buttons and Z dir. Device configuration finished. Reducing kern.maxvnodes 343679 -> 100000 procfs registered lapic: Divisor 2, Frequency 100000895 hz Timecounter "TSC" frequency 2300020438 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached hptrr: no controller detected. ata2-slave: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 305245MB at ata2-master UDMA33 ad4: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 ad4: nVidia check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ad5: 305245MB at ata2-slave UDMA33 ad5: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad5: nVidia check1 failed ad5: Adaptec check1 failed ad5: LSI (v3) check1 failed ad5: LSI (v2) check1 failed ad5: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire GEOM: new disk ad5 acd0: DVDR drive at ata3 as master acd0: read 8269KB/s (2067KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. hdac0: Probing codec #0... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #0 is not responding! Probing aborted. hdac0: Probing codec #3... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #3 is not responding! Probing aborted. hdac0: hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI R6xx HDMI hdac1: HDA Codec ID: 0x1002aa01 hdac1: Vendor: 0x1002 hdac1: Device: 0xaa01 hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0xaa281043 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Tracing association 0 (1) hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: pcm0: at cad 0 nid 1 on hdac1 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000005 pcm0: AC3 PCM pcm0: PCM cap: 0x00020040 pcm0: 16 bits, 48 KHz pcm0: DAC: 2 pcm0: pcm0: +-------------------------------+ pcm0: | DUMPING Playback/Record Paths | pcm0: +-------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=3 [pin: Digital-out (Jack)] pcm0: | pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap 49f0000, 4000; 0xffffffff4d39b000 -> 49f0000 Relevant lines from non-verbose boot dmesg on i386: Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.2-PRERELEASE #29: Wed Apr 29 22:32:54 CDT 2009 root@i386-host:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Phenom(tm) 9600 Quad-Core Processor (2300.02-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x100f22 Stepping = 2 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x7ff,,,Prefetch,,> TSC: P-state invariant Cores per package: 4 real memory = 3489202176 (3327 MB) avail memory = 3409813504 (3251 MB) ACPI APIC Table: <070208 APIC1604> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: <070208 RSDT1604> on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cff00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pci1: on pcib1 atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] pcib2: irq 16 at device 16.0 on pci0 pci2: on pcib2 vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pci3: on pcib3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad4: 305245MB at ata2-master UDMA33 ad5: 305245MB at ata2-slave UDMA33 acd0: DVDR at ata3-master UDMA33 hdac0: HDA Codec #0: VIA VT1708B_1 hdac0: HDA Codec #3: NVidia MCP78 HDMI hdac0: No jack detection support at pin 29 pcm0: at cad 0 nid 1 on hdac0 pcm1: at cad 0 nid 1 on hdac0 pcm2: at cad 3 nid 1 on hdac0 hdac1: HDA Codec #0: ATI R6xx HDMI pcm3: at cad 0 nid 1 on hdac1 The remaining lines from a verbose boot dmesg on i386: N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link35: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link36: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link37: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link38: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link39: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link40: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link41: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link42: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link43: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link44: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link45: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link46: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x10de rev: 0x1 num: 2 hz: 25000000 opts: legacy_route Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x10de, dev=0x0754, revid=0xa2 domain=0, bus=0, slot=0, func=0 class=05-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x075c, revid=0xa2 domain=0, bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type I/O Port, range 32, base 0x900, size 8, enabled found-> vendor=0x10de, dev=0x0752, revid=0xa1 domain=0, bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe00, size 6, enabled map[20]: type I/O Port, range 32, base 0x600, size 6, enabled map[24]: type I/O Port, range 32, base 0x700, size 6, enabled pcib0: matched entry for 0.1.INTA (src \\_SB_.LSMB:0) pci_link41: Picked IRQ 20 with weight 0 pcib0: slot 1 INTA routed to irq 20 via \\_SB_.LSMB found-> vendor=0x10de, dev=0x0751, revid=0xa1 domain=0, bus=0, slot=1, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0753, revid=0xa2 domain=0, bus=0, slot=1, func=3 class=0b-40-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 map[10]: type Memory, range 32, base 0xfe980000, size 19, enabled pcib0: matched entry for 0.1.INTB (src \\_SB_.LPMU:0) pci_link42: Picked IRQ 21 with weight 0 pcib0: slot 1 INTB routed to irq 21 via \\_SB_.LPMU found-> vendor=0x10de, dev=0x0568, revid=0xa1 domain=0, bus=0, slot=1, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x077b, revid=0xa1 domain=0, bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97e000, size 12, enabled pcib0: matched entry for 0.2.INTA (src \\_SB_.LUB0:0) pci_link36: Picked IRQ 22 with weight 0 pcib0: slot 2 INTA routed to irq 22 via \\_SB_.LUB0 found-> vendor=0x10de, dev=0x077c, revid=0xa1 domain=0, bus=0, slot=2, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97fc00, size 8, enabled pcib0: matched entry for 0.2.INTB (src \\_SB_.LUB2:0) pci_link37: Picked IRQ 23 with weight 0 pcib0: slot 2 INTB routed to irq 23 via \\_SB_.LUB2 found-> vendor=0x10de, dev=0x077d, revid=0xa1 domain=0, bus=0, slot=4, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97d000, size 12, enabled pcib0: matched entry for 0.4.INTA (src \\_SB_.UB11:0) pci_link45: Picked IRQ 20 with weight 1 pcib0: slot 4 INTA routed to irq 20 via \\_SB_.UB11 found-> vendor=0x10de, dev=0x077e, revid=0xa1 domain=0, bus=0, slot=4, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97f800, size 8, enabled pcib0: matched entry for 0.4.INTB (src \\_SB_.UB12:0) pci_link46: Picked IRQ 21 with weight 1 pcib0: slot 4 INTB routed to irq 21 via \\_SB_.UB12 found-> vendor=0x10de, dev=0x0759, revid=0xa1 domain=0, bus=0, slot=6, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 map[20]: type I/O Port, range 32, base 0xffa0, size 4, enabled found-> vendor=0x10de, dev=0x0774, revid=0xa1 domain=0, bus=0, slot=7, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe978000, size 14, enabled pcib0: matched entry for 0.7.INTA (src \\_SB_.LAZA:0) pci_link39: Picked IRQ 22 with weight 1 pcib0: slot 7 INTA routed to irq 22 via \\_SB_.LAZA found-> vendor=0x10de, dev=0x075a, revid=0xa1 domain=0, bus=0, slot=8, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) found-> vendor=0x10de, dev=0x0ad0, revid=0xa2 domain=0, bus=0, slot=9, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc480, size 3, enabled map[14]: type I/O Port, range 32, base 0xc400, size 2, enabled map[18]: type I/O Port, range 32, base 0xc080, size 3, enabled map[1c]: type I/O Port, range 32, base 0xc000, size 2, enabled map[20]: type I/O Port, range 32, base 0xbc00, size 4, enabled map[24]: type Memory, range 32, base 0xfe976000, size 13, enabled pcib0: matched entry for 0.9.INTA (src \\_SB_.LSA0:0) pci_link43: Picked IRQ 23 with weight 1 pcib0: slot 9 INTA routed to irq 23 via \\_SB_.LSA0 found-> vendor=0x10de, dev=0x0760, revid=0xa2 domain=0, bus=0, slot=10, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 16 messages, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe97c000, size 12, enabled map[14]: type I/O Port, range 32, base 0xb880, size 3, enabled map[18]: type Memory, range 32, base 0xfe97f400, size 8, enabled map[1c]: type Memory, range 32, base 0xfe97f000, size 4, enabled pcib0: matched entry for 0.10.INTA (src \\_SB_.LMAC:0) pci_link38: Picked IRQ 20 with weight 2 pcib0: slot 10 INTA routed to irq 20 via \\_SB_.LMAC found-> vendor=0x10de, dev=0x0778, revid=0xa1 domain=0, bus=0, slot=16, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.16.INTA (src \\_SB_.LN0A:0) pci_link4: Picked IRQ 16 with weight 0 pcib0: slot 16 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x10de, dev=0x075b, revid=0xa1 domain=0, bus=0, slot=18, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0004, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.18.INTA (src \\_SB_.LN2A:0) pci_link12: Picked IRQ 17 with weight 0 pcib0: slot 18 INTA routed to irq 17 via \\_SB_.LN2A found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) ohci0: mem 0xfe97e000-0xfe97efff irq 22 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97e000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 49 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 6 ports with 6 removable, self powered ehci0: mem 0xfe97fc00-0xfe97fcff irq 23 at device 2.1 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97fc00 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 50 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 15 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 6 ports with 6 removable, self powered ohci1: mem 0xfe97d000-0xfe97dfff irq 20 at device 4.0 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97d000 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci1 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 6 ports with 6 removable, self powered ehci1: mem 0xfe97f800-0xfe97f8ff irq 21 at device 4.1 on pci0 ehci1: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97f800 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 15 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=60 ostat1=70 ata0: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata0: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata0: reset tp2 stat0=20 stat1=30 devices=0x0 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 54 ata1: [MPSAFE] ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe978000 hdac0: [MPSAFE] hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfea00000-0xfeafffff pcib1: no prefetched decode pcib1: Subtractively decoded bridge. pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x9004, dev=0x5078, revid=0x03 domain=0, bus=1, slot=6, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x04 (1000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xd800, size 8, enabled pcib1: requested I/O range 0xd800-0xd8ff: in range map[14]: type Memory, range 32, base 0xfeaff000, size 12, enabled pcib1: requested memory range 0xfeaff000-0xfeafffff: good pcib1: matched entry for 1.6.INTA (src \\_SB_.LNKA:0) pci_link0: Picked IRQ 18 with weight 0 pcib1: slot 6 INTA routed to irq 18 via \\_SB_.LNKA found-> vendor=0x9004, dev=0x7178, revid=0x00 domain=0, bus=1, slot=7, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=10 map[10]: type I/O Port, range 32, base 0xd400, size 8, enabled pcib1: requested I/O range 0xd400-0xd4ff: in range map[14]: type Memory, range 32, base 0xfeafe000, size 12, enabled pcib1: requested memory range 0xfeafe000-0xfeafefff: good pcib1: matched entry for 1.7.INTA (src \\_SB_.LNKB:0) pci_link1: Picked IRQ 19 with weight 0 pcib1: slot 7 INTA routed to irq 19 via \\_SB_.LNKB ahc0: port 0xd800-0xd8ff mem 0xfeaff000-0xfeafffff irq 18 at device 6.0 on pci1 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd800 ahc0: Reading SEEPROM...done. ahc0: internal 50 cable not present ahc0: external cable is present ahc0: BIOS eeprom not present ahc0: Low byte termination Enabled ahc0: Downloading Sequencer Program... 457 instructions downloaded ahc0: Features 0x10100, Bugs 0x35, Flags 0x28401440 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 55 ahc0: [MPSAFE] ahc0: [ITHREAD] aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs ahc1: port 0xd400-0xd4ff mem 0xfeafe000-0xfeafefff irq 19 at device 7.0 on pci1 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd400 ahc1: Reading SEEPROM...done. ahc1: internal 50 cable not present ahc1: external cable not present ahc1: BIOS eeprom not present ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 439 instructions downloaded ahc1: Features 0x10000, Bugs 0x25, Flags 0x20401440 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 56 ahc1: [MPSAFE] ahc1: [ITHREAD] aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc00 atapci1: [MPSAFE] atapci1: [ITHREAD] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc480 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: reset tp1 mask=03 ostat0=50 ostat1=50 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=50 devices=0x3 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc080 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc000 ata3: reset tp1 mask=01 ostat0=50 ostat1=ff ata3: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata3: reset tp2 stat0=00 stat1=00 devices=0x4 ata3: [MPSAFE] ata3: [ITHREAD] nfe0: port 0xb880-0xb887 mem 0xfe97c000-0xfe97cfff,0xfe97f400-0xfe97f4ff,0xfe97f000-0xfe97f00f irq 20 at device 10.0 on pci0 nfe0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97c000 miibus0: on nfe0 rgephy0: PHY 3 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: bpf attached nfe0: Ethernet address: 00:22:15:b4:2d:c8 nfe0: [MPSAFE] nfe0: [FILTER] pcib2: irq 16 at device 16.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfeb00000-0xfebfffff pcib2: prefetched decode 0xd0000000-0xdfffffff pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x1002, dev=0x95c5, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib2: requested memory range 0xd0000000-0xdfffffff: good map[18]: type Memory, range 64, base 0xfebe0000, size 16, enabled pcib2: requested memory range 0xfebe0000-0xfebeffff: good map[20]: type I/O Port, range 32, base 0xe800, size 8, enabled pcib2: requested I/O range 0xe800-0xe8ff: in range pcib2: matched entry for 2.0.INTA (src \\_SB_.LN0A:0) pcib2: slot 0 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x1002, dev=0xaa28, revid=0x00 domain=0, bus=2, slot=0, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfebfc000, size 14, enabled pcib2: requested memory range 0xfebfc000-0xfebfffff: good pcib2: matched entry for 2.0.INTB (src \\_SB_.LN0B:0) pci_link5: Picked IRQ 17 with weight 1 pcib2: slot 0 INTB routed to irq 17 via \\_SB_.LN0B vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 57 hdac1: [MPSAFE] hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x0-0x0 pcib3: no prefetched decode pci3: on pcib3 pci3: domain=0, physical bus=3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 58 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60 sio0: [FILTER] cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 ahc_isa_probe 11: ioport 0xbc00 alloc failed ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0xca1 0xca1 0xca1 0xca1 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ums0: on uhub0 ums0: 3 buttons and Z dir. Device configuration finished. Reducing kern.maxvnodes 214557 -> 100000 procfs registered lapic: Divisor 2, Frequency 100000601 hz Timecounter "TSC" frequency 2300013697 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached hptrr: no controller detected. ata2-slave: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 305245MB at ata2-master UDMA33 ad4: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 ad4: nVidia check1 failed ad4: Adaptec check1 failed GEOM_MIRROR: Device mirror/aad4: LSI (v3) check1 failed manda0 launched (1/1).ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ad5: 305245MB at ata2-slave UDMA33 ad5: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad5: nVidia check1 failed ad5: Adaptec check1 failed ad5: LSI (v3) check1 failed ad5: LSI (v2) check1 failed ad5: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire GEOM: new disk ad5 acd0: DVDR drive at ata3 as master acd0: read 8269KB/s (2067KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. hdac0: Probing codec #0... hdac0: HDA Codec #0: VIA VT1708B_1 hdac0: HDA Codec ID: 0x1106e721 hdac0: Vendor: 0x1106 hdac0: Device: 0xe721 hdac0: Revision: 0x01 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x829f1043 hdac0: Found audio FG nid=1 startnode=16 endnode=40 total=24 hdac0: Probing codec #3... hdac0: HDA Codec #3: NVidia MCP78 HDMI hdac0: HDA Codec ID: 0x10de0002 hdac0: Vendor: 0x10de hdac0: Device: 0x0002 hdac0: Revision: 0x00 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x829f1043 hdac0: Found audio FG nid=1 startnode=4 endnode=14 total=10 hdac0: hdac0: Processing audio FG cad=0 nid=1... hdac0: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac0: nid 25 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0 hdac0: nid 26 0x01a19036 as 3 seq 6 Mic Jack jack 1 loc 1 color Pink misc 0 hdac0: nid 27 0x0181303e as 3 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 hdac0: nid 28 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0 hdac0: nid 29 0x0221411f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 1 hdac0: nid 30 0x02a19138 as 3 seq 8 Mic Jack jack 1 loc 2 color Pink misc 1 hdac0: nid 31 0x90370137 as 3 seq 7 CD Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 32 0x985601f0 as 15 seq 0 Digital-out Fixed jack 6 loc 24 color Unknown misc 1 hdac0: nid 33 0x47c421f0 as 15 seq 0 SPDIF-in None jack 4 loc 7 color Grey misc 1 hdac0: nid 34 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0 hdac0: nid 35 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0 hdac0: Patched pins configuration: hdac0: nid 25 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0 hdac0: nid 26 0x01a19036 as 3 seq 6 Mic Jack jack 1 loc 1 color Pink misc 0 hdac0: nid 27 0x0181303e as 3 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 hdac0: nid 28 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0 hdac0: nid 29 0x0221411f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 1 hdac0: nid 30 0x02a19138 as 3 seq 8 Mic Jack jack 1 loc 2 color Pink misc 1 hdac0: nid 31 0x90370137 as 3 seq 7 CD Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 32 0x985601f0 as 15 seq 0 Digital-out Fixed jack 6 loc 24 color Unknown misc 1 hdac0: nid 33 0x47c421f0 as 15 seq 0 SPDIF-in None jack 4 loc 7 color Grey misc 1 [DISABLED] hdac0: nid 34 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0 hdac0: nid 35 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0 hdac0: 3 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=28 seq=0 hdac0: Pin nid=34 seq=1 hdac0: Pin nid=25 seq=2 hdac0: Pin nid=35 seq=4 hdac0: Pin nid=29 seq=15 hdac0: Association 1 (3) in: hdac0: Pin nid=26 seq=6 hdac0: Pin nid=31 seq=7 hdac0: Pin nid=30 seq=8 hdac0: Pin nid=27 seq=14 hdac0: Association 2 (15) out: hdac0: Pin nid=32 seq=0 hdac0: Tracing association 0 (1) hdac0: Pin 28 traced to DAC 16 hdac0: Pin 34 traced to DAC 36 hdac0: Pin 25 traced to DAC 17 hdac0: Pin 35 traced to DAC 37 hdac0: Pin 29 traced to DAC 16 and hpredir 0 hdac0: Association 0 (1) trace succeeded hdac0: Tracing association 1 (3) hdac0: Pin 26 traced to ADC 19 hdac0: Pin 31 traced to ADC 19 hdac0: Pin 30 traced to ADC 19 hdac0: Pin 27 traced to ADC 19 hdac0: Association 1 (3) trace succeeded hdac0: Tracing association 2 (15) hdac0: Pin 32 traced to DAC 18 hdac0: Association 2 (15) trace succeeded hdac0: Tracing input monitor hdac0: Tracing beeper hdac0: No jack detection support at pin 29 hdac0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: IN amp: 0x00000000 hdac0: OUT amp: 0x00000000 hdac0: hdac0: nid: 16 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 17 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000004) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 18 hdac0: Name: audio output hdac0: Widget cap: 0x00000611 hdac0: PWR DIGITAL STEREO hdac0: Association: 2 (0x00000001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a01e0 hdac0: 16 24 bits, 44 48 88 96 KHz hdac0: hdac0: nid: 19 hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Association: 1 (0x000041c0) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a0560 hdac0: 16 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80061400 hdac0: mute=1 step=20 size=6 offset=0 hdac0: connections: 1 hdac0: | hdac0: + <- nid=23 [audio selector] hdac0: hdac0: nid: 20 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a0560 hdac0: 16 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80061400 hdac0: mute=1 step=20 size=6 offset=0 hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=30 [pin: Mic (Pink Jack)] hdac0: hdac0: nid: 21 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x00100711 hdac0: PWR DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a01f0 hdac0: 16 24 bits, 32 44 48 88 96 KHz hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=33 [pin: SPDIF-in (None)] [DISABLED] hdac0: hdac0: nid: 22 hdac0: Name: audio mixer hdac0: Widget cap: 0x0020050b hdac0: PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm hdac0: Input amp: 0x80061f17 hdac0: mute=1 step=31 size=6 offset=23 hdac0: connections: 6 hdac0: | hdac0: + <- nid=16 [audio output] hdac0: + [DISABLED] <- nid=31 [pin: CD (Fixed)] hdac0: + [DISABLED] <- nid=26 [pin: Mic (Pink Jack)] hdac0: + [DISABLED] <- nid=27 [pin: Line-in (Blue Jack)] hdac0: + [DISABLED] <- nid=30 [pin: Mic (Pink Jack)] hdac0: + [DISABLED] <- nid=37 [audio output] hdac0: hdac0: nid: 23 hdac0: Name: audio selector hdac0: Widget cap: 0x00300501 hdac0: PWR STEREO hdac0: Association: 1 (0x000041c0) hdac0: OSS: line, mic, cd, monitor hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=22 [audio mixer] hdac0: + <- nid=31 [pin: CD (Fixed)] hdac0: + <- nid=26 [pin: Mic (Pink Jack)] (selected) hdac0: + <- nid=27 [pin: Line-in (Blue Jack)] hdac0: + <- nid=30 [pin: Mic (Pink Jack)] hdac0: hdac0: nid: 24 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000004) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=17 [audio output] hdac0: hdac0: nid: 25 hdac0: Name: pin: Line-out (Black Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000004) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x01011012 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=24 [audio selector] hdac0: hdac0: nid: 26 hdac0: Name: pin: Mic (Pink Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00000040) hdac0: OSS: mic (mic) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x01a19036 hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=38 [audio selector] hdac0: hdac0: nid: 27 hdac0: Name: pin: Line-in (Blue Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00004000) hdac0: OSS: line (line) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x0181303e hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=24 [audio selector] hdac0: hdac0: nid: 28 hdac0: Name: pin: Line-out (Green Jack) hdac0: Widget cap: 0x0040058d hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x01014010 hdac0: Pin control: 0x00000040 OUT hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=22 [audio mixer] hdac0: hdac0: nid: 29 hdac0: Name: pin: Headphones (Green Jack) hdac0: Widget cap: 0x0040058d hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00008000) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x0221411f hdac0: Pin control: 0x000000c0 HP OUT hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 2 hdac0: | hdac0: + <- nid=22 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=37 [audio output] hdac0: hdac0: nid: 30 hdac0: Name: pin: Mic (Pink Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00000100) hdac0: OSS: monitor (monitor) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x02a19138 hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=39 [audio selector] hdac0: hdac0: nid: 31 hdac0: Name: pin: CD (Fixed) hdac0: Widget cap: 0x00400401 hdac0: PWR STEREO hdac0: Association: 1 (0x00000080) hdac0: OSS: cd (cd) hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x90370137 hdac0: Pin control: 0x00000020 IN hdac0: hdac0: nid: 32 hdac0: Name: pin: Digital-out (Fixed) hdac0: Widget cap: 0x00400701 hdac0: PWR DIGITAL STEREO hdac0: Association: 2 (0x00000001) hdac0: Pin cap: 0x00000010 hdac0: OUT hdac0: Pin config: 0x985601f0 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=18 [audio output] hdac0: hdac0: nid: 33 [DISABLED] hdac0: Name: pin: SPDIF-in (None) hdac0: Widget cap: 0x00400601 hdac0: PWR DIGITAL STEREO hdac0: Pin cap: 0x00010030 hdac0: OUT IN EAPD hdac0: Pin config: 0x47c421f0 hdac0: Pin control: 0x00000000 hdac0: EAPD: 0x00000002 hdac0: hdac0: nid: 34 hdac0: Name: pin: Line-out (Orange Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000002) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x01016011 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=38 [audio selector] hdac0: hdac0: nid: 35 hdac0: Name: pin: Line-out (Grey Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000010) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x01012014 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=39 [audio selector] hdac0: hdac0: nid: 36 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000002) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 37 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000010) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 38 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000002) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=36 [audio output] hdac0: hdac0: nid: 39 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000010) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=37 [audio output] hdac0: hdac0: Processing audio FG cad=3 nid=1... hdac0: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac0: nid 5 0x18560110 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 1 hdac0: nid 7 0x58560121 as 2 seq 1 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 9 0x58560122 as 2 seq 2 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 11 0x58560123 as 2 seq 3 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 13 0x58560124 as 2 seq 4 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: Patched pins configuration: hdac0: nid 5 0x18560110 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 1 hdac0: nid 7 0x58560121 as 2 seq 1 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 9 0x58560122 as 2 seq 2 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 11 0x58560123 as 2 seq 3 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 13 0x58560124 as 2 seq 4 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: 1 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=5 seq=0 hdac0: Tracing association 0 (1) hdac0: Pin 5 traced to DAC 4 hdac0: Association 0 (1) trace succeeded hdac0: Tracing input monitor hdac0: Tracing beeper hdac0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: IN amp: 0x00000000 hdac0: OUT amp: 0x00000000 hdac0: hdac0: nid: 4 hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Association: 0 (0x00000001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 5 hdac0: Name: pin: Digital-out (Jack) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x18560110 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=4 [audio output] hdac0: hdac0: nid: 6 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 7 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560121 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=6 [audio output] [DISABLED] hdac0: hdac0: nid: 8 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 9 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560122 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=8 [audio output] [DISABLED] hdac0: hdac0: nid: 10 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 11 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560123 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=10 [audio output] [DISABLED] hdac0: hdac0: nid: 12 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 13 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560124 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=12 [audio output] [DISABLED] hdac0: pcm0: at cad 0 nid 1 on hdac0 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000a05e0 pcm0: 16 24 bits, 44 48 88 96 192 KHz pcm0: DAC: 16 36 17 37 pcm0: pcm0: Record: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000a0560 pcm0: 16 24 bits, 44 48 96 192 KHz pcm0: ADC: 19 pcm0: pcm0: +-------------------------------+ pcm0: | DUMPING Playback/Record Paths | pcm0: +-------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=25 [pin: Line-out (Black Jack)] pcm0: | pcm0: + <- nid=24 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=17 [audio output] [src: pcm] pcm0: pcm0: nid=28 [pin: Line-out (Green Jack)] pcm0: | pcm0: + <- nid=22 [audio mixer] [src: pcm] pcm0: | pcm0: + <- nid=16 [audio output] [src: pcm] pcm0: pcm0: nid=29 [pin: Headphones (Green Jack)] pcm0: | pcm0: + <- nid=22 [audio mixer] [src: pcm] pcm0: | pcm0: + <- nid=16 [audio output] [src: pcm] pcm0: pcm0: nid=34 [pin: Line-out (Orange Jack)] pcm0: | pcm0: + <- nid=38 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=36 [audio output] [src: pcm] pcm0: pcm0: nid=35 [pin: Line-out (Grey Jack)] pcm0: | pcm0: + <- nid=39 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=37 [audio output] [src: pcm] pcm0: pcm0: Record: pcm0: pcm0: nid=19 [audio input] pcm0: | pcm0: + <- nid=23 [audio selector] [src: line, mic, cd, monitor] pcm0: | pcm0: + <- nid=31 [pin: CD (Fixed)] [src: cd] pcm0: + <- nid=26 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=27 [pin: Line-in (Blue Jack)] [src: line] pcm0: + <- nid=30 [pin: Mic (Pink Jack)] [src: monitor] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: Master Volume (OSS: vol) pcm0: | pcm0: +- ctl 9 (nid 24 out): -47/0dB (28 steps) + mute pcm0: +- ctl 10 (nid 28 in ): -47/0dB (28 steps) + mute pcm0: +- ctl 11 (nid 29 in ): -47/0dB (28 steps) + mute pcm0: +- ctl 12 (nid 38 out): -47/0dB (28 steps) + mute pcm0: +- ctl 13 (nid 39 out): -47/0dB (28 steps) + mute pcm0: pcm0: PCM Volume (OSS: pcm) pcm0: | pcm0: +- ctl 3 (nid 22 in 0): -40/14dB (32 steps) + mute pcm0: +- ctl 9 (nid 24 out): -47/0dB (28 steps) + mute pcm0: +- ctl 12 (nid 38 out): -47/0dB (28 steps) + mute pcm0: +- ctl 13 (nid 39 out): -47/0dB (28 steps) + mute pcm0: pcm0: Recording Level (OSS: rec) pcm0: | pcm0: +- ctl 1 (nid 19 in 0): 0/35dB (21 steps) + mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "rec": pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap cc460000, 4000; 0xe6ecf000 -> cc460000 pcm0: sndbuf_setmap cc470000, 4000; 0xe6edf000 -> cc470000 pcm1: at cad 0 nid 1 on hdac0 pcm1: +--------------------------------------+ pcm1: | DUMPING PCM Playback/Record Channels | pcm1: +--------------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: Stream cap: 0x00000005 pcm1: AC3 PCM pcm1: PCM cap: 0x000a01e0 pcm1: 16 24 bits, 44 48 88 96 KHz pcm1: DAC: 18 pcm1: pcm1: +-------------------------------+ pcm1: | DUMPING Playback/Record Paths | pcm1: +-------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: nid=32 [pin: Digital-out (Fixed)] pcm1: | pcm1: + <- nid=18 [audio output] [src: pcm] pcm1: pcm1: +-------------------------+ pcm1: | DUMPING Volume Controls | pcm1: +-------------------------+ pcm1: pcm1: clone manager: deadline=750ms flags=0x8000001e pcm1: sndbuf_setmap 1100000, 4000; 0xe6eef000 -> 1100000 pcm2: at cad 3 nid 1 on hdac0 pcm2: +--------------------------------------+ pcm2: | DUMPING PCM Playback/Record Channels | pcm2: +--------------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: Stream cap: 0x00000005 pcm2: AC3 PCM pcm2: PCM cap: 0x000f00c0 pcm2: 8 16 20 24 bits, 48 88 KHz pcm2: DAC: 4 pcm2: pcm2: +-------------------------------+ pcm2: | DUMPING Playback/Record Paths | pcm2: +-------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: nid=5 [pin: Digital-out (Jack)] pcm2: | pcm2: + <- nid=4 [audio output] [src: pcm] pcm2: pcm2: +-------------------------+ pcm2: | DUMPING Volume Controls | pcm2: +-------------------------+ pcm2: pcm2: clone manager: deadline=750ms flags=0x8000001e pcm2: sndbuf_setmap 1110000, 4000; 0xe6eff000 -> 1110000 hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI R6xx HDMI hdac1: HDA Codec ID: 0x1002aa01 hdac1: Vendor: 0x1002 hdac1: Device: 0xaa01 hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0xaa281043 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Tracing association 0 (1) hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: pcm3: at cad 0 nid 1 on hdac1 pcm3: +--------------------------------------+ pcm3: | DUMPING PCM Playback/Record Channels | pcm3: +--------------------------------------+ pcm3: pcm3: Playback: pcm3: pcm3: Stream cap: 0x00000005 pcm3: AC3 PCM pcm3: PCM cap: 0x00020040 pcm3: 16 bits, 48 KHz pcm3: DAC: 2 pcm3: pcm3: +-------------------------------+ pcm3: | DUMPING Playback/Record Paths | pcm3: +-------------------------------+ pcm3: pcm3: Playback: pcm3: pcm3: nid=3 [pin: Digital-out (Jack)] pcm3: | pcm3: + <- nid=2 [audio output] [src: pcm] pcm3: pcm3: +-------------------------+ pcm3: | DUMPING Volume Controls | pcm3: +-------------------------+ pcm3: pcm3: clone manager: deadline=750ms flags=0x8000001e pcm3: sndbuf_setmap 1120000, 4000; 0xe6f0f000 -> 1120000 From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 22:39:01 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6983B1065672 for ; Sun, 17 May 2009 22:39:01 +0000 (UTC) (envelope-from kwm@freebsd.org) Received: from viefep17-int.chello.at (viefep17-int.chello.at [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id A3D508FC1C for ; Sun, 17 May 2009 22:39:00 +0000 (UTC) (envelope-from kwm@freebsd.org) Received: from edge02.upc.biz ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090517222231.LOKD3549.viefep16-int.chello.at@edge02.upc.biz>; Mon, 18 May 2009 00:22:31 +0200 Received: from [192.168.1.51] ([77.250.185.191]) by edge02.upc.biz with edge id smNV1b06q48Bq8D02mNX3u; Mon, 18 May 2009 00:22:31 +0200 X-SourceIP: 77.250.185.191 From: Koop Mast To: Alberto Villa In-Reply-To: <200905171527.34117.villa.alberto@gmail.com> References: <200905171527.34117.villa.alberto@gmail.com> Content-Type: text/plain Date: Mon, 18 May 2009 00:24:52 +0200 Message-Id: <1242599092.1920.10.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: ffmpeg-2009-05-15 port ready for testing! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:39:02 -0000 On Sun, 2009-05-17 at 15:27 +0200, Alberto Villa wrote: > hi all! > as the maintainer of multimedia/(mlt|mlt++|kdenlive), and as a multimedia > user, i feel the need for a newer ffmpeg in the ports tree. my maintained > apps, as well as a lot of other software (blender, for example), are now > broken due to the old ffmpeg (i have to ship a patch for the ffmpeg port on > kdenlive.org to avoid a crash in the program in freebsd, but that cannot be > shipped with the port itself!) Hi, I will be working on this, thanks for the patch. > so, i've made a new port (quite easy), and i'd like you to test and > (hopefully) commit it. i'm not sending a pr because it is an important port, > and i think the list should review it. also, it's breaking the building of > some other ports, but that's a matter of some #define's The best way of doing this is to submit a pr and then put a mail on the list. Because stuff can get lost on the mailing list. > at the moment i'm using (happily! blender started reading my video files, > kdenlive doesn't crash anymore, and so on) my port. i've rebuilt all its > dependent ports, which means: > blender-2.48a_1 * > gegl-0.0.22_4 > gimp-2.6.6,2 > gimp-app-2.6.6_1,1 > gimp-gutenprint-5.1.7_1 > kdenlive-0.7.3_1 > libquicktime-1.1.1 * > mlt++-0.3.8 > mlt-0.3.8 > py25-gimp-app-2.6.6 > sox-14.2.0 > among these, only blender and libquicktime required some little patches (i'm > attaching them to this mail) Unless I'm blind I only see the ffmpeg patch itself. Can you resend those patches? > i've enabled ALL the configure options supported in kdenlive (in OPTIONS, > obviously), and it's working fine. maybe some check is required for the > replace actions, but they seem to work > > attached you find: > - the port .tar.gz > - the .diff between the actual port and the new one > - the patches to build libquicktime and blender (as an example) > and here you find the distfile: > http://kdenlive.org/~freebsd/ffmpeg-2009-05-15.tar.bz2 > > regards Again thanks for doing this work. -Koop From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 23:00:21 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E99D6106566B; Sun, 17 May 2009 23:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDE608FC25; Sun, 17 May 2009 23:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4HN0Lkf048292; Sun, 17 May 2009 23:00:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4HN0LAL048282; Sun, 17 May 2009 23:00:21 GMT (envelope-from edwin) Date: Sun, 17 May 2009 23:00:21 GMT Message-Id: <200905172300.n4HN0LAL048282@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/134632: [patch] Update port: multimedia/ffmpeg 2009-05-15 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:00:22 -0000 Synopsis: [patch] Update port: multimedia/ffmpeg 2009-05-15 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 17 23:00:20 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134632 From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 23:02:43 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018CC106564A for ; Sun, 17 May 2009 23:02:43 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-fx0-f216.google.com (mail-fx0-f216.google.com [209.85.220.216]) by mx1.freebsd.org (Postfix) with ESMTP id 750148FC1A for ; Sun, 17 May 2009 23:02:41 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by fxm12 with SMTP id 12so2927900fxm.43 for ; Sun, 17 May 2009 16:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :message-id; bh=U7w4Tl7R+bW+2XF+lmnTSSNEJPZnpHCrXpRfxo1wuW4=; b=vZi4acDcm44sPBg94cC0T2zS1EV+/cljsGWSbayoi6Ut0R97secnYBif5bjnS+gv4t Zuhx0IVzGRht4Q+OsGoBHezA99gSsEOLOQUKh71bWhlnL3SuU5VLFuv6KGTlCT7Bvg0b voaBq9RAdcX1zQfLDjWBeZmLO/EaHf0UYCiA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:message-id; b=FD+gAkD/LKCmPofNd82mV7THiX1YIKr//bA59IpRPeRGeRe//e6CPHaLwYUIxIMi3i d/mEvTwQ8hDDbyUrXyfzzzXvWhQI2sc0Qj489vl05v+zUSD0koZjPPiUp/UDbFI65PRj rkU6/1me5zBqAhsQ8edbQhpyAlj2koYCfMB9Y= Received: by 10.204.55.199 with SMTP id v7mr6039048bkg.141.1242601360822; Sun, 17 May 2009 16:02:40 -0700 (PDT) Received: from echo.hoth (host15-211-dynamic.0-79-r.retail.telecomitalia.it [79.0.211.15]) by mx.google.com with ESMTPS id k29sm6195835fkk.11.2009.05.17.16.02.40 (version=SSLv3 cipher=RC4-MD5); Sun, 17 May 2009 16:02:40 -0700 (PDT) From: Alberto Villa To: Koop Mast Date: Mon, 18 May 2009 01:02:38 +0200 User-Agent: KMail/1.11.3 (FreeBSD/7.2-STABLE; KDE/4.2.3; i386; ; ) References: <200905171527.34117.villa.alberto@gmail.com> <1242599092.1920.10.camel@headache.rainbow-runner.nl> In-Reply-To: <1242599092.1920.10.camel@headache.rainbow-runner.nl> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PeJEKXfFqaALxHi" Message-Id: <200905180102.39184.villa.alberto@gmail.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: ffmpeg-2009-05-15 port ready for testing! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:02:43 -0000 --Boundary-00=_PeJEKXfFqaALxHi Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Monday 18 May 2009 00:24:52 Koop Mast wrote: > The best way of doing this is to submit a pr and then put a mail on the > list. Because stuff can get lost on the mailing list. pr submitted, thanks for the note: http://www.freebsd.org/cgi/query- pr.cgi?pr=134632 > Unless I'm blind I only see the ffmpeg patch itself. Can you resend > those patches? here they are again! i don't think you need the port archive maybe that's not the right way to patch those files, but it's quite easy to understand the issue, and i'm sure you know how to handle it (in multimedia/mlt they're handled the same way right in the upstream) > Again thanks for doing this work. it was easier than i thought, and won't be difficult to keep it up to date. i think i'll keep sending pr's to achieve this :) -- Alberto Villa --Boundary-00=_PeJEKXfFqaALxHi-- From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 23:10:56 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06D2B106564A; Sun, 17 May 2009 23:10:56 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D037B8FC18; Sun, 17 May 2009 23:10:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (kwm@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4HNAtax064235; Sun, 17 May 2009 23:10:55 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4HNAtDX064225; Sun, 17 May 2009 23:10:55 GMT (envelope-from kwm) Date: Sun, 17 May 2009 23:10:55 GMT Message-Id: <200905172310.n4HNAtDX064225@freefall.freebsd.org> To: kwm@FreeBSD.org, freebsd-multimedia@FreeBSD.org, kwm@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/134632: [patch] Update port: multimedia/ffmpeg 2009-05-15 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 23:10:56 -0000 Synopsis: [patch] Update port: multimedia/ffmpeg 2009-05-15 Responsible-Changed-From-To: freebsd-multimedia->kwm Responsible-Changed-By: kwm Responsible-Changed-When: Sun May 17 23:09:54 UTC 2009 Responsible-Changed-Why: Grab, going to work on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=134632 From owner-freebsd-multimedia@FreeBSD.ORG Mon May 18 01:22:12 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5807106564A for ; Mon, 18 May 2009 01:22:12 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 682218FC08 for ; Mon, 18 May 2009 01:22:12 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 243027672; Mon, 18 May 2009 04:22:11 +0300 Message-ID: <4A10B841.5030805@FreeBSD.org> Date: Mon, 18 May 2009 04:22:09 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Boris Samorodov References: <1241464986.00107839.1241453405@10.7.7.3> In-Reply-To: <1241464986.00107839.1241453405@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: [snd_hda] ASUS P5K, microphones problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 01:22:13 -0000 Hi. Boris Samorodov wrote: > there is no input from both rear and front microphones. Both output > work. Reading SND_HDA(4) didn't help (at least I don't see any > problems). Three output associations (rare, front, SPDIF), two input > (rare and front). There is an old hack for ALC883 codec in driver near line 4660. It disables phantom power on microphone inputs. I have no idea what for it was done, but I already have reports that it makes microphones not working. Try to comment that case and report please. -- Alexander Motin From owner-freebsd-multimedia@FreeBSD.ORG Mon May 18 11:06:56 2009 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7A7B1065678 for ; Mon, 18 May 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A248A8FC1A for ; Mon, 18 May 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IB6uWv075729 for ; Mon, 18 May 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4IB6uZ9075725 for freebsd-multimedia@FreeBSD.org; Mon, 18 May 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 May 2009 11:06:56 GMT Message-Id: <200905181106.n4IB6uZ9075725@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134273 multimedia [patch] multimedia/ffmpeg - avoid crash in multimedia/ o ports/133959 multimedia multimedia/transcode: update o ports/133462 multimedia multimedia/x264 build fails on powerpc o kern/132848 multimedia [snd_emu10kx] driver problem with card init, snd_emu10 o kern/132511 multimedia [snd_hda] Probing ALC888 codec on ASRock K10N78-1394 f o ports/132431 multimedia multimedia/ogmtools dvdxchap are not installed. f kern/132336 multimedia [snd_hda] Realtek ALC888 audio chipset does not work w o ports/131331 multimedia multimedia/ffmpeg: doc/texi2pod.pl bad perl path o ports/130569 multimedia multimedia/gstreamer: gnome-volume-control menu item d o ports/130146 multimedia [PATCH] multimedia/transcode: update to 1.0.7 o ports/129800 multimedia Update port: multimedia/ffmpeg avoid crash in multimed o kern/129604 multimedia [pcm]: Sound stops with error: pcm0:virtual:dsp0.vp0: o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia [patch] multimedia/transcode patch revision s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus f ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails f ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c f ports/122922 multimedia [patch] multimedia/ffmpeg text output is mangled o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o kern/115666 multimedia [sound] Microphone does not work o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem 71 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon May 18 15:12:23 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1665710656C0; Mon, 18 May 2009 15:12:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF3498FC2B; Mon, 18 May 2009 15:12:22 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IFCMAI018169; Mon, 18 May 2009 15:12:22 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4IFCMGA018165; Mon, 18 May 2009 15:12:22 GMT (envelope-from erwin) Date: Mon, 18 May 2009 15:12:22 GMT Message-Id: <200905181512.n4IFCMGA018165@freefall.freebsd.org> To: multimedia@freebsd.org, rea-fbsd@codelabs.ru, erwin@FreeBSD.org, portmgr@FreeBSD.org From: erwin@FreeBSD.org Cc: Subject: Re: ports/132407: [patch] pass TMPDIR around X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 15:12:23 -0000 Synopsis: [patch] pass TMPDIR around State-Changed-From-To: open->analyzed State-Changed-By: erwin State-Changed-When: Mon May 18 15:11:55 UTC 2009 State-Changed-Why: Prepare for an experimental cluster run. http://www.freebsd.org/cgi/query-pr.cgi?pr=132407 From owner-freebsd-multimedia@FreeBSD.ORG Tue May 19 03:46:04 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F785106566C for ; Tue, 19 May 2009 03:46:04 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED8C8FC08 for ; Tue, 19 May 2009 03:46:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 243149806; Tue, 19 May 2009 06:46:02 +0300 Message-ID: <4A122B72.80206@FreeBSD.org> Date: Tue, 19 May 2009 06:45:54 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: rick-freebsd2008@kiwi-computer.com References: <1242609781.00113421.1242598202@10.7.7.3> In-Reply-To: <1242609781.00113421.1242598202@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_hda works on i386, fails on amd64 (RELENG_7) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 03:46:04 -0000 Hi. Rick C. Petty wrote: > In a recent switch from i386 to amd64, I having a problem with the > onboard audio, an Asus M3N78-VM board with VT1708B HDA 8-channel codec. > > It works perfectly in i386 but fails on the same kernel source in amd64: > hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 > hdac0: HDA Driver Revision: 20090329_0131 > hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe978000 > hdac0: [MPSAFE] > hdac0: [ITHREAD] > hdac0: Probing codec #0... > hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 > hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 > hdac0: Codec #0 is not responding! Probing aborted. > hdac0: Probing codec #3... > hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 > hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 > hdac0: Codec #3 is not responding! Probing aborted. I have already seen such reports few times, but nobody yet reported about platform specifics of this. I think it is not codec, but a HDA controller related issue. In your case problem only appears with on-board NVidia controller, but not with external ATI one. Could you boot with `hw.snd.verbose=4` to get maximum driver debugging. I am especially interested in first hdac0 related messages. There is some sort of CPU cache coherency/DMA management magic used, which looks suspicious to me. Also some people report about such problems with NVidia HDA controllers when MSI interrupts enabled, but it is probably not your case, as snd_hda does not uses MSI by default on RELENG_7. -- Alexander Motin From owner-freebsd-multimedia@FreeBSD.ORG Tue May 19 07:41:47 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18C3E106566B; Tue, 19 May 2009 07:41:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E22198FC19; Tue, 19 May 2009 07:41:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4J7fks5000368; Tue, 19 May 2009 07:41:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4J7fkZo000358; Tue, 19 May 2009 07:41:46 GMT (envelope-from edwin) Date: Tue, 19 May 2009 07:41:46 GMT Message-Id: <200905190741.n4J7fkZo000358@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/134699: multimedia/gstreamer-ffmpeg - /usr/X11R6/bin: file not recognized: File format not recognized X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 07:41:47 -0000 Synopsis: multimedia/gstreamer-ffmpeg - /usr/X11R6/bin: file not recognized: File format not recognized Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 19 07:41:46 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134699 From owner-freebsd-multimedia@FreeBSD.ORG Tue May 19 13:19:56 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 350F0106564A for ; Tue, 19 May 2009 13:19:56 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from kfs.ru (kfs.kfs.ru [194.186.81.194]) by mx1.freebsd.org (Postfix) with ESMTP id D87518FC1E for ; Tue, 19 May 2009 13:19:55 +0000 (UTC) (envelope-from bsam@kfs.ru) Received: from bsam by kfs.ru with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1M6OXr-000Abs-F4; Tue, 19 May 2009 16:35:47 +0400 To: Alexander Motin References: <1241464986.00107839.1241453405@10.7.7.3> <4A10B841.5030805@FreeBSD.org> From: Boris Samorodov Date: Tue, 19 May 2009 16:35:47 +0400 In-Reply-To: <4A10B841.5030805@FreeBSD.org> (Alexander Motin's message of "Mon, 18 May 2009 04:22:09 +0300") Message-ID: <01414940@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-multimedia@freebsd.org Subject: Re: [snd_hda] ASUS P5K, microphones problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 13:19:56 -0000 On Mon, 18 May 2009 04:22:09 +0300 Alexander Motin wrote: > Boris Samorodov wrote: > > there is no input from both rear and front microphones. Both output > > work. Reading SND_HDA(4) didn't help (at least I don't see any > > problems). Three output associations (rare, front, SPDIF), two input > > (rare and front). > There is an old hack for ALC883 codec in driver near line 4660. It > disables phantom power on microphone inputs. I have no idea what for > it was done, but I already have reports that it makes microphones not > working. Try to comment that case and report please. Thanks, I'll try it in two weeks since I'm at a business trip now. WBR -- bsam From owner-freebsd-multimedia@FreeBSD.ORG Tue May 19 18:41:52 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33EB1106566C for ; Tue, 19 May 2009 18:41:52 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id C17FE8FC1C for ; Tue, 19 May 2009 18:41:51 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 1023 invoked by uid 2001); 19 May 2009 18:41:50 -0000 Date: Tue, 19 May 2009 13:41:50 -0500 From: "Rick C. Petty" To: Alexander Motin Message-ID: <20090519184150.GA990@keira.kiwi-computer.com> References: <1242609781.00113421.1242598202@10.7.7.3> <4A122B72.80206@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A122B72.80206@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_hda works on i386, fails on amd64 (RELENG_7) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 18:41:52 -0000 On Tue, May 19, 2009 at 06:45:54AM +0300, Alexander Motin wrote: > Hi. > > I have already seen such reports few times, but nobody yet reported > about platform specifics of this. I think it is not codec, but a HDA > controller related issue. In your case problem only appears with > on-board NVidia controller, but not with external ATI one. Yeah. The ATI one is useless to me though. > Could you boot with `hw.snd.verbose=4` to get maximum driver debugging. Included, below. > I am especially interested in first hdac0 related messages. There is > some sort of CPU cache coherency/DMA management magic used, which looks > suspicious to me. Also some people report about such problems with > NVidia HDA controllers when MSI interrupts enabled, but it is probably > not your case, as snd_hda does not uses MSI by default on RELENG_7. Let me know if you need anything else. Thank you, -- Rick C. Petty hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: DMA Coherency: Uncacheable / vendor=0x10de hdac0: [ITHREAD] hdac0: CORB size: 256 hdac0: RIRB size: 256 hdac0: Streams: ISS=4 OSS=4 BSS=0 hdac0: hdac_dma_alloc: size=1024 -> roundsz=1024 hdac0: hdac_dma_alloc: size=2048 -> roundsz=2048 hdac0: Reset controller... hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: DMA Coherency: Uncacheable / vendor=0x1002 hdac1: [ITHREAD] hdac1: CORB size: 256 hdac1: RIRB size: 256 hdac1: Streams: ISS=0 OSS=1 BSS=0 hdac1: hdac_dma_alloc: size=1024 -> roundsz=1024 hdac1: hdac_dma_alloc: size=2048 -> roundsz=2048 hdac1: Reset controller... hdac0: HDA Config: on=0x00000000 off=0x00000000 hdac0: Starting CORB Engine... hdac0: Starting RIRB Engine... hdac0: Enabling controller interrupt... hdac0: Scanning HDA codecs ... hdac0: Probing codec #0... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #0 is not responding! Probing aborted. hdac0: Probing codec #3... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #3 is not responding! Probing aborted. hdac0: hdac1: HDA Config: on=0x00000000 off=0x00000000 hdac1: Starting CORB Engine... hdac1: Starting RIRB Engine... hdac1: Enabling controller interrupt... hdac1: Scanning HDA codecs ... hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI R6xx HDMI hdac1: HDA Codec ID: 0x1002aa01 hdac1: Vendor: 0x1002 hdac1: Device: 0xaa01 hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0xaa281043 hdac1: startnode=1 endnode=2 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: Powering up... hdac1: Parsing audio FG... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Parsing Ctls... hdac1: Parsing vendor patch... hdac1: Disabling nonaudio... hdac1: Disabling useless... hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Parsing pin associations... hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Building AFG tree... hdac1: Tracing association 0 (1) hdac1: Tracing pin 3 with min nid 0 hdac1: tracing via nid 3 hdac1: tracing via nid 2 hdac1: nid 2 returned 2 hdac1: nid 3 returned 2 hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: Disabling unassociated widgets... hdac1: Disabling nonselected inputs... hdac1: Disabling useless... hdac1: Disabling crossassociatement connections... hdac1: Disabling useless... hdac1: Binding associations to channels... hdac1: Assigning names to signal sources... hdac1: Assigning mixers to the tree... hdac1: Preparing pin controls... hdac1: AFG commit... hdac1: HP switch init... hdac1: Creating PCM devices... hdac1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: hdac1: +------------------------+ hdac1: | DUMPING HDA AMPLIFIERS | hdac1: +------------------------+ hdac1: hdac1: pcm0: at cad 0 nid 1 on hdac1 hdac1: hdac_dma_alloc: size=4096 -> roundsz=4096 From owner-freebsd-multimedia@FreeBSD.ORG Tue May 19 20:36:40 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C86E9106566B for ; Tue, 19 May 2009 20:36:40 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from ns1.cypress.com (ns1.cypress.com [157.95.67.4]) by mx1.freebsd.org (Postfix) with ESMTP id AC13B8FC1B for ; Tue, 19 May 2009 20:36:40 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from corpmail.cypress.com (corpmail [157.95.1.2]) by ns1.cypress.com (8.12.10/8.12.10) with ESMTP id n4JJw6b7015722 for ; Tue, 19 May 2009 12:58:06 -0700 (PDT) Received: from cork.irdesign.cypress.com (cork.irdesign.cypress.com [157.95.24.1]) by corpmail.cypress.com (8.12.10/8.12.10) with ESMTP id n4JJvtwX000768 for ; Tue, 19 May 2009 12:57:56 -0700 (PDT) Received: from cork.irdesign.cypress.com (localhost [127.0.0.1]) by cork.irdesign.cypress.com (Postfix) with ESMTP id 643164E377 for ; Tue, 19 May 2009 20:57:53 +0100 (IST) Received: by cork.irdesign.cypress.com (Postfix, from userid 0) id 823844E37A; Tue, 19 May 2009 20:57:48 +0100 (IST) From: Lars Hecking To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mutt-References: <20090519184150.GA990@keira.kiwi-computer.com> Message-Id: <20090519195748.823844E37A@cork.irdesign.cypress.com> Date: Tue, 19 May 2009 20:57:48 +0100 (IST) Subject: snd_hda Sigmatel STAC9205X no sound in 7.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 20:36:41 -0000 Hi all, I already posted some details here - sound stopped working with the upgrade to 7.2. http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/197820.html hw.snd.verbose=4 did nothing for me except filling up all of dmesg with feed_root: (virtual) prepending 1880 bytes (count=1880 l=0 feed=1) but below is the relevant output of a verbose boot. I donĀ“t understand how the dsp devices work, either. This output makes little or no sense to me. # ll /dev/dsp* crw-rw-rw- 1 root wheel 0, 117 May 19 20:39 /dev/dsp0.0 crw-rw-rw- 1 root wheel 0, 119 May 19 20:39 /dev/dsp0.1 crw-rw-rw- 1 root wheel 0, 120 May 19 20:43 /dev/dsp0.2 crw-rw-rw- 1 root wheel 0, 121 May 19 20:39 /dev/dsp0.3 crw-rw-rw- 1 root wheel 0, 122 May 19 20:43 /dev/dsp0.4 crw-rw-rw- 1 root wheel 0, 118 May 19 20:39 /dev/dsp1.0 # ll /dev/dsp0 crw-rw-rw- 1 root wheel 0, 120 May 19 20:53 /dev/dsp0 # Preloaded elf module "/boot/kernel/snd_hda.ko" at 0xc118431c. hdac0: mem 0xfebfc000-0xfebfffff irq 21 at device 27.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 hdac0: [MPSAFE] hdac0: [ITHREAD] hdac0: Probing codec #0... hdac0: HDA Codec #0: Sigmatel STAC9205X hdac0: HDA Codec ID: 0x838476a0 hdac0: Vendor: 0x8384 hdac0: Device: 0x76a0 hdac0: Revision: 0x02 hdac0: Stepping: 0x04 hdac0: PCI Subvendor: 0x02281028 hdac0: Found audio FG nid=1 startnode=10 endnode=38 total=28 hdac0: Probing codec #1... hdac0: HDA Codec #1: Conexant (Unknown) hdac0: HDA Codec ID: 0x14f12c06 hdac0: Vendor: 0x14f1 hdac0: Device: 0x2c06 hdac0: Revision: 0x00 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x02281028 hdac0: Found modem FG nid=2 startnode=112 endnode=116 total=4 hdac0: hdac0: Processing audio FG cad=0 nid=1... hdac0: GPIO: 0xc0000005 NumGPIO=5 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1 hdac0: nid 10 0x0321101f as 1 seq 15 Headphones Jack jack 1 loc 3 color Black misc 0 hdac0: nid 11 0x03811020 as 2 seq 0 Line-in Jack jack 1 loc 3 color Black misc 0 hdac0: nid 12 0x40f000f0 as 15 seq 0 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 13 0x90170110 as 1 seq 0 Speaker Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 14 0x40f000f1 as 15 seq 1 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 15 0x40f000f2 as 15 seq 2 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 20 0x40f000f3 as 15 seq 3 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 22 0x40f000f4 as 15 seq 4 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 23 0x90a60030 as 3 seq 0 Mic Fixed jack 6 loc 16 color Unknown misc 0 hdac0: nid 24 0x40f000f5 as 15 seq 5 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 33 0x40f000f6 as 15 seq 6 Other None jack 0 loc 0 color Unknown misc 0 hdac0: nid 34 0x40f000f7 as 15 seq 7 Other None jack 0 loc 0 color Unknown misc 0 hdac0: Patched pins configuration: hdac0: nid 10 0x0321101f as 1 seq 15 Headphones Jack jack 1 loc 3 color Black misc 0 hdac0: nid 11 0x03811020 as 2 seq 0 Line-in Jack jack 1 loc 3 color Black misc 0 hdac0: nid 12 0x40f000f0 as 15 seq 0 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 13 0x90170110 as 1 seq 0 Speaker Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 14 0x40f000f1 as 15 seq 1 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 15 0x40f000f2 as 15 seq 2 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 20 0x40f000f3 as 15 seq 3 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 22 0x40f000f4 as 15 seq 4 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 23 0x90a60030 as 3 seq 0 Mic Fixed jack 6 loc 16 color Unknown misc 0 hdac0: nid 24 0x40f000f5 as 15 seq 5 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 33 0x40f000f6 as 15 seq 6 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: nid 34 0x40f000f7 as 15 seq 7 Other None jack 0 loc 0 color Unknown misc 0 [DISABLED] hdac0: 3 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=13 seq=0 hdac0: Pin nid=10 seq=15 hdac0: Association 1 (2) in: hdac0: Pin nid=11 seq=0 hdac0: Association 2 (3) in: hdac0: Pin nid=23 seq=0 hdac0: Tracing association 0 (1) hdac0: Pin 13 traced to DAC 16 hdac0: Pin 10 traced to DAC 16 and hpredir 0 hdac0: Association 0 (1) trace succeeded hdac0: Tracing association 1 (2) hdac0: Pin 11 traced to ADC 18 hdac0: Association 1 (2) trace succeeded hdac0: Tracing association 2 (3) hdac0: Pin 23 traced to ADC 19 hdac0: Association 2 (3) trace succeeded hdac0: Tracing input monitor hdac0: Tracing beeper hdac0: GPIO init: data=0x00000000 mask=0x00000000 dir=0x00000000 hdac0: GPIO commit: data=0x00000001 mask=0x00000001 dir=0x00000001 hdac0: Enabling headphone/speaker audio routing switching: hdac0: as=0 sense nid=10 [UNSOL] hdac0: Pin sense: nid=10 res=0x7fffffff hdac0: FG config/quirks: gpio0 forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e07e0 hdac0: 16 20 24 bits, 44 48 88 96 176 192 KHz hdac0: IN amp: 0x00050f00 hdac0: OUT amp: 0x80027f7f hdac0: hdac0: nid: 10 hdac0: Name: pin: Headphones (Black Jack) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Association: 0 (0x00008000) hdac0: Pin cap: 0x0000173f hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ] hdac0: Pin config: 0x0321101f hdac0: Pin control: 0x00000080 HP hdac0: connections: 2 hdac0: | hdac0: + <- nid=16 [audio output] (selected) hdac0: + [DISABLED] <- nid=17 [audio output] [DISABLED] hdac0: hdac0: nid: 11 hdac0: Name: pin: Line-in (Black Jack) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Association: 1 (0x00000001) hdac0: OSS: line (line) hdac0: Pin cap: 0x00001737 hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ] hdac0: Pin config: 0x03811020 hdac0: Pin control: 0x00000024 IN VREFs hdac0: connections: 2 hdac0: | hdac0: + [DISABLED] <- nid=16 [audio output] (selected) hdac0: + [DISABLED] <- nid=17 [audio output] [DISABLED] hdac0: hdac0: nid: 12 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Pin cap: 0x00001737 hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ] hdac0: Pin config: 0x40f000f0 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=17 [audio output] [DISABLED] hdac0: hdac0: nid: 13 hdac0: Name: pin: Speaker (Fixed) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x0000003f hdac0: ISC TRQD PDC HP OUT IN hdac0: Pin config: 0x90170110 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=16 [audio output] hdac0: hdac0: nid: 14 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Pin cap: 0x00001737 hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ] hdac0: Pin config: 0x40f000f1 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=16 [audio output] hdac0: hdac0: nid: 15 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400181 hdac0: UNSOL STEREO hdac0: Pin cap: 0x00001737 hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ] hdac0: Pin config: 0x40f000f2 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=17 [audio output] [DISABLED] hdac0: hdac0: nid: 16 hdac0: Name: audio output hdac0: Widget cap: 0x000d0c05 hdac0: LRSWAP PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e07e0 hdac0: 16 20 24 bits, 44 48 88 96 176 192 KHz hdac0: Output amp: 0x80027f7f hdac0: mute=1 step=127 size=2 offset=127 hdac0: hdac0: nid: 17 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x000d0c05 hdac0: LRSWAP PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e07e0 hdac0: 16 20 24 bits, 44 48 88 96 176 192 KHz hdac0: Output amp: 0x80027f7f hdac0: mute=1 step=127 size=2 offset=127 hdac0: hdac0: nid: 18 hdac0: Name: audio input hdac0: Widget cap: 0x001d0541 hdac0: PWR PROC STEREO hdac0: Association: 1 (0x00000001) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e07e0 hdac0: 16 20 24 bits, 44 48 88 96 176 192 KHz hdac0: connections: 1 hdac0: | hdac0: + <- nid=29 [audio selector] hdac0: hdac0: nid: 19 hdac0: Name: audio input hdac0: Widget cap: 0x001d0541 hdac0: PWR PROC STEREO hdac0: Association: 2 (0x00000001) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000e07e0 hdac0: 16 20 24 bits, 44 48 88 96 176 192 KHz hdac0: connections: 1 hdac0: | hdac0: + <- nid=30 [audio selector] hdac0: hdac0: nid: 20 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x0040010c hdac0: Pin cap: 0x00000010 hdac0: OUT hdac0: Pin config: 0x40f000f3 hdac0: Pin control: 0x00000000 hdac0: Output amp: 0x80051f1f hdac0: mute=1 step=31 size=5 offset=31 hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=21 [audio mixer] [DISABLED] hdac0: hdac0: nid: 21 [DISABLED] hdac0: Name: audio mixer hdac0: Widget cap: 0x00200100 hdac0: connections: 1 hdac0: | hdac0: + <- nid=16 [audio output] hdac0: hdac0: nid: 22 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400001 hdac0: STEREO hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x40f000f4 hdac0: Pin control: 0x00000000 hdac0: hdac0: nid: 23 hdac0: Name: pin: Mic (Fixed) hdac0: Widget cap: 0x00400001 hdac0: STEREO hdac0: Association: 2 (0x00000001) hdac0: OSS: monitor (monitor) hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x90a60030 hdac0: Pin control: 0x00000020 IN hdac0: hdac0: nid: 24 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400001 hdac0: STEREO hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x40f000f5 hdac0: Pin control: 0x00000000 hdac0: hdac0: nid: 25 hdac0: Name: audio selector hdac0: Widget cap: 0x0030010d hdac0: STEREO hdac0: Association: 1 (0x00000001) hdac0: OSS: line hdac0: Output amp: 0x00270400 hdac0: mute=0 step=4 size=39 offset=0 hdac0: connections: 7 hdac0: | hdac0: + [DISABLED] <- nid=14 [pin: Other (None)] [DISABLED] hdac0: + [DISABLED] <- nid=22 [pin: Other (None)] [DISABLED] hdac0: + [DISABLED] <- nid=15 [pin: Other (None)] [DISABLED] hdac0: + <- nid=11 [pin: Line-in (Black Jack)] (selected) hdac0: + [DISABLED] <- nid=12 [pin: Other (None)] [DISABLED] hdac0: + [DISABLED] <- nid=13 [pin: Speaker (Fixed)] hdac0: + [DISABLED] <- nid=10 [pin: Headphones (Black Jack)] hdac0: hdac0: nid: 26 [DISABLED] hdac0: Name: audio selector hdac0: Widget cap: 0x0030010d hdac0: STEREO hdac0: Output amp: 0x00270400 hdac0: mute=0 step=4 size=39 offset=0 hdac0: connections: 7 hdac0: | hdac0: + [DISABLED] <- nid=14 [pin: Other (None)] [DISABLED] (selected) hdac0: + [DISABLED] <- nid=22 [pin: Other (None)] [DISABLED] hdac0: + [DISABLED] <- nid=15 [pin: Other (None)] [DISABLED] hdac0: + <- nid=11 [pin: Line-in (Black Jack)] hdac0: + [DISABLED] <- nid=12 [pin: Other (None)] [DISABLED] hdac0: + <- nid=13 [pin: Speaker (Fixed)] hdac0: + <- nid=10 [pin: Headphones (Black Jack)] hdac0: hdac0: nid: 27 hdac0: Name: audio selector hdac0: Widget cap: 0x00300103 hdac0: STEREO hdac0: Association: 1 (0x00000001) hdac0: OSS: line hdac0: Input amp: 0x00050f00 hdac0: mute=0 step=15 size=5 offset=0 hdac0: connections: 1 hdac0: | hdac0: + <- nid=25 [audio selector] hdac0: hdac0: nid: 28 [DISABLED] hdac0: Name: audio selector hdac0: Widget cap: 0x00300103 hdac0: STEREO hdac0: Input amp: 0x00050f00 hdac0: mute=0 step=15 size=5 offset=0 hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=26 [audio selector] [DISABLED] hdac0: hdac0: nid: 29 hdac0: Name: audio selector hdac0: Widget cap: 0x0030090d hdac0: LRSWAP STEREO hdac0: Association: 1 (0x00000001) hdac0: OSS: line hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 3 hdac0: | hdac0: + <- nid=27 [audio selector] (selected) hdac0: + [DISABLED] <- nid=23 [pin: Mic (Fixed)] hdac0: + [DISABLED] <- nid=24 [pin: Other (None)] [DISABLED] hdac0: hdac0: nid: 30 hdac0: Name: audio selector hdac0: Widget cap: 0x0030090d hdac0: LRSWAP STEREO hdac0: Association: 2 (0x00000001) hdac0: OSS: monitor hdac0: Output amp: 0x80000000 hdac0: mute=1 step=0 size=0 offset=0 hdac0: connections: 3 hdac0: | hdac0: + [DISABLED] <- nid=28 [audio selector] [DISABLED] hdac0: + <- nid=23 [pin: Mic (Fixed)] (selected) hdac0: + [DISABLED] <- nid=24 [pin: Other (None)] [DISABLED] hdac0: hdac0: nid: 31 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00040211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000005 hdac0: AC3 PCM hdac0: PCM cap: 0x000e05e0 hdac0: 16 20 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 32 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x00140311 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000005 hdac0: AC3 PCM hdac0: PCM cap: 0x000e0160 hdac0: 16 20 24 bits, 44 48 96 KHz hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=34 [pin: Other (None)] [DISABLED] hdac0: hdac0: nid: 33 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00400301 hdac0: DIGITAL STEREO hdac0: Pin cap: 0x00000010 hdac0: OUT hdac0: Pin config: 0x40f000f6 hdac0: Pin control: 0x00000000 hdac0: connections: 3 hdac0: | hdac0: + <- nid=31 [audio output] [DISABLED] (selected) hdac0: + <- nid=29 [audio selector] hdac0: + <- nid=30 [audio selector] hdac0: hdac0: nid: 34 [DISABLED] hdac0: Name: pin: Other (None) hdac0: Widget cap: 0x00430681 hdac0: PWR DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00010024 hdac0: PDC IN EAPD hdac0: Pin config: 0x40f000f7 hdac0: Pin control: 0x00000000 hdac0: EAPD: 0x00000002 hdac0: hdac0: nid: 35 hdac0: Name: beep widget hdac0: Widget cap: 0x0070000c hdac0: Association: -2 (0x00000000) hdac0: OSS: speaker (speaker) hdac0: Output amp: 0x00170303 hdac0: mute=0 step=3 size=23 offset=3 hdac0: hdac0: nid: 36 [DISABLED] hdac0: Name: volume widget hdac0: Widget cap: 0x00600000 hdac0: connections: 2 hdac0: | hdac0: + <- nid=16 [audio output] (selected) hdac0: + <- nid=17 [audio output] [DISABLED] hdac0: hdac0: nid: 37 [DISABLED] hdac0: Name: vendor widget hdac0: Widget cap: 0x00f00001 hdac0: STEREO hdac0: hdac0: Processing modem FG cad=1 nid=2... hdac0: pcm0: at cad 0 nid 1 on hdac0 pcm1: at cad 0 nid 1 on hdac0 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 06:05:40 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F0491065673 for ; Wed, 20 May 2009 06:05:40 +0000 (UTC) (envelope-from dpd@dpdtech.com) Received: from vx1.dpdtech.com (vx1.dpdtech.com [63.246.9.153]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB628FC1F for ; Wed, 20 May 2009 06:05:40 +0000 (UTC) (envelope-from dpd@dpdtech.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20080427b; d=dpdtech.com; h=Received:Message-Id:From:To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:Cc:X-Mailer:X-Exiscan; b=ENKiFEZPpgDO/J/6/qmYCkx0OMHIbcFzYaX+GncDQM/cTU2NgEGZOLgea5g0SqLPEIbGiOcNkGwRcKjLlgwZrB2ng8sOTVt/Wb2orJcr49m7xSmT/RwHQfHPJVMaLcmE; Received: from [173.8.158.134] (port=52742 helo=[192.168.2.125]) by vx1.dpdtech.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M6eeF-000AsV-FD; Wed, 20 May 2009 00:47:27 -0500 Message-Id: From: "David P. Discher" To: multimedia@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 19 May 2009 22:50:18 -0700 X-Mailer: Apple Mail (2.935.3) X-Exiscan: Passed Cc: ports@FreeBSD.org Subject: FreeBSD Port: mpeg4ip-libmp4v2-1.6.1 - getopt.c compile error with alt ${LOCALBASE} X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 06:05:40 -0000 For reasons that are required, I have LOCALBASE set to /home/opt. I'm trying to compile gnome2, kde4, and xorg. While I'm trying to build out of the box (up-to-date cvsup'ed ports tree) ... I get this error for mpeg4ip-libmp4v2-1.6.1: > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/home/opt/ > include -D_REENTRANT -Werror -Wall -Wcast-align -Wstrict-prototypes - > Wmissing-prototypes -O3 -fno-strict-aliasing -pipe -march=nocona - > DMPEG4IP -I/home/opt/include/SDL -I/home/opt/include -D_GNU_SOURCE=1 > -D_REENTRANT -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c > -fPIC -DPIC -o .libs/getopt.o > cc1: warnings being treated as errors > getopt.c: In function '_getopt_internal': > getopt.c:553: warning: passing argument 1 of 'exchange' discards > qualifiers from pointer target type > getopt.c:575: warning: passing argument 1 of 'exchange' discards > qualifiers from pointer target type > gmake: *** [getopt.lo] Error 1 > *** Error code 2 After consulting with a higher FreeBSD power, he suggested 'const poisoning'. I went ahead and backed off all the 'char *const*' in getopt.c to "char **" to a point where I get a conflict with unistd : > ../../include/mpeg4ip_getopt.h:132: error: declaration of C function > 'int getopt(int, char**, const char*)' conflicts with > /usr/include/unistd.h:380: error: previous declaration 'int > getopt(int, char* const*, const char*)' here > *** Error code 1 Thinking that using gnu getopt's would help fix this, as the config.log says that gnugetopt can't be found: > configure:24547: checking for getopt_long in -lgnugetopt > configure:24582: cc -o conftest -O3 -fno-strict-aliasing -pipe - > march=nocona -I/home/opt/include -L/home/opt/lib - > pthreadconftest.c -lgnugetopt >&5 > /usr/bin/ld: cannot find -lgnugetopt Of course, this is libgnugetopt is not in /home/opt/lib, and there is no longer a port of this. This is about as far as I could get ... so I'm looking for help and suggestions at this. Thanks ! ----------------------------------------------------------------------- David P. Discher * * C: 408.368.3725 * AIM: DavidDPD | Y!M: daviddpdz * H: 408.541.0159 ----------------------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 10:00:28 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFBC21065672 for ; Wed, 20 May 2009 10:00:28 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 444468FC13 for ; Wed, 20 May 2009 10:00:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 243319667; Wed, 20 May 2009 13:00:27 +0300 Message-ID: <4A13D4B7.30804@FreeBSD.org> Date: Wed, 20 May 2009 13:00:23 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Lars Hecking References: <1242778984.00114562.1242765603@10.7.7.3> In-Reply-To: <1242778984.00114562.1242765603@10.7.7.3> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_hda Sigmatel STAC9205X no sound in 7.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 10:00:29 -0000 Lars Hecking wrote: > I already posted some details here - sound stopped working with the > upgrade to 7.2. > > http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/197820.html > > hw.snd.verbose=4 did nothing for me except filling up all of dmesg with > > feed_root: (virtual) prepending 1880 bytes (count=1880 l=0 feed=1) Could you first try something trivial without esd and pulseaudio? Just like mpg123 or just cat to dsp device? > but below is the relevant output of a verbose boot. > > I don?t understand how the dsp devices work, either. This output makes > little or no sense to me. > > # ll /dev/dsp* > crw-rw-rw- 1 root wheel 0, 117 May 19 20:39 /dev/dsp0.0 > crw-rw-rw- 1 root wheel 0, 119 May 19 20:39 /dev/dsp0.1 > crw-rw-rw- 1 root wheel 0, 120 May 19 20:43 /dev/dsp0.2 > crw-rw-rw- 1 root wheel 0, 121 May 19 20:39 /dev/dsp0.3 > crw-rw-rw- 1 root wheel 0, 122 May 19 20:43 /dev/dsp0.4 > crw-rw-rw- 1 root wheel 0, 118 May 19 20:39 /dev/dsp1.0 > # ll /dev/dsp0 > crw-rw-rw- 1 root wheel 0, 120 May 19 20:53 /dev/dsp0 > # It means nothing. These devices are virtual and created on demand. > hdac0: Processing modem FG cad=1 nid=2... > hdac0: > pcm0: at cad 0 nid 1 on hdac0 > pcm1: at cad 0 nid 1 on hdac0 Post pcm verbose messages also. They are also important. Also make sure that you are looking for sound in right place. Check all your connectors and read new snd_hda man page. -- Alexander Motin From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 11:08:22 2009 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7011065677 for ; Wed, 20 May 2009 11:08:22 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from ns1.cypress.com (ns1.cypress.com [157.95.67.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8968FC15 for ; Wed, 20 May 2009 11:08:21 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from corpmail.cypress.com (corpmail [157.95.1.2]) by ns1.cypress.com (8.12.10/8.12.10) with ESMTP id n4KB8Lb7027319 for ; Wed, 20 May 2009 04:08:21 -0700 (PDT) Received: from cork.irdesign.cypress.com (cork.irdesign.cypress.com [157.95.24.1]) by corpmail.cypress.com (8.12.10/8.12.10) with ESMTP id n4KB8DwX016544 for ; Wed, 20 May 2009 04:08:14 -0700 (PDT) Received: from cork.irdesign.cypress.com (localhost [127.0.0.1]) by cork.irdesign.cypress.com (Postfix) with ESMTP id B5FC14E382 for ; Wed, 20 May 2009 12:08:12 +0100 (IST) Received: by cork.irdesign.cypress.com (Postfix, from userid 0) id B51924E37A; Wed, 20 May 2009 12:08:01 +0100 (IST) From: Lars Hecking To: freebsd-multimedia@FreeBSD.org References: <1242778984.00114562.1242765603@10.7.7.3> <4A13D4B7.30804@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4A13D4B7.30804@FreeBSD.org> X-Mutt-References: <4A13D4B7.30804@FreeBSD.org> Message-Id: <20090520110801.B51924E37A@cork.irdesign.cypress.com> Date: Wed, 20 May 2009 12:08:01 +0100 (IST) Cc: Subject: Re: snd_hda Sigmatel STAC9205X no sound in 7.2 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 11:08:22 -0000 Alexander Motin writes: [...] > It means nothing. These devices are virtual and created on demand. ACK. >> hdac0: Processing modem FG cad=1 nid=2... >> hdac0: pcm0: at cad 0 nid 1 on >> hdac0 >> pcm1: at cad 0 nid 1 on hdac0 > > Post pcm verbose messages also. They are also important. > > Also make sure that you are looking for sound in right place. Check all > your connectors and read new snd_hda man page. Alexander, last night I replaced the sys/dev/sound/pci/hda files with their equivalents from 7.1 (RELENG_7_1_0_RELEASE), recompiled the kernel, and now sound is working again. I think I need to file a bug report. Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 12:10:01 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70D211065AB5; Wed, 20 May 2009 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC6D8FC08; Wed, 20 May 2009 12:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KCA1QC043804; Wed, 20 May 2009 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KCA1Ck043803; Wed, 20 May 2009 12:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 20 May 2009 12:10:01 GMT Resent-Message-Id: <200905201210.n4KCA1Ck043803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@freebsd.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: multimedia@freebsd.org, ed@freebsd.org Resent-Reply-To: FreeBSD-gnats-submit@freebsd.org, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F06910656B2 for ; Wed, 20 May 2009 12:01:15 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 43E7C8FC13 for ; Wed, 20 May 2009 12:01:15 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256) id 1M6kTy-000MsV-4q for FreeBSD-gnats-submit@freebsd.org; Wed, 20 May 2009 16:01:14 +0400 Message-Id: <20090520120114.140F7DA81E@void.codelabs.ru> Date: Wed, 20 May 2009 16:01:14 +0400 (MSD) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: multimedia@freebsd.org, ed@freebsd.org Cc: Subject: ports/134751: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:10:12 -0000 >Number: 134751 >Category: ports >Synopsis: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 20 12:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.2-STABLE amd64 >Organization: Code Labs >Environment: System: FreeBSD 7.2-STABLE amd64 >Description: Tobias Klein found heap overflow in the VOC parser of libsndfile: [1], [2]. Libsndfile developers reported on the fixed heap overflow in the AIFF parser: [2]. >How-To-Repeat: [1] http://www.trapkit.de/advisories/TKADV2009-006.txt [2] http://www.mega-nerd.com/erikd/Blog/CodeHacking/libsndfile/rel_20.html >Fix: The following patch updates the port to 1.0.20. I had verified that port builds fine and resulted sndfile-convert works fine. --- upgrade-to-1.0.20.diff begins here --- >From 0c044a85a2c0b69236015e0deaef3b7e5eca3e9a Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Wed, 20 May 2009 15:54:21 +0400 ...and fix VOC and AIFF parsers heap overflows. Signed-off-by: Eygene Ryabinkin --- audio/libsndfile/Makefile | 4 ++-- audio/libsndfile/distinfo | 6 +++--- audio/libsndfile/pkg-plist | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index bfb6ae8..8f64c1e 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsndfile -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/ @@ -43,7 +43,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README TODO +.for file in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor ${TAR} -C ${WRKSRC}/doc --exclude "*Makefile*" --exclude "*.in" \ diff --git a/audio/libsndfile/distinfo b/audio/libsndfile/distinfo index 5e9e5a5..63e5c5e 100644 --- a/audio/libsndfile/distinfo +++ b/audio/libsndfile/distinfo @@ -1,3 +1,3 @@ -MD5 (libsndfile-1.0.19.tar.gz) = 8fa24b0c0a8758543427c9741ea06924 -SHA256 (libsndfile-1.0.19.tar.gz) = 4b567a02e15bcae25fa1aeb3361b4e2cb8b2ce08e9b53faa81f77a34fb2b5419 -SIZE (libsndfile-1.0.19.tar.gz) = 924368 +MD5 (libsndfile-1.0.20.tar.gz) = e0553e12c7a467af44693e95e2eac668 +SHA256 (libsndfile-1.0.20.tar.gz) = 7517eb966579f8814b5efe307cb919c5b4e7b5c6729209ba1da95f31e8368dc7 +SIZE (libsndfile-1.0.20.tar.gz) = 927422 diff --git a/audio/libsndfile/pkg-plist b/audio/libsndfile/pkg-plist index 8c0270a..e8d63f3 100644 --- a/audio/libsndfile/pkg-plist +++ b/audio/libsndfile/pkg-plist @@ -18,7 +18,6 @@ libdata/pkgconfig/sndfile.pc %%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/command.html -- 1.6.3.1 --- upgrade-to-1.0.20.diff ends here --- The following VuXML entry should be evaluated and added: --- vuln.xml begins here --- libsndfile -- heap overflows in VOC and AIFF parsers 1.0.20

Tobias Klein reports:

libsndfile contains a heap buffer overflow vulnerability while parsing malformed VOC (Creative Voice) media files. The vulnerability may be exploited by a (remote) attacker to execute arbitrary code in the context of an application using the libsndfile library.

Additionally, libsndfile developers report on the unspecified buffer overflow in the AIFF parser.

34978 http://secunia.com/advisories/35076/ http://www.trapkit.de/advisories/TKADV2009-006.txt http://www.mega-nerd.com/erikd/Blog/CodeHacking/libsndfile/rel_20.html 2009-05-20 TODAY
--- vuln.xml ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 12:10:36 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CEA71065694; Wed, 20 May 2009 12:10:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E08E8FC23; Wed, 20 May 2009 12:10:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KCAaW7047236; Wed, 20 May 2009 12:10:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KCAank047232; Wed, 20 May 2009 12:10:36 GMT (envelope-from edwin) Date: Wed, 20 May 2009 12:10:36 GMT Message-Id: <200905201210.n4KCAank047232@freefall.freebsd.org> To: multimedia@freebsd.org, ed@freebsd.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/134751: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:10:40 -0000 Synopsis: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 20 12:10:35 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134751 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 12:10:36 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CEA71065694; Wed, 20 May 2009 12:10:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E08E8FC23; Wed, 20 May 2009 12:10:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KCAaW7047236; Wed, 20 May 2009 12:10:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KCAank047232; Wed, 20 May 2009 12:10:36 GMT (envelope-from edwin) Date: Wed, 20 May 2009 12:10:36 GMT Message-Id: <200905201210.n4KCAank047232@freefall.freebsd.org> To: multimedia@freebsd.org, ed@freebsd.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/134751: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:10:40 -0000 Synopsis: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 20 12:10:35 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134751 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 12:36:00 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACDBB1065675; Wed, 20 May 2009 12:36:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 805AC8FC12; Wed, 20 May 2009 12:36:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KCa0sZ086183; Wed, 20 May 2009 12:36:00 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KCa03r086179; Wed, 20 May 2009 12:36:00 GMT (envelope-from miwi) Date: Wed, 20 May 2009 12:36:00 GMT Message-Id: <200905201236.n4KCa03r086179@freefall.freebsd.org> To: multimedia@freebsd.org, ed@freebsd.org, miwi@FreeBSD.org, freebsd-multimedia@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/134751: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:36:01 -0000 Synopsis: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows Responsible-Changed-From-To: freebsd-multimedia->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed May 20 12:36:00 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=134751 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 20 12:36:00 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACDBB1065675; Wed, 20 May 2009 12:36:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 805AC8FC12; Wed, 20 May 2009 12:36:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KCa0sZ086183; Wed, 20 May 2009 12:36:00 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4KCa03r086179; Wed, 20 May 2009 12:36:00 GMT (envelope-from miwi) Date: Wed, 20 May 2009 12:36:00 GMT Message-Id: <200905201236.n4KCa03r086179@freefall.freebsd.org> To: multimedia@freebsd.org, ed@freebsd.org, miwi@FreeBSD.org, freebsd-multimedia@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/134751: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 12:36:01 -0000 Synopsis: [patch][vuxml] audio/libsndfile: upgrade to 1.0.20 and fix VOC/AIFF parsers overflows Responsible-Changed-From-To: freebsd-multimedia->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed May 20 12:36:00 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=134751 From owner-freebsd-multimedia@FreeBSD.ORG Thu May 21 04:31:20 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE3291065677; Thu, 21 May 2009 04:31:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A37FB8FC13; Thu, 21 May 2009 04:31:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4L4VKHE063210; Thu, 21 May 2009 04:31:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4L4VKCG063206; Thu, 21 May 2009 04:31:20 GMT (envelope-from linimon) Date: Thu, 21 May 2009 04:31:20 GMT Message-Id: <200905210431.n4L4VKCG063206@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/134767: [snd_hda] Sigmatel STAC9205X no sound under RELENG_7_2_0_RELEASE [regression] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 04:31:21 -0000 Synopsis: [snd_hda] Sigmatel STAC9205X no sound under RELENG_7_2_0_RELEASE [regression] Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Thu May 21 04:31:09 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=134767 From owner-freebsd-multimedia@FreeBSD.ORG Fri May 22 17:37:17 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A81971065670 for ; Fri, 22 May 2009 17:37:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6BE8FC13 for ; Fri, 22 May 2009 17:37:16 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=FzsZkY0ynz0A:10 a=TvmZgIzLh5IA:10 a=o-ZmO1pRAAAA:8 a=6I5d2MoRAAAA:8 a=-2MQ_Mch0MaJ3QxL58oA:9 a=ZrHuOEYrBYnJ6XciDMCPbHkBkKIA:4 Received: from [193.217.167.6] (account mc467741@c2i.net HELO [10.0.0.64]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1249967887; Fri, 22 May 2009 18:37:14 +0200 From: Hans Petter Selasky To: MIHIRA Sanpei Yoshiro , freebsd-multimedia@freebsd.org Date: Fri, 22 May 2009 18:41:12 +0200 User-Agent: KMail/1.9.7 References: <200905221438.12911.hselasky@c2i.net> <200905221527.58395.hselasky@c2i.net> <20090523.001201.52222678.sanpei@sanpei.org> In-Reply-To: <20090523.001201.52222678.sanpei@sanpei.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221841.13930.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB sound driver status was diffrent from 8-current and 7.2-RELEASE X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 17:37:18 -0000 On Friday 22 May 2009, MIHIRA Sanpei Yoshiro wrote: > >On Friday 22 May 2009, MIHIRA Sanpei Yoshiro wrote: > >> http://www3.sanpei.org/~sanpei/tmp/uaudio-8-current > > > >Could you send me output from: > > > >usbconfig -u X -a Y dump_curr_config_desc > > > >Number X and Y are the numbers after ugen for your Audio device. > > I got it. > http://www3.sanpei.org/~sanpei/tmp/dump_curr_config_desc_ABC-sound-card > Hi, Your audio device has a missing stereo mode description. I presents 8 channels, but BSD only supports 2 channels. Try this patch: http://perforce.freebsd.org/chv.cgi?CH=162516 --HPS