From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 18:20:00 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A29E9F3 for ; Sun, 16 Dec 2012 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 696898FC20 for ; Sun, 16 Dec 2012 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBGIK03J065589 for ; Sun, 16 Dec 2012 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBGIK0QG065588; Sun, 16 Dec 2012 18:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 16 Dec 2012 18:20:00 GMT Resent-Message-Id: <201212161820.qBGIK0QG065588@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD740C57 for ; Sun, 16 Dec 2012 18:11:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B42EC8FC0A for ; Sun, 16 Dec 2012 18:11:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBGIBmmE014626 for ; Sun, 16 Dec 2012 18:11:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBGIBmK1014619; Sun, 16 Dec 2012 18:11:48 GMT (envelope-from nobody) Message-Id: <201212161811.qBGIBmK1014619@red.freebsd.org> Date: Sun, 16 Dec 2012 18:11:48 GMT From: Bill To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/174487: port mail/notmuch fails to build during portupgrade X-Mailman-Approved-At: Sun, 16 Dec 2012 23:03:33 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 18:20:00 -0000 >Number: 174487 >Category: amd64 >Synopsis: port mail/notmuch fails to build during portupgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 16 18:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bill >Release: 8.3-RELEASE-p3 >Organization: >Environment: FreeBSD sagan.sf.xinu.tv 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ===> Configuring for notmuch-0.14 Welcome to Notmuch, a system for indexing, searching and tagging your email. We hope that the process of building and installing notmuch is quick and smooth so that you can soon be reading and processing your email more efficiently than ever. If anything goes wrong in the configure process, you can override any decisions it makes by manually editing the Makefile.config file that it creates. Also please do as much as you can to figure out what could be different on your machine compared to those of the notmuch developers. Then, please email those details to the Notmuch list (notmuch@notmuchmail.org) so that we can hopefully make future versions of notmuch easier for you to use. We'll now investigate your system to verify that all required dependencies are available: Checking for Xapian development files... Yes (1.2.12). Checking for GMime development files... Yes (gmime-2.4 ). Checking for Glib development files (>= 2.22)... Yes. Checking for talloc development files... Yes. Checking for valgrind development files... No (but that's fine). Checking if emacs is available... emacs: not found No (so will not byte-compile emacs code) Checking which platform we are on... Unknown. *** Warning: Unknown platform. Notmuch might or might not build correctly. Checking for getline... Yes. Checking for strcasestr... Yes. Checking for rpath support... Yes. Checking for -Wl,--as-needed... Yes. Checking for available C++ compiler warning flags... -Wall -Wextra -Wwrite-strings -Wswitch-enum Checking for available C compiler warning flags... -Wall -Wextra -Wwrite-strings -Wswitch-enum -Wmissing-declarations All required packages were found. You may now run the following commands to compile and install notmuch: make sudo make install ===> Building for notmuch-0.14 Use "gmake V=1" to see the verbose compile lines. CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing command-line-arguments.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing debugger.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing gmime-filter-reply.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing gmime-filter-headers.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing hooks.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch-config.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch-count.o notmuch-count.c: In function 'notmuch_count_command': notmuch-count.c:70: error: too many arguments to function 'notmuch_database_open' notmuch-count.c:96: warning: implicit declaration of function 'notmuch_query_add_tag_exclude' notmuch-count.c:109: warning: implicit declaration of function 'notmuch_database_destroy' gmake: *** [notmuch-count.o] Error 1 *** Error code 1 Stop in /usr/ports/mail/notmuch. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20121216-888-ff3wih-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=notmuch-0.11_1 UPGRADE_PORT_VER=0.11_1 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! mail/notmuch (notmuch-0.11_1) (compiler error) >How-To-Repeat: I had notmuch-0.11_1 installed and saw this error doing a portupgrade >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 23:43:57 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5624748E for ; Sun, 16 Dec 2012 23:43:57 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0AEEC8FC0A for ; Sun, 16 Dec 2012 23:43:56 +0000 (UTC) Received: by mail-gg0-f182.google.com with SMTP id e5so1022368ggh.13 for ; Sun, 16 Dec 2012 15:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=tMOr8O03tg4UTvHeINrLu3QCrarJ99Zpb7ZM3I94uq0=; b=BVQ49HtHDOd8qLNEfyaazMpxMFgDV37giJkKqYvTgtvGPLElxccJH/2p+5GOzzjVdX JI2kUrqp8VnFb4GYU1DFllt5mA7XGlpLOiCx79sN/P9kigr7Fyb/u2FTXaEWYwLLncVc ir4YzLZkoxGqlsGBw/zcAA1VYhtYXSFQOncn/uVGyfcisNc05bay0Y7A60Ptv1UQw8L0 i4bkAhrrCb9/dP2fp7VQxdEEOO1ocXwC3xjFv5Y/WxPOKlTxaXLeZnsDu/6fSQa12/Qw vOdS5weR1IvvLyUzK8COQFzWzdEkj06SCBmhg/cZCoyUcV9Q0Wkrq+9VfYf43eY2+HOx f05A== Received: by 10.100.76.20 with SMTP id y20mr3413885ana.75.1355701430674; Sun, 16 Dec 2012 15:43:50 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id h37sm10324683anm.10.2012.12.16.15.43.49 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 15:43:49 -0800 (PST) Message-ID: <50CE5CB3.7010906@gmail.com> Date: Sun, 16 Dec 2012 17:43:47 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "amd64 @ FreeBSD" Subject: Kernel Compile Fail Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 23:43:57 -0000 I started my kernel compile with my custom settings[0] but it's failing at one point[1] and while I think I know why, I'd like a second opinion. [0]: http://codepad.org/EZTCVMZC [1]: http://codepad.org/58GFHGnE -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 23:56:02 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5604C947; Sun, 16 Dec 2012 23:56:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20E518FC12; Sun, 16 Dec 2012 23:56:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBGNu1GM077035; Sun, 16 Dec 2012 23:56:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBGNu18Y077031; Sun, 16 Dec 2012 23:56:01 GMT (envelope-from linimon) Date: Sun, 16 Dec 2012 23:56:01 GMT Message-Id: <201212162356.qBGNu18Y077031@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/174487: mail/notmuch fails to build during portupgrade X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 23:56:02 -0000 Old Synopsis: port mail/notmuch fails to build during portupgrade New Synopsis: mail/notmuch fails to build during portupgrade Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 16 23:55:47 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=174487 From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 23:57:32 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17B43A06 for ; Sun, 16 Dec 2012 23:57:32 +0000 (UTC) (envelope-from prvs=16977d5a84=killing@multiplay.co.uk) Received: from mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) by mx1.freebsd.org (Postfix) with ESMTP id 99B518FC0C for ; Sun, 16 Dec 2012 23:57:31 +0000 (UTC) Received: from r2d2 ([188.220.16.49]) by mail1.multiplay.co.uk (mail1.multiplay.co.uk [85.236.96.23]) (MDaemon PRO v10.0.4) with ESMTP id md50001378037.msg for ; Sun, 16 Dec 2012 23:57:22 +0000 X-Spam-Processed: mail1.multiplay.co.uk, Sun, 16 Dec 2012 23:57:22 +0000 (not processed: message from valid local sender) X-MDRemoteIP: 188.220.16.49 X-Return-Path: prvs=16977d5a84=killing@multiplay.co.uk X-Envelope-From: killing@multiplay.co.uk X-MDaemon-Deliver-To: freebsd-amd64@freebsd.org Message-ID: From: "Steven Hartland" To: "Joseph A. Nagy, Jr" , "amd64 @ FreeBSD" References: <50CE5CB3.7010906@gmail.com> Subject: Re: Kernel Compile Fail Date: Sun, 16 Dec 2012 23:57:21 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 23:57:32 -0000 I would always recommend creating a custom kernel which is based on an include of GENERIC, then add / remove devices to your choices. This way your more likely to avoid issues and its very clear what you've changed from the default. In addition this way makes it easier to upgrade your custom kernel through OS versions as you'll always pickup the new "defaults" from GENERIC. Hope this helps. Regards Steve ----- Original Message ----- From: "Joseph A. Nagy, Jr" To: "amd64 @ FreeBSD" Sent: Sunday, December 16, 2012 11:43 PM Subject: Kernel Compile Fail >I started my kernel compile with my custom settings[0] but it's failing > at one point[1] and while I think I know why, I'd like a second opinion. > > [0]: http://codepad.org/EZTCVMZC > [1]: http://codepad.org/58GFHGnE > -- > Yours in Christ, > > Joseph A Nagy Jr > "Whoever loves instruction loves knowledge, But he who hates correction > is stupid." -- Proverbs 12:1 > Emails are not formal business letters, whatever businesses may want. > Original content CopyFree (F) under the OWL http://owl.apotheon.org > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 23:59:32 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A301BC21 for ; Sun, 16 Dec 2012 23:59:32 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 546558FC0A for ; Sun, 16 Dec 2012 23:59:32 +0000 (UTC) Received: by mail-gg0-f182.google.com with SMTP id e5so1023589ggh.13 for ; Sun, 16 Dec 2012 15:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hPsK9DJp5hufuasobnQT1bf+bGDJglY1LJuC5blyIQQ=; b=h9WNdWqCnwhSTShyrncVN0LPaz9aK59M4x5O53nbm+bqusZOj05nxzVRjcGRUhAErk FiU7yl0UOpweRRuX6v2JBroS/ZKR6h9nCLzo/vM8meifpeEOCOrgPGNlMMEI/oh2Npf3 8jf51b0BZ7lw3LL47jcg82cTZjRFCwdVTcFZt2mjln/VyfRWq89dBC3Wb1EZebykJ3cn tuXXl+qcLrehn7EXHYvoZZgHEjktG/eBSdEHyaRUOIrtDJWx1m4PiywPo436DYHopJas 9GmQvIodWDq7fiHCNyrPbQbtSO9iM5bH8ikKh8N0bSXIkSMB70P/0QakIvcBO0CxDoCq U9Ig== Received: by 10.101.41.8 with SMTP id t8mr3505169anj.35.1355702371692; Sun, 16 Dec 2012 15:59:31 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id o66sm11556491yhi.19.2012.12.16.15.59.30 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 15:59:30 -0800 (PST) Message-ID: <50CE6060.4080704@gmail.com> Date: Sun, 16 Dec 2012 17:59:28 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "amd64 @ FreeBSD" Subject: Re: Kernel Compile Fail References: <50CE5CB3.7010906@gmail.com> <3bbc5a2fe0c46f0253ec99f2e26d7b36.authenticated@ultimatedns.net> In-Reply-To: <3bbc5a2fe0c46f0253ec99f2e26d7b36.authenticated@ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 23:59:32 -0000 On 12/16/12 17:52, chrish@UltimateDNS.NET wrote: >> I started my kernel compile with my custom settings[0] but it's failing >> at one point[1] and while I think I know why, I'd like a second opinion. >> >> [0]: http://codepad.org/EZTCVMZC >> [1]: http://codepad.org/58GFHGnE > > Greetings, > It would probably be more helpful to others to assist, if you at least > mentioned your "target" install -- laptop, ACTUAL CPU, etc. I notice > some of the options you include, are typically targeted to laptops, > which leads me to believe this is a laptop. But no way to be sure. > > Best wishes. > > --Chris Sorry, didn't think that mattered. Toshiba Satellite L455D AMD Sempron(tm) SI-42 (2099.25-MHz K8-class CPU) If you need my pciconf -v, you can find it here: http://pastebin.com/C1Rundaq -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 00:17:52 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EC29465 for ; Mon, 17 Dec 2012 00:17:52 +0000 (UTC) (envelope-from fbsdmail@dnswatch.com) Received: from udns.ultimateDNS.NET (24-113-197-124.wavecable.com [24.113.197.124]) by mx1.freebsd.org (Postfix) with ESMTP id 139EC8FC0A for ; Mon, 17 Dec 2012 00:17:51 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id qBH0Hmml026150; Sun, 16 Dec 2012 16:17:54 -0800 (PST) (envelope-from fbsdmail@dnswatch.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBH0Hgf2026144; Sun, 16 Dec 2012 16:17:42 -0800 (PST) (envelope-from fbsdmail@dnswatch.com) Received: from udns.ultimatedns.net ([24.113.197.124]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Sun, 16 Dec 2012 16:17:42 -0800 (PST) Message-ID: <8cf9cf1fd2e5341360250ea5738e21af.authenticated@ultimatedns.net> In-Reply-To: <50CE6060.4080704@gmail.com> References: <50CE5CB3.7010906@gmail.com> <3bbc5a2fe0c46f0253ec99f2e26d7b36.authenticated@ultimatedns.net> <50CE6060.4080704@gmail.com> Date: Sun, 16 Dec 2012 16:17:42 -0800 (PST) Subject: Re: Kernel Compile Fail From: "freebsd-net" To: "Joseph A. Nagy, Jr" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "amd64 @ FreeBSD" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 00:17:52 -0000 > On 12/16/12 17:52, chrish@UltimateDNS.NET wrote: >>> I started my kernel compile with my custom settings[0] but it's failing >>> at one point[1] and while I think I know why, I'd like a second opinion. >>> >>> [0]: http://codepad.org/EZTCVMZC >>> [1]: http://codepad.org/58GFHGnE >> >> Greetings, >> It would probably be more helpful to others to assist, if you at least >> mentioned your "target" install -- laptop, ACTUAL CPU, etc. I notice >> some of the options you include, are typically targeted to laptops, >> which leads me to believe this is a laptop. But no way to be sure. >> >> Best wishes. >> >> --Chris > > Sorry, didn't think that mattered. Different CPU's, have different "features"/options. Which means, some options will work with some CPU's, while others will not. Some exist in some, but not in others. That's why there's an AMD64 section, and an i386 section, for example. :) HTH Best wishes. --Chris > > Toshiba Satellite L455D > AMD Sempron(tm) SI-42 (2099.25-MHz K8-class CPU) > > If you need my pciconf -v, you can find it here: > > http://pastebin.com/C1Rundaq > > -- > Yours in Christ, > > Joseph A Nagy Jr > "Whoever loves instruction loves knowledge, But he who hates correction > is stupid." -- Proverbs 12:1 > Emails are not formal business letters, whatever businesses may want. > Original content CopyFree (F) under the OWL http://owl.apotheon.org > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 23:52:55 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B6567FC for ; Sun, 16 Dec 2012 23:52:55 +0000 (UTC) (envelope-from chrish@UltimateDNS.NET) Received: from udns.ultimateDNS.NET (24-113-197-124.wavecable.com [24.113.197.124]) by mx1.freebsd.org (Postfix) with ESMTP id 4C08C8FC0C for ; Sun, 16 Dec 2012 23:52:54 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id qBGNqpTi024924; Sun, 16 Dec 2012 15:52:57 -0800 (PST) (envelope-from chrish@UltimateDNS.NET) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBGNqkco024921; Sun, 16 Dec 2012 15:52:46 -0800 (PST) (envelope-from chrish@UltimateDNS.NET) Received: from udns.ultimatedns.net ([24.113.197.124]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Sun, 16 Dec 2012 15:52:46 -0800 (PST) Message-ID: <3bbc5a2fe0c46f0253ec99f2e26d7b36.authenticated@ultimatedns.net> In-Reply-To: <50CE5CB3.7010906@gmail.com> References: <50CE5CB3.7010906@gmail.com> Date: Sun, 16 Dec 2012 15:52:46 -0800 (PST) Subject: Re: Kernel Compile Fail From: chrish@UltimateDNS.NET To: "Joseph A. Nagy, Jr" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Mon, 17 Dec 2012 02:12:43 +0000 Cc: "amd64 @ FreeBSD" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 23:52:55 -0000 > I started my kernel compile with my custom settings[0] but it's failing > at one point[1] and while I think I know why, I'd like a second opinion. > > [0]: http://codepad.org/EZTCVMZC > [1]: http://codepad.org/58GFHGnE Greetings, It would probably be more helpful to others to assist, if you at least mentioned your "target" install -- laptop, ACTUAL CPU, etc. I notice some of the options you include, are typically targeted to laptops, which leads me to believe this is a laptop. But no way to be sure. Best wishes. --Chris > -- > Yours in Christ, > > Joseph A Nagy Jr > "Whoever loves instruction loves knowledge, But he who hates correction > is stupid." -- Proverbs 12:1 > Emails are not formal business letters, whatever businesses may want. > Original content CopyFree (F) under the OWL http://owl.apotheon.org > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 04:18:42 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0FFE444 for ; Mon, 17 Dec 2012 04:18:42 +0000 (UTC) (envelope-from peter@wemm.org) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7198FC16 for ; Mon, 17 Dec 2012 04:18:42 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so6591944vba.13 for ; Sun, 16 Dec 2012 20:18:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fYrrMXptGWgTmhtUuymHSStF/FAlYQtz2Hx8gQ1b1ww=; b=pzlSOjhZl3xG/skVHGCEWo6boZ015gTe+MxBqTdWg7q13c+ntZHMOUeywxhVvoZLBg C1nZ6cvqRIHulaYiD3Y8/c8nVZp//NtTZS5BikMm888mL4ZcOu8zVwj9Lbl8g9liB4Iy 0wCcdIIGkoQo7qLP614m9h52K8JZ4WdegBSSk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=fYrrMXptGWgTmhtUuymHSStF/FAlYQtz2Hx8gQ1b1ww=; b=BvKUONbXWVU8CQk1fHyFOoNqMBrNhj73BgUJ7D1Kw05i2RtFctE7SVgS1p2u6rOdBP 9QuBaQlgsQbOzqjFAareTM/8sZb2giEpIxoeq2nnEBr1hrVpKajBF2WLmsjeEClha+DU WYMP8eONkLd6pR3zytAaGxA6HBOeDDbnp1RGmOkLImvQ06gxwM4ZtE5kvXDU26NiM/0O P6a+OEsPiTu2uaFWhINO3ZItf2on5IihZDDSMj1O/akKBWf4pHGz+q7Pb+VrbqBvFE02 8MDs5MYNk8J5mz6KrE30pFWVmbo4L1dJ99CJZTjDcw+aLXkC/YpkNulKfo4uJhtFC70/ /Yog== MIME-Version: 1.0 Received: by 10.220.107.74 with SMTP id a10mr21074000vcp.20.1355717921767; Sun, 16 Dec 2012 20:18:41 -0800 (PST) Received: by 10.220.38.71 with HTTP; Sun, 16 Dec 2012 20:18:41 -0800 (PST) In-Reply-To: <50CE5CB3.7010906@gmail.com> References: <50CE5CB3.7010906@gmail.com> Date: Sun, 16 Dec 2012 20:18:41 -0800 Message-ID: Subject: Re: Kernel Compile Fail From: Peter Wemm To: "Joseph A. Nagy, Jr" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkb7k93Sf9N/PBKdQ1/XrIZfFMadetLLFz54nYxUUWOPyrdMI+XzKSa23AO7SJm1TuDGqXS Cc: "amd64 @ FreeBSD" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 04:18:42 -0000 On Sun, Dec 16, 2012 at 3:43 PM, Joseph A. Nagy, Jr wrote: > I started my kernel compile with my custom settings[0] but it's failing at > one point[1] and while I think I know why, I'd like a second opinion. > > [0]: http://codepad.org/EZTCVMZC > [1]: http://codepad.org/58GFHGnE You are missing the following entries: device scbus # SCSI bus (required for ATA/SCSI) device da # Direct Access (disks) device cd # CD device pass # Passthrough device (direct ATA/SCSI access) ATA is now a cam/scbus/etc consumer and you took those out. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 04:20:45 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F89B4E4 for ; Mon, 17 Dec 2012 04:20:45 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f45.google.com (mail-yh0-f45.google.com [209.85.213.45]) by mx1.freebsd.org (Postfix) with ESMTP id E55808FC0A for ; Mon, 17 Dec 2012 04:20:44 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id p34so1088481yhp.18 for ; Sun, 16 Dec 2012 20:20:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hIdfeLi3lBUMAd6TXjVM/TVYv2b4vzw1iSfOUEUCXFw=; b=a9YdCoc9/IT9z8GE1bMY3dKkDUl+seKnXlLtQ8JNDD49G7m3OfHef4o5WXomJeu5lX Ouisvp846X5jlikdEONJ0g6hVATjfBhkYDDIuio+9K9FBaM/6ia3D1FaOOtpWfP8JB0i uRn97ByBz1gti6nzR+xePuf32LW40V82jv6Ldp4fu3mOrsO0xI4QSBiAtSc/zhAgdXkR tlXFSJ6Uv5kjwwJ0wuTCPLki3i/pTgYKlWHQ+1geMWmhcJENRnL+sUg/L+wpitkQ+/O/ NS/BBik+eOj4DSR2BbHEFSW6CCnqHNfUgNv8NHuRR/vJi1/y7QBpjUi0Cx1w7ijhErjl j+nQ== Received: by 10.236.123.202 with SMTP id v50mr1263591yhh.29.1355718038312; Sun, 16 Dec 2012 20:20:38 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id s30sm12083307yhl.21.2012.12.16.20.20.36 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 20:20:37 -0800 (PST) Message-ID: <50CE9D93.3010103@gmail.com> Date: Sun, 16 Dec 2012 22:20:35 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "amd64 @ FreeBSD" Subject: Re: Kernel Compile Fail References: <50CE5CB3.7010906@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 04:20:45 -0000 On 12/16/12 22:18, Peter Wemm wrote: > On Sun, Dec 16, 2012 at 3:43 PM, Joseph A. Nagy, Jr > wrote: >> I started my kernel compile with my custom settings[0] but it's failing at >> one point[1] and while I think I know why, I'd like a second opinion. >> >> [0]: http://codepad.org/EZTCVMZC >> [1]: http://codepad.org/58GFHGnE > > You are missing the following entries: > device scbus # SCSI bus (required for ATA/SCSI) > device da # Direct Access (disks) > device cd # CD > device pass # Passthrough device (direct ATA/SCSI access) > > ATA is now a cam/scbus/etc consumer and you took those out. > doh! I didn't even notice that. ): That's what I get for mass-removing the SCSI/RAID section. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 05:12:42 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32A1BBE5 for ; Mon, 17 Dec 2012 05:12:42 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id B37DD8FC0A for ; Mon, 17 Dec 2012 05:12:41 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id dr1so1448583wgb.1 for ; Sun, 16 Dec 2012 21:12:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=aXtghQC4NZUY+bXOxqZWZmJuDUYuOUmjvivHXCSwZfk=; b=aWxTu4f/TuFQoznEZFotFV+TX8+KZpCn4pflromlTper0bhMrPSfxHFWYwXbyvJzib M4CKVbNWsAyrLXoipU3HONMlDI64yXr8v9zFvO30iAU9hskQsiF10xHX/c2J2dRBZMPc FQUmz5zz9Zd8GYA67gZJEpUW9b6ByGmx0VYkJ8DzTatNIwa1C6M8PXG7Bcx0Hq00TrJK s5MQjmnelanbholZOgSIsA/YqPD2x5DaHHuZmNJ4lhR03rS4ocaCLD8RSS3FWGb9k1N1 4zqyJkkizEibuebff5V575Gy6nDiHD7kxOLw41OS20pfs4DicIFvBI/E0OumYpIoGAB/ Ed2A== MIME-Version: 1.0 Received: by 10.194.238.5 with SMTP id vg5mr14633675wjc.40.1355721160370; Sun, 16 Dec 2012 21:12:40 -0800 (PST) Sender: jim.harris@gmail.com Received: by 10.217.57.4 with HTTP; Sun, 16 Dec 2012 21:12:40 -0800 (PST) In-Reply-To: References: <50CE5CB3.7010906@gmail.com> Date: Sun, 16 Dec 2012 22:12:40 -0700 X-Google-Sender-Auth: mRlsmsoRvBxfxMLyWDFpXf8LUSA Message-ID: Subject: Re: Kernel Compile Fail From: Jim Harris To: Peter Wemm Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "amd64 @ FreeBSD" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 05:12:42 -0000 On Sun, Dec 16, 2012 at 9:18 PM, Peter Wemm wrote: > On Sun, Dec 16, 2012 at 3:43 PM, Joseph A. Nagy, Jr > wrote: > > I started my kernel compile with my custom settings[0] but it's failing > at > > one point[1] and while I think I know why, I'd like a second opinion. > > > > [0]: http://codepad.org/EZTCVMZC > > [1]: http://codepad.org/58GFHGnE > > You are missing the following entries: > device scbus # SCSI bus (required for ATA/SCSI) > device da # Direct Access (disks) > device cd # CD > device pass # Passthrough device (direct ATA/SCSI > access) > > ATA is now a cam/scbus/etc consumer and you took those out. > Looks like you might need to add "device drm" as well. -Jim From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 11:06:40 2012 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D90997C for ; Mon, 17 Dec 2012 11:06:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 475098FC0A for ; Mon, 17 Dec 2012 11:06:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHB6eDr023370 for ; Mon, 17 Dec 2012 11:06:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHB6dis023368 for freebsd-amd64@FreeBSD.org; Mon, 17 Dec 2012 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Dec 2012 11:06:39 GMT Message-Id: <201212171106.qBHB6dis023368@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 11:06:40 -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 amd64/174409 amd64 stopping during resume caused by io_apic.c change(r243 o amd64/174388 amd64 9.1-RELEASE build world problem with yyparser. o amd64/173869 amd64 buildworld breaks with clang o amd64/173680 amd64 9.1rc3 installer hangs at "rootpass" o amd64/173502 amd64 Patch inhibition of warnings that appear in the combin o amd64/173465 amd64 FreeBSD 9.1 restarts in random fashion after upgrade t o amd64/173311 amd64 FreeBSD 9.1 RC2 , 12 servers restart in random fashion o amd64/173235 amd64 Have received two crashes within 1 day after installin o amd64/172926 amd64 [boot] booting hangs after 9.1-RC2 install in 2nd (MBR o amd64/171835 amd64 bsdinstall abort on Dell PowerEdge R420 with PERC H310 o amd64/171814 amd64 [panic] bioq_init or bioq_remove (unsure which) o amd64/171344 amd64 pkg_add -r xorg fails for freebsd 9 system o amd64/171331 amd64 Npviewer is crap o amd64/171250 amd64 ldd32 cannot find some i386 libraries o amd64/171110 amd64 Upgrade 9.1-BETA1 > RC1 issue o amd64/170677 amd64 FreeBSD 9.x does not boot if 2 hard disks are on syste o amd64/170487 amd64 [boot] Thinkpad X61s cannot boot 9.1-BETA1 o amd64/170351 amd64 [kernel] [patch] amd64: 64-bit process can't always ge o amd64/170115 amd64 Serial boot broken in 9.0 o amd64/168659 amd64 [boot] FreeBSD 9 - Crash upon booting off install CD ( o amd64/167582 amd64 Compile of MySQL NDB Cluster Fails 8.2 AMD64 o amd64/167543 amd64 [kernel] Install FreeBSD can show error message with c o amd64/167393 amd64 [boot] MacBook4,1 hangs on SMP boot o amd64/166639 amd64 [boot] Syscons issue Intel D2700 o amd64/166229 amd64 [boot] Unable to install FreeBSD 9 on Acer Extensa 522 o amd64/165850 amd64 [build] 8.3-RC1 (amd64): world doesn't build with CPUT o amd64/165845 amd64 [build] Unable to build kernel on 8.2-STABLE o amd64/165351 amd64 [boot] Error while installing or booting the freeBSD O o amd64/164773 amd64 [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regress o amd64/164707 amd64 FreeBSD 9 installer does not work with IBM uefi o amd64/164643 amd64 Kernel Panic at 9.0-RELEASE o amd64/164619 amd64 when logged in as root the user and group applications o amd64/164457 amd64 [install] Can't install FreeBSD 9.0 (amd64) on HP Blad o amd64/164301 amd64 [install] 9.0 - Can't install, no DHCP lease o amd64/164136 amd64 after fresh install 8.1 release or 8.2 release the har o amd64/164116 amd64 [boot] FreeBSD 9.0-RELEASE installations mediums fails o amd64/164089 amd64 FreeBSD-9.0-RELEASE-amd64-memstick.img does not boot o amd64/164073 amd64 /etc/rc warning after booting o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o amd64/163710 amd64 setjump in userboot.so causes stack corruption o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o amd64/163568 amd64 hard drive naming o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o amd64/163048 amd64 normal user cant mount ntfs-3g o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o amd64/162489 amd64 After some time X blanks the screen and does not respo o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o amd64/162219 amd64 [REGRESSION] In KDE 4.7.2 cant enable OpenGL,in 4.6.5 o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/160833 amd64 Keyboard USB doesn't work o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o amd64/156106 amd64 [boot] boot0 fails to start o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c 74 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 12:20:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F85DBD2 for ; Mon, 17 Dec 2012 12:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA8A8FC12 for ; Mon, 17 Dec 2012 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHCK1Sg029725 for ; Mon, 17 Dec 2012 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHCK1vl029724; Mon, 17 Dec 2012 12:20:01 GMT (envelope-from gnats) Date: Mon, 17 Dec 2012 12:20:01 GMT Message-Id: <201212171220.qBHCK1vl029724@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: Kaho Toshikazu Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-Mailman-Approved-At: Mon, 17 Dec 2012 13:43:53 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kaho Toshikazu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 12:20:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: Kaho Toshikazu To: Andriy Gapon Cc: bug-followup@freebsd.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Mon, 17 Dec 2012 20:59:32 +0900 Hello, and sorry for delay reply. > Could you please provide unabridged verbose dmesg from this system? unload ehci.ko and uhci.ko in /etc/rc.suspend and load ehci.ko and uhci.ko in /etc/rc.resume. Some modules load after boot using kld_list in rc.conf: kld_list="miibus if_iwn usb usb_quirk ehci uhci ichsmb iic smbus iicsmb smb snd_hda coretemp ng_ubt vkbd cuse4bsd wlan_amrr wlan_ccmp wlan_tkip wlan_wep linux" -- dmesg -- Table 'FACP' at 0xb9ff4000 Table 'DMAR' at 0xb9ff5000 Table 'HPET' at 0xb9ff3000 Table 'APIC' at 0xb9ff2000 APIC: Found table at 0xb9ff2000 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 0 ACPI ID 3: disabled MADT: Found CPU APIC ID 0 ACPI ID 4: disabled Copyright (c) 1992-2012 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 10.0-CURRENT #9 r243763:244180: Thu Dec 13 18:24:35 JST 2012 root@bansidhe.pf2.ed.niigata-u.ac.jp:/usr/obj/usr/src/sys/BANSIDHE amd64 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80adf000. Preloaded elf obj module "/boot/kernel/miibus.ko" at 0xffffffff80adf288. Preloaded elf obj module "/boot/kernel/agp.ko" at 0xffffffff80adf830. Preloaded elf obj module "/boot/kernel/ahci.ko" at 0xffffffff80adfe18. Preloaded elf obj module "/boot/kernel/cpufreq.ko" at 0xffffffff80ae0400. Preloaded elf obj module "/boot/kernel/kbdmux.ko" at 0xffffffff80ae09e8. Preloaded elf obj module "/boot/kernel/acpi_wmi.ko" at 0xffffffff80ae1050. Preloaded elf obj module "/boot/kernel/hwpmc.ko" at 0xffffffff80ae1680. CPU: Genuine Intel(R) CPU U2300 @ 1.20GHz (K8-class CPU) Origin = "GenuineIntel" Id = 0x1067a Family = 0x6 Model = 0x17 Stepping = 10 Features=0xbfebfbff Features2=0xc00e3bd AMD Features=0x20100800 AMD Features2=0x1 real memory = 4294967296 (4096 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000099fff, 565248 bytes (138 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000000b11000 - 0x00000000b07d0fff, 2949382144 bytes (720064 pages) 0x00000000b9ebf000 - 0x00000000b9f7ffff, 790528 bytes (193 pages) 0x00000000b9fbf000 - 0x00000000b9fe1fff, 143360 bytes (35 pages) 0x00000000b9ff7000 - 0x00000000b9ffffff, 36864 bytes (9 pages) 0x0000000100000000 - 0x000000013ffe7fff, 1073643520 bytes (262120 pages) avail memory = 3986374656 (3801 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 x86bios: IVT 0x000000-0x0004ff at 0xfffffe0000000000 x86bios: SSEG 0x098000-0x098fff at 0xffffff8000216000 x86bios: EBDA 0x09e000-0x09ffff at 0xfffffe000009e000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 ULE: setup cpu 0 ULE: setup cpu 1 ACPI: RSDP 0xfe020 00024 (v02 ACRSYS) ACPI: XSDT 0xb9ff6120 0006C (v01 ACRSYS ACRPRDCT 00000001 01000013) ACPI: FACP 0xb9ff4000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: DSDT 0xb9fe8000 073EA (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: FACS 0xb9f8d000 00040 ACPI: DMAR 0xb9ff5000 00068 (v01 ? 00000001 00000000) ACPI: HPET 0xb9ff3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: APIC 0xb9ff2000 0006C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: MCFG 0xb9ff1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: ASF! 0xb9ff0000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: SLIC 0xb9fe7000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: BOOT 0xb9fe6000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013) ACPI: SSDT 0xb9fe2000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117) MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 4 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 ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 random: mem: null: kbd: new array size 4 kbd1 at kbdmux0 VESA: INT 0x10 vector 0xc000:0x0014 VESA: information block 0000 56 45 53 41 00 03 00 01 00 99 01 00 00 00 40 00 0010 00 99 ff 03 00 01 33 01 00 99 45 01 00 99 69 01 0020 00 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 60 01 61 01 62 01 63 01 64 01 65 01 66 01 67 01 0050 68 01 69 01 6a 01 6b 01 6c 01 6d 01 6e 01 6f 01 0060 70 01 71 01 3c 01 4d 01 5c 01 3a 01 4b 01 5a 01 0070 07 01 1a 01 1b 01 05 01 17 01 18 01 12 01 14 01 0080 15 01 01 01 03 01 11 01 ff ff 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 49 6e 74 65 6c 28 72 29 43 61 6e 74 69 67 61 20 0110 47 72 61 70 68 69 63 73 20 43 68 69 70 20 41 63 0120 63 65 6c 65 72 61 74 65 64 20 56 47 41 20 42 49 0130 4f 53 00 49 6e 74 65 6c 20 43 6f 72 70 6f 72 61 0140 74 69 6f 6e 00 49 6e 74 65 6c 28 72 29 43 61 6e 0150 74 69 67 61 20 47 72 61 70 68 69 63 73 20 43 6f 0160 6e 74 72 6f 6c 6c 65 72 00 48 61 72 64 77 61 72 0170 65 20 56 65 72 73 69 6f 6e 20 30 2e 30 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 9 mode(s) found VESA: v3.0, 65472k memory, flags:0x1, mode table:0xffffff8000258040 (99000040) VESA: Intel(r)Cantiga Graphics Chip Accelerated VGA BIOS VESA: Intel Corporation Intel(r)Cantiga Graphics Controller Hardware Version 0.0 io: ctl: CAM Target Layer loaded acpi0: on motherboard acpi0: installed _OSI("Linux") PCIe: Memory Mapped configuration base @ 0xf8000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) cpu0: Processor \\_PR_.CPU0 (ACPI ID 1) -> APIC ID 0 cpu0: on acpi0 ACPI: SSDT 0xb9e6fe18 0019F (v01 PmRef Cpu0Ist 00003000 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 0019F (v01 PmRef Cpu0Ist 00003000 INTL 20051117) ACPI: SSDT 0xb9e6e598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) cpu1: Processor \\_PR_.CPU1 (ACPI ID 2) -> APIC ID 1 cpu1: on acpi0 ACPI: SSDT 0xb9e6fc18 001CF (v01 PmRef ApIst 00003000 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 001CF (v01 PmRef ApIst 00003000 INTL 20051117) ACPI: SSDT 0xb9e6df18 0008D (v01 PmRef ApCst 00003000 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 0008D (v01 PmRef ApCst 00003000 INTL 20051117) ACPI: Processor \\_PR_.CPU2 (ACPI ID 3) ignored ACPI: Processor \\_PR_.CPU3 (ACPI ID 4) ignored atrtc0: port 0x70-0x77 on acpi0 atrtc0: Warning: Couldn't map I/O. atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 4 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic hpet0: t1: irqs 0x00f00000 (0) hpet0: t2: irqs 0x00f00800 (0) hpet0: t3: irqs 0x00f01000 (0) Timecounter "HPET" frequency 14318180 Hz quality 950 ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 50 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Event timer "HPET3" frequency 14318180 Hz quality 440 attimer0: port 0x40-0x43,0x50-0x53 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 51 Event timer "i8254" frequency 1193182 Hz quality 100 ACPI timer: 1/3 1/3 1/3 1/3 1/3 1/3 1/3 1/3 1/3 1/3 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 Validation 0 11 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 Validation 0 11 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 Validation 0 11 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 7 9 10 11 12 Validation 0 10 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 Validation 0 255 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 Validation 0 255 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 Validation 0 11 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 Validation 0 11 N 0 3 4 5 7 9 10 11 12 After Disable 0 255 N 0 3 4 5 7 9 10 11 12 acpi_button0: on acpi0 acpi_lid0: on acpi0 acpi_button1: on acpi0 battery0: on acpi0 acpi_acad0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xc0000000-0xfebfffff pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x2a40, revid=0x07 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2a42, revid=0x07 domain=0, bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xd0000000, size 22, enabled pcib0: allocated type 3 (0xd0000000-0xd03fffff) for rid 10 of pci0:0:2:0 map[18]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled pcib0: allocated type 3 (0xc0000000-0xcfffffff) for rid 18 of pci0:0:2:0 map[20]: type I/O Port, range 32, base 0x30d0, size 3, enabled pcib0: allocated type 4 (0x30d0-0x30d7) for rid 20 of pci0:0:2:0 pcib0: matched entry for 0.2.INTA pcib0: slot 2 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2a43, revid=0x07 domain=0, bus=0, slot=2, func=1 class=03-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 3 supports D0 D3 current D0 map[10]: type Memory, range 64, base 0xd2400000, size 20, enabled pcib0: allocated type 3 (0xd2400000-0xd24fffff) for rid 10 of pci0:0:2:1 found-> vendor=0x8086, dev=0x2937, revid=0x03 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type I/O Port, range 32, base 0x30a0, size 5, enabled pcib0: allocated type 4 (0x30a0-0x30bf) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x293c, revid=0x03 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xd4504c00, size 10, enabled pcib0: allocated type 3 (0xd4504c00-0xd4504fff) for rid 10 of pci0:0:26:7 pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x293e, revid=0x03 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xd4500000, size 14, enabled pcib0: allocated type 3 (0xd4500000-0xd4503fff) for rid 10 of pci0:0:27:0 pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x2940, revid=0x03 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 MSI supports 1 message found-> vendor=0x8086, dev=0x2946, revid=0x03 domain=0, bus=0, slot=28, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=255 powerspec 2 supports D0 D3 current D0 MSI supports 1 message found-> vendor=0x8086, dev=0x2934, revid=0x03 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type I/O Port, range 32, base 0x3080, size 5, enabled pcib0: allocated type 4 (0x3080-0x309f) for rid 20 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x2935, revid=0x03 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type I/O Port, range 32, base 0x3060, size 5, enabled pcib0: allocated type 4 (0x3060-0x307f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2936, revid=0x03 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type I/O Port, range 32, base 0x3040, size 5, enabled pcib0: allocated type 4 (0x3040-0x305f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 16 found-> vendor=0x8086, dev=0x293a, revid=0x03 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xd4504800, size 10, enabled pcib0: allocated type 3 (0xd4504800-0xd4504bff) for rid 10 of pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x2448, revid=0x93 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2917, revid=0x03 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2929, revid=0x03 domain=0, bus=0, slot=31, func=2 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0x30c8, size 3, enabled pcib0: allocated type 4 (0x30c8-0x30cf) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0x30dc, size 2, enabled pcib0: allocated type 4 (0x30dc-0x30df) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0x30c0, size 3, enabled pcib0: allocated type 4 (0x30c0-0x30c7) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0x30d8, size 2, enabled pcib0: allocated type 4 (0x30d8-0x30db) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0x3020, size 5, enabled pcib0: allocated type 4 (0x3020-0x303f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xd4504000, size 11, enabled pcib0: allocated type 3 (0xd4504000-0xd45047ff) for rid 24 of pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2930, revid=0x03 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 map[10]: type Memory, range 64, base 0xd4505000, size 8, enabled pcib0: allocated type 3 (0xd4505000-0xd45050ff) for rid 10 of pci0:0:31:3 map[20]: type I/O Port, range 32, base 0x3000, size 5, enabled pcib0: allocated type 4 (0x3000-0x301f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 vgapci0: port 0x30d0-0x30d7 mem 0xd0000000-0xd03fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 pcib0: allocated type 3 (0xd0400000-0xd0400fff) for rid 64 of agp0 agp0: Allocated flush page phys 0xd0400000 virt 0xfffffe00d0400000 agp0: aperture size is 256M, detected 65532k stolen memory agp0: AGP_I965_PGTBL_CTL2: 00000000 agp0: AGP_I855_GCC1: 0x70 agp0: AGP_I965_MSAC: 0x00 agp0: Mappable GTT entries: 65536 agp0: Total GTT entries: 524288 vgapci1: mem 0xd2400000-0xd24fffff at device 2.1 on pci0 pci0: at device 26.0 (no driver attached) pci0: at device 26.7 (no driver attached) pci0: at device 27.0 (no driver attached) pcib1: at device 28.0 on pci0 pcib0: allocated type 4 (0x2000-0x2fff) for rid 1c of pcib1 pcib0: allocated type 3 (0xd3500000-0xd44fffff) for rid 20 of pcib1 pcib1: failed to allocate initial prefetch window: 0xd0400000-0xd13fffff pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x2000-0x2fff pcib1: memory decode 0xd3500000-0xd44fffff pcib1: no prefetched decode pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xd3500000, size 18, enabled pcib1: allocated memory range (0xd3500000-0xd353ffff) for rid 10 of pci0:1:0:0 map[18]: type I/O Port, range 32, base 0x2000, size 7, enabled pcib1: allocated I/O port range (0x2000-0x207f) for rid 18 of pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 pci1: at device 0.0 (no driver attached) pcib2: at device 28.3 on pci0 pcib2: failed to allocate initial I/O port window: 0x1000-0x1fff pcib0: allocated type 3 (0xd2500000-0xd34fffff) for rid 20 of pcib2 pcib0: allocated type 3 (0xd1400000-0xd23fffff) for rid 24 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: memory decode 0xd2500000-0xd34fffff pcib2: prefetched decode 0xd1400000-0xd23fffff pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x8086, dev=0x0083, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xd2500000, size 13, enabled pcib2: allocated memory range (0xd2500000-0xd2501fff) for rid 10 of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 19 pci2: at device 0.0 (no driver attached) pci0: at device 29.0 (no driver attached) pci0: at device 29.1 (no driver attached) pci0: at device 29.2 (no driver attached) pci0: at device 29.7 (no driver attached) pcib3: at device 30.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: no prefetched decode pcib3: Subtractively decoded bridge. pci3: on pcib3 pci3: domain=0, physical bus=3 isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port 0x30c8-0x30cf,0x30dc-0x30df,0x30c0-0x30c7,0x30d8-0x30db,0x3020-0x303f mem 0xd4504000-0xd45047ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 256 to local APIC 0 vector 52 ahci0: using IRQ 256 for MSI ahci0: AHCI v1.20 with 4 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL 3Gbps PM PMD SSC PSC 32cmd CCC EM 4ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ahcich1: at channel 1 on ahci0 ahcich1: Caps: ahcich2: not probed (disabled) ahcich3: not probed (disabled) ahcich4: at channel 4 on ahci0 ahcich4: Caps: ahcich5: at channel 5 on ahci0 ahcich5: Caps: ahciem0: on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: at device 31.3 (no driver attached) acpi_wmi0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0067 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 lapic 0 vector 53 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0067 psm0: irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 54 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0-00, 3 buttons psm0: config:00004000, flags:00000008, packet size:6 psm0: syncmask:c0, syncbits:00 acpi0: wakeup code va 0xffffff8115a69000 pa 0x94000 pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 isa_probe_children: disabling PnP devices atkbdc: atkbdc0 already exists; skipping it atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: at iomem 0xd0000-0xd0fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 ppc0 failed to probe at irq 7 on isa0 uart0 failed to probe at port 0x3f8 irq 4 on isa0 uart1 failed to probe at port 0x2f8 irq 3 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 Device configuration finished. Timecounters tick every 10.000 msec tcp_init: net.inet.tcp.tcbhashsize auto tuned to 32768 lo0: bpf attached ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA offline status=00000004 ahcich1: AHCI reset: device not found ahcich4: AHCI reset... ahcich4: SATA offline status=00000004 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA offline status=00000004 ahcich5: AHCI reset: device not found battery0: battery initialization start acpi_acad0: acline initialization start acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times ahcich0: AHCI reset: device ready after 100ms ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: Serial Number WD-WXH0AB990255 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad0 GEOM: new disk ada0 pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-8 SATA 2.x device pass0: Serial Number WD-WXH0AB990255 pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahciem0 bus 0 scbus4 target 0 lun 0 pass1: SEMB S-E-S 2.00 device ses0 at ahciem0 bus 0 scbus4 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device ses0: Generation Code 0x0 has 1 SubEnclosures ses0: SubEnclosure ID 0, 1 Types With this ID, Descriptor Length 36, offset 8 ses0: WWN: 0 ses0: Type Desc[0]: Type 0x17, MaxElt 6, In Subenc 0, Text Length 0: SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 1 vector 49 hwpmc: SOFT/16/64/0x67 TSC/1/64/0x20 IAP/2/40/0x3ff IAF/3/40/0x67 Trying to mount root from ufs:/dev/ada0s4a [rw]... start_init: trying /sbin/init Setting hostuuid: 5ebbdf0a-7404-6649-923e-d8412b756885. Setting hostid: 0x2ffff142. Entropy harvesting: interrupts ethernet point_to_point kickstart. Starting file system checks: /dev/ada0s4a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ada0s4a: clean, 11086766 free (146894 frags, 1367484 blocks, 0.9% fragmentation) /dev/ada0s4f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ada0s4f: clean, 3018409 free (615673 frags, 300342 blocks, 3.8% fragmentation) /dev/ada0s4g: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ada0s4g: clean, 74861005 free (7973 frags, 9356629 blocks, 0.0% fragmentation) Mounting local file systems:. Loading kernel modules: wlan: <802.11 Link Layer> pci0: driver added found-> vendor=0x8086, dev=0x2937, revid=0x03 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 pci0:0:26:0: reprobing on driver added found-> vendor=0x8086, dev=0x293c, revid=0x03 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=19 powerspec 2 supports D0 D3 current D0 pci0:0:26:7: reprobing on driver added found-> vendor=0x8086, dev=0x293e, revid=0x03 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=22 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:0:27:0: reprobing on driver added found-> vendor=0x8086, dev=0x2934, revid=0x03 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 pci0:0:29:0: reprobing on driver added found-> vendor=0x8086, dev=0x2935, revid=0x03 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 pci0:0:29:1: reprobing on driver added found-> vendor=0x8086, dev=0x2936, revid=0x03 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=16 pci0:0:29:2: reprobing on driver added found-> vendor=0x8086, dev=0x293a, revid=0x03 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 powerspec 2 supports D0 D3 current D0 pci0:0:29:7: reprobing on driver added found-> vendor=0x8086, dev=0x2930, revid=0x03 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 pci0:0:31:3: reprobing on driver added pci1: driver added found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:1:0:0: reprobing on driver added pci2: driver added found-> vendor=0x8086, dev=0x0083, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=19 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:2:0:0: reprobing on driver added iwn0: mem 0xd2500000-0xd2501fff irq 19 at device 0.0 on pci2 iwn0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 257 to local APIC 1 vector 50 iwn0: using IRQ 257 for MSI iwn0: MIMO 1T2R, BGS, address 00:1e:64:45:f5:64 iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps iwn0: 1T2R iwn0: 11ng MCS 20MHz iwn0: MCS 0-7: 6.5Mbps - 65Mbps iwn0: 11ng MCS 20MHz SGI iwn0: MCS 0-7: 7Mbps - 72Mbps iwn0: 11ng MCS 40MHz: iwn0: MCS 0-7: 13.5Mbps - 135Mbps iwn0: 11ng MCS 40MHz SGI: iwn0: MCS 0-7: 15Mbps - 150Mbps pci3: driver added pci0: driver added found-> vendor=0x8086, dev=0x2937, revid=0x03 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 pci0:0:26:0: reprobing on driver added found-> vendor=0x8086, dev=0x293c, revid=0x03 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=19 powerspec 2 supports D0 D3 current D0 pci0:0:26:7: reprobing on driver added ehci0: mem 0xd4504c00-0xd4504fff irq 19 at device 26.7 on pci0 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 53 usbus0: EHCI version 1.0 usbus0 on ehci0 ehci0: usbpf: Attached found-> vendor=0x8086, dev=0x293e, revid=0x03 usbus0: 480Mbps High Speed USB v2.0 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=22 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:0:27:0: reprobing on driver added found-> vendor=0x8086, dev=0x2934, revid=0x03 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 pci0:0:29:0: reprobing on driver added found-> vendor=0x8086, dev=0x2935, revid=0x03 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 pci0:0:29:1: reprobing on driver added found-> vendor=0x8086, dev=0x2936, revid=0x03 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=16 pci0:0:29:2: reprobing on driver added found-> vendor=0x8086, dev=0x293a, revid=0x03 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 powerspec 2 supports D0 D3 current D0 pci0:0:29:7: reprobing on driver added ehci1: mem 0xd4504800-0xd4504bff irq 23 at device 29.7 on pci0 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 1 vector 51 usbus1: EHCI version 1.0 ugen0.1: at usbus0 uhub0: on usbus0 usbus1 on ehci1 ehci1: usbpf: Attached found-> vendor=0x8086, dev=0x2930, revid=0x03 usbus1: 480Mbps High Speed USB v2.0 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 pci0:0:31:3: reprobing on driver added pci1: driver added found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:1:0:0: reprobing on driver added pci2: driver added pci3: driver added ugen1.1: at usbus1 uhub1: on usbus1 pci0: driver added found-> vendor=0x8086, dev=0x2937, revid=0x03 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 pci0:0:26:0: reprobing on driver added uhci0: port 0x30a0-0x30bf irq 16 at device 26.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 54 usbus2 on uhci0 uhci0: usbpf: Attached found-> vendor=0x8086, dev=0x293e, revid=0x03 usbus2: 12Mbps Full Speed USB v1.0 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=22 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:0:27:0: reprobing on driver added found-> vendor=0x8086, dev=0x2934, revid=0x03 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 pci0:0:29:0: reprobing on driver added uhci1: port 0x3080-0x309f irq 23 at device 29.0 on pci0 ugen2.1: at usbus2 uhub2: on usbus2 usbus3 on uhci1 uhci1: usbpf: Attached usbus3: found-> vendor=0x8086, dev=0x2935, revid=0x03 12Mbps Full Speed USB v1.0 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 pci0:0:29:1: reprobing on driver added uhci2: port 0x3060-0x307f irq 19 at device 29.1 on pci0 ugen3.1: at usbus3 uhub3: on usbus3 usbus4 on uhci2 uhci2: usbpf: Attached usbus4: 12Mbps Full Speed USB v1.0 found-> vendor=0x8086, dev=0x2936, revid=0x03 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=16 pci0:0:29:2: reprobing on driver added uhci3: port 0x3040-0x305f irq 16 at device 29.2 on pci0 ugen4.1: at usbus4 uhub4: on usbus4 usbus5 on uhci3 uhci3: usbpf: Attached found-> vendor=0x8086, dev=0x2930, revid=0x03 usbus5: 12Mbps Full Speed USB v1.0 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 pci0:0:31:3: reprobing on driver added pci1: driver added found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:1:0:0: reprobing on driver added pci2: driver added pci3: driver added uhub2: 2 ports with 2 removable, self powered ugen5.1: at usbus5 uhub5: on usbus5 pci0: driver added found-> vendor=0x8086, dev=0x293e, revid=0x03 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=22 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:0:27:0: reprobing on driver added found-> vendor=0x8086, dev=0x2930, revid=0x03 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 pci0:0:31:3: reprobing on driver added ichsmb0: port 0x3000-0x301f mem 0xd4505000-0xd45050ff irq 18 at device 31.3 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 1 vector 52 smbus0: on ichsmb0 pci1: driver added found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:1:0:0: reprobing on driver added pci2: driver added pci3: driver added uhub3: 2 ports with 2 removable, self powered snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 uhub0: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered pci0: driver added found-> vendor=0x8086, dev=0x293e, revid=0x03 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=22 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:0:27:0: reprobing on driver added hdac0: mem 0xd4500000-0xd4503fff irq 22 at device 27.0 on pci0 hdac0: PCI card vendor: 0x1025, device: 0x029b hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 hdac0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 258 to local APIC 0 vector 55 hdac0: using IRQ 258 for MSI hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pci1: driver added found-> vendor=0x1969, dev=0x1063, revid=0xc0 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pci0:1:0:0: reprobing on driver added pci2: driver added pci3: driver added hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 hdaa0: Subsystem ID: 0x1025029b hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 18 99a30930 3 0 Mic Fixed ATAPI Onboard Unknown 9 hdaa0: 20 99130110 1 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa0: 22 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 24 03a19840 4 0 Mic Jack 1/8 Left Pink 8 hdaa0: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 29 4015812d 2 13 Speaker None Optical 0x00 Purple 1 hdaa0: 30 03451120 2 0 SPDIF-out Jack Optical Left Black 1 hdaa0: Patching widget caps nid=29 0x00400000 -> 0x00700000 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 18 99a30930 3 0 Mic Fixed ATAPI Onboard Unknown 9 hdaa0: 20 99130110 1 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa0: 22 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 24 03a19840 4 0 Mic Jack 1/8 Left Pink 8 hdaa0: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 30 03451120 2 0 SPDIF-out Jack Optical Left Black 1 hdaa0: 4 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=20 seq=0 hdaa0: Pin nid=21 seq=15 hdaa0: Association 1 (2) out: hdaa0: Pin nid=30 seq=0 hdaa0: Association 2 (3) in: hdaa0: Pin nid=18 seq=0 hdaa0: Association 3 (4) in: hdaa0: Pin nid=24 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 20 traced to DAC 2 hdaa0: Pin 21 traced to DAC 2 and hpredir 0 hdaa0: Association 0 (1) trace succeeded hdaa0: Tracing association 1 (2) hdaa0: Pin 30 traced to DAC 6 hdaa0: Association 1 (2) trace succeeded hdaa0: Tracing association 2 (3) hdaa0: Unable to trace pin 18 to ADC 7, undo traces hdaa0: Pin 18 traced to ADC 8 hdaa0: Association 2 (3) trace succeeded hdaa0: Tracing association 3 (4) hdaa0: Pin 24 traced to ADC 7 hdaa0: Association 3 (4) trace succeeded hdaa0: Looking for additional DAC for association 0 (1) hdaa0: Looking for additional DAC for association 1 (2) hdaa0: Looking for additional ADC for association 2 (3) hdaa0: Looking for additional ADC for association 3 (4) hdaa0: Tracing input monitor hdaa0: Tracing nid 11 to out hdaa0: nid 11 is input monitor hdaa0: Tracing nid 36 to out hdaa0: Tracing other input monitors hdaa0: Tracing nid 18 to out hdaa0: Tracing nid 24 to out hdaa0: Tracing beeper hdaa0: Headphones redirection for association 0 nid=21 using unsolicited responses. hdaa0: Pin sense: nid=21 sence=0x80000000 (connected) hdaa0: Redirect output to: headphones hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm0: at nid 20,21 and 18 on hdaa0 pcm0: Playback: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz pcm0: DAC: 2 pcm0: pcm0: nid=20 [pin: Speaker (Fixed)] pcm0: + <- nid=12 [audio mixer] [src: pcm, mix] pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: + <- nid=11 [audio mixer] [src: mix] pcm0: pcm0: nid=21 [pin: Headphones (Black Jack)] pcm0: + <- nid=12 [audio mixer] [src: pcm, mix] pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: + <- nid=11 [audio mixer] [src: mix] pcm0: pcm0: Record: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e0160 16 20 24 bits, 44 48 96 KHz pcm0: ADC: 8 pcm0: pcm0: nid=8 [audio input] pcm0: + <- nid=35 [audio selector] [src: speaker, monitor] pcm0: + <- nid=29 [beep widget] [src: speaker] pcm0: + <- nid=18 [pin: Mic (Fixed)] [src: monitor] pcm0: pcm0: Master Volume (OSS: vol): -63/1dB pcm0: +- ctl 1 (nid 2 out): -63/1dB (65 steps) pcm0: +- ctl 10 (nid 12 in 0): mute pcm0: +- ctl 11 (nid 12 in 1): mute pcm0: +- ctl 16 (nid 20 in ): mute pcm0: +- ctl 17 (nid 21 in ): mute pcm0: pcm0: PCM Volume (OSS: pcm): -63/1dB pcm0: +- ctl 1 (nid 2 out): -63/1dB (65 steps) pcm0: +- ctl 10 (nid 12 in 0): mute pcm0: pcm0: Microphone2 Volume (OSS: monitor): -17/29dB pcm0: +- ctl 4 (nid 8 in 0): -17/29dB (47 steps) + mute pcm0: pcm0: Speaker/Beep Volume (OSS: speaker): -17/12dB pcm0: +- ctl 4 (nid 8 in 0): -17/29dB (47 steps) + mute pcm0: pcm0: Recording Level (OSS: rec): -17/29dB pcm0: +- ctl 4 (nid 8 in 0): -17/29dB (47 steps) + mute pcm0: pcm0: Input Mix Level (OSS: mix) pcm0: +- ctl 11 (nid 12 in 1): mute pcm0: pcm0: Input Monitoring Level (OSS: igain): 0/0dB pcm0: +- ctl 11 (nid 12 in 1): mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "rec": pcm0: Mixer "igain": pcm0: Mixer "ogain": pcm0: Mixer "monitor": pcm0: Playback channel set is: Front Left, Front Right, pcm0: Playback channel matrix is: 2.0 (connected) pcm0: Automatically set rec source to: monitor pcm0: Recording channel set is: Front Left, Front Right, pcm0: Recording channel matrix is: 2.0 (unknown) pcm1: at nid 30 on hdaa0 pcm1: Playback: pcm1: Stream cap: 0x00000005 AC3 PCM pcm1: PCM cap: 0x000e05f0 16 20 24 bits, 32 44 48 88 96 192 KHz pcm1: DAC: 6 pcm1: pcm1: nid=30 [pin: SPDIF-out (Black Jack)] pcm1: + <- nid=6 [audio output] [src: pcm] pcm1: pcm1: Mixer "vol" -> "none": child=0x00000010 pcm1: Mixer "pcm": parent="vol" pcm1: Soft PCM mixer ENABLED pcm1: Playback channel set is: Front Left, Front Right, pcm1: Playback channel matrix is: 2.0 (unknown) pcm2: at nid 24 on hdaa0 pcm2: Record: pcm2: Stream cap: 0x00000001 PCM pcm2: PCM cap: 0x000e0160 16 20 24 bits, 44 48 96 KHz pcm2: ADC: 7 pcm2: pcm2: nid=7 [audio input] pcm2: + <- nid=36 [audio mixer] [src: speaker, mic, mix] pcm2: + <- nid=24 [pin: Mic (Pink Jack)] [src: mic] pcm2: + <- nid=29 [beep widget] [src: speaker] pcm2: + <- nid=11 [audio mixer] [src: mix] pcm2: pcm2: Input Mix: pcm2: pcm2: nid=11 [audio mixer] pcm2: + <- nid=24 [pin: Mic (Pink Jack)] [src: mic] pcm2: + <- nid=29 [beep widget] [src: speaker] pcm2: pcm2: Microphone Volume (OSS: mic): 0/30dB pcm2: +- ctl 5 (nid 11 in 0): -34/12dB (32 steps) + mute pcm2: +- ctl 20 (nid 24 out): 0/30dB (4 steps) pcm2: +- ctl 27 (nid 36 in 0): mute pcm2: pcm2: Speaker/Beep Volume (OSS: speaker) pcm2: +- ctl 9 (nid 11 in 4): -34/12dB (32 steps) + mute pcm2: +- ctl 31 (nid 36 in 4): mute pcm2: pcm2: Recording Level (OSS: rec): -17/29dB pcm2: +- ctl 3 (nid 7 in 0): -17/29dB (47 steps) + mute pcm2: +- ctl 27 (nid 36 in 0): mute pcm2: +- ctl 31 (nid 36 in 4): mute pcm2: +- ctl 32 (nid 36 in 5): mute pcm2: pcm2: Input Mix Level (OSS: mix): -34/12dB pcm2: +- ctl 5 (nid 11 in 0): -34/12dB (32 steps) + mute pcm2: +- ctl 9 (nid 11 in 4): -34/12dB (32 steps) + mute pcm2: +- ctl 32 (nid 36 in 5): mute pcm2: pcm2: Mixer "mic": pcm2: Mixer "mix": pcm2: Mixer "rec": pcm2: Recording channel set is: Front Left, Front Right, pcm2: Recording channel matrix is: 2.0 (disconnected) hdacc1: at cad 1 on hdac0 hdaa1: at nid 1 on hdacc1 hdaa1: Subsystem ID: 0x80860101 hdaa1: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdaa1: Original pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa1: Patched pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa1: 1 associations found: hdaa1: Association 0 (1) out: hdaa1: Pin nid=3 seq=0 hdaa1: Tracing association 0 (1) hdaa1: Pin 3 traced to DAC 2 hdaa1: Association 0 (1) trace succeeded hdaa1: Looking for additional DAC for association 0 (1) hdaa1: Tracing input monitor hdaa1: Tracing other input monitors hdaa1: Tracing beeper hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm3: at nid 3 on hdaa1 pcm3: Playback: pcm3: Stream cap: 0x00000005 AC3 PCM pcm3: PCM cap: 0x001e07f0 16 20 24 32 bits, 32 44 48 88 96 176 192 KHz pcm3: DAC: 2 pcm3: pcm3: nid=3 [pin: Digital-out (Jack)] pcm3: + <- nid=2 [audio output] [src: pcm] pcm3: pcm3: Master Volume (OSS: vol): 0/0dB pcm3: +- ctl 1 (nid 3 in ): mute pcm3: pcm3: PCM Volume (OSS: pcm): 0/0dB pcm3: +- ctl 1 (nid 3 in ): mute pcm3: pcm3: Mixer "vol": pcm3: Mixer "pcm": pcm3: Soft PCM mixer ENABLED pcm3: Playback channel matrix is: unknown, assuming 7.1 (disconnected) uhub5: 2 ports with 2 removable, self powered coretemp0: on cpu0 coretemp0: Setting TjMax=100 coretemp1: on cpu1 coretemp1: Setting TjMax=100 Cuse4BSD v0.1.26 @ /dev/cuse Linux ELF exec handler installed Writing entropy file:. Setting hostname: bansidhe.pf2.ed.niigata-u.ac.jp. uhub1: 6 ports with 6 removable, self powered ugen1.2: at usbus1 Starting Network: lo0 iwn0. lo0: flags=8049 metric 0 mtu 16384 options=600003 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=21 iwn0: flags=8802 metric 0 mtu 2290 ether 00:1e:64:45:f5:64 nd6 options=21 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier Starting devd. Starting Network: iwn0. iwn0: flags=8802 metric 0 mtu 2290 ether 00:1e:64:45:f5:64 nd6 options=21 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier Starting Network: iwn0. iwn0: flags=8802 metric 0 mtu 2290 ether 00:1e:64:45:f5:64 nd6 options=21 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier Starting webcamd. Attached to ugen1.2[0] Starting webcamd. Webcamd is already running for ugen1.2.0 /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd route: writing to routing socket: Network is unreachable add net default: gateway 172.21.1.22 fib 0: Network is unreachable add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/R/lib /usr/local/lib/alsa-lib /usr/local/lib/compat/pkg /usr/local/lib/event2 /usr/local/lib/ffmpeg-devel /usr/local/lib/gcc46 /usr/local/lib/gegl-0.1 /usr/local/lib/graphviz /usr/local/lib/nss /usr/local/lib/virtualbox 32-bit compatibility ldconfig path: /compat/i386/lib /compat/i386/usr/lib /compat/i386/usr/local/lib /usr/local/lib /usr/local/lib/compat/pkg Creating and/or trimming log files. Starting syslogd. No core dumps found. Clearing /tmp (X related). Starting nfsuserd. Updating motd:. Configuring syscons: keymap blanktime. Starting cron. Starting nfscbd. nfslock: pseudo-device Starting inetd. Starting background file system checks in 60 seconds. Mon Dec 17 20:56:02 JST 2012 drm0: on vgapci0 vgapci0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 259 to local APIC 1 vector 53 vgapci0: using IRQ 259 for MSI info: [drm] MSI enabled 1 message(s) info: [drm] AGP at 0xc0000000 256MB info: [drm] Initialized i915 1.6.0 20080730 -- kaho@elam.kais.kyoto-u.ac.jp From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 22:40:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 735F1CB3 for ; Mon, 17 Dec 2012 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFA78FC0C for ; Mon, 17 Dec 2012 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHMe1BU062277 for ; Mon, 17 Dec 2012 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHMe1Zc062276; Mon, 17 Dec 2012 22:40:01 GMT (envelope-from gnats) Date: Mon, 17 Dec 2012 22:40:01 GMT Message-Id: <201212172240.qBHMe1Zc062276@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-Mailman-Approved-At: Mon, 17 Dec 2012 22:45:40 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 22:40:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: Andriy Gapon To: Kaho Toshikazu Cc: bug-followup@FreeBSD.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 00:39:30 +0200 on 17/12/2012 13:59 Kaho Toshikazu said the following: > Hello, and sorry for delay reply. No problem and thank you for the data. Could you please try the following patch? I suspect that it might not be sufficient, I am working on some additional changes. --- a/sys/x86/x86/intr_machdep.c +++ b/sys/x86/x86/intr_machdep.c @@ -287,6 +287,7 @@ intr_resume(void) atpic_reset(); #endif mtx_lock(&intr_table_lock); + lapic_setup(0); STAILQ_FOREACH(pic, &pics, pics) { if (pic->pic_resume != NULL) pic->pic_resume(pic); diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c index 9b1e259..0df973a 100644 --- a/sys/x86/x86/local_apic.c +++ b/sys/x86/x86/local_apic.c @@ -160,7 +160,6 @@ static u_long lapic_timer_divisor; static struct eventtimer lapic_et; static void lapic_enable(void); -static void lapic_resume(struct pic *pic); static void lapic_timer_oneshot(struct lapic *, u_int count, int enable_int); static void lapic_timer_periodic(struct lapic *, @@ -172,8 +171,6 @@ static int lapic_et_start(struct eventtimer *et, struct bintime *first, struct bintime *period); static int lapic_et_stop(struct eventtimer *et); -struct pic lapic_pic = { .pic_resume = lapic_resume }; - static uint32_t lvt_mode(struct lapic *la, u_int pin, uint32_t value) { @@ -573,14 +570,6 @@ lapic_enable(void) lapic->svr = value; } -/* Reset the local APIC on the BSP during resume. */ -static void -lapic_resume(struct pic *pic) -{ - - lapic_setup(0); -} - int lapic_id(void) { @@ -1409,7 +1398,6 @@ apic_setup_io(void *dummy __unused) * properly program the LINT pins. */ lapic_setup(1); - intr_register_pic(&lapic_pic); if (bootverbose) lapic_dump("BSP"); -- Andriy Gapon From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 02:00:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87CA9677 for ; Tue, 18 Dec 2012 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3538FC13 for ; Tue, 18 Dec 2012 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBI201tS078500 for ; Tue, 18 Dec 2012 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBI201od078496; Tue, 18 Dec 2012 02:00:01 GMT (envelope-from gnats) Date: Tue, 18 Dec 2012 02:00:01 GMT Message-Id: <201212180200.qBI201od078496@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: KAHO Toshikazu Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KAHO Toshikazu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 02:00:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: KAHO Toshikazu To: Andriy Gapon Cc: bug-followup@freebsd.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 10:54:04 +0900 Hello, and thanks for your work. >Could you please try the following patch? >I suspect that it might not be sufficient, I am working on some >additional changes. The patched kernel dosen't solve the problem. On waking up, the machine hangs with LCD backlight on, but it shows nothing. Power off is all that I can do. Each revision (r243764 or r227309) of io_apic.c with the patch makes the machine hangs. The machine can wake up with io_apic.c reverted to r227309 and without the patch. -- kaho@elam.kais.kyoto-u.ac.jp From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 03:53:34 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03C13AE7; Tue, 18 Dec 2012 03:53:34 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C21638FC0A; Tue, 18 Dec 2012 03:53:33 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id qBI3rXLh039032; Mon, 17 Dec 2012 22:53:33 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id qBI3rXlU039026; Tue, 18 Dec 2012 03:53:33 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 18 Dec 2012 03:53:33 GMT Message-Id: <201212180353.qBI3rXlU039026@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on amd64/amd64 Precedence: bulk X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 03:53:34 -0000 TB --- 2012-12-17 22:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-17 22:40:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-12-17 22:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-12-17 22:40:00 - cleaning the object tree TB --- 2012-12-17 22:40:00 - checking out /src from svn://svn.freebsd.org/base/head TB --- 2012-12-17 22:40:00 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2012-12-17 22:40:00 - /usr/local/bin/svn cleanup /src TB --- 2012-12-17 22:43:54 - /usr/local/bin/svn update /src TB --- 2012-12-17 22:44:06 - At svn revision 244368 TB --- 2012-12-17 22:44:07 - building world TB --- 2012-12-17 22:44:07 - CROSS_BUILD_TESTING=YES TB --- 2012-12-17 22:44:07 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-17 22:44:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-17 22:44:07 - SRCCONF=/dev/null TB --- 2012-12-17 22:44:07 - TARGET=amd64 TB --- 2012-12-17 22:44:07 - TARGET_ARCH=amd64 TB --- 2012-12-17 22:44:07 - TZ=UTC TB --- 2012-12-17 22:44:07 - __MAKE_CONF=/dev/null TB --- 2012-12-17 22:44:07 - cd /src TB --- 2012-12-17 22:44:07 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Mon Dec 17 22:44:15 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Dec 18 02:36:46 UTC 2012 TB --- 2012-12-18 02:36:46 - generating LINT kernel config TB --- 2012-12-18 02:36:46 - cd /src/sys/amd64/conf TB --- 2012-12-18 02:36:46 - /usr/bin/make -B LINT TB --- 2012-12-18 02:36:46 - cd /src/sys/amd64/conf TB --- 2012-12-18 02:36:46 - /usr/sbin/config -m LINT TB --- 2012-12-18 02:36:46 - building LINT kernel TB --- 2012-12-18 02:36:46 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 02:36:46 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 02:36:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 02:36:46 - SRCCONF=/dev/null TB --- 2012-12-18 02:36:46 - TARGET=amd64 TB --- 2012-12-18 02:36:46 - TARGET_ARCH=amd64 TB --- 2012-12-18 02:36:46 - TZ=UTC TB --- 2012-12-18 02:36:46 - __MAKE_CONF=/dev/null TB --- 2012-12-18 02:36:46 - cd /src TB --- 2012-12-18 02:36:46 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Dec 18 02:36:47 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Tue Dec 18 03:09:12 UTC 2012 TB --- 2012-12-18 03:09:12 - cd /src/sys/amd64/conf TB --- 2012-12-18 03:09:12 - /usr/sbin/config -m LINT-NOINET TB --- 2012-12-18 03:09:12 - building LINT-NOINET kernel TB --- 2012-12-18 03:09:12 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 03:09:12 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 03:09:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 03:09:12 - SRCCONF=/dev/null TB --- 2012-12-18 03:09:12 - TARGET=amd64 TB --- 2012-12-18 03:09:12 - TARGET_ARCH=amd64 TB --- 2012-12-18 03:09:12 - TZ=UTC TB --- 2012-12-18 03:09:12 - __MAKE_CONF=/dev/null TB --- 2012-12-18 03:09:12 - cd /src TB --- 2012-12-18 03:09:12 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET >>> Kernel build for LINT-NOINET started on Tue Dec 18 03:09:13 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT-NOINET completed on Tue Dec 18 03:39:09 UTC 2012 TB --- 2012-12-18 03:39:09 - cd /src/sys/amd64/conf TB --- 2012-12-18 03:39:09 - /usr/sbin/config -m LINT-NOINET6 TB --- 2012-12-18 03:39:09 - building LINT-NOINET6 kernel TB --- 2012-12-18 03:39:09 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 03:39:09 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 03:39:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 03:39:09 - SRCCONF=/dev/null TB --- 2012-12-18 03:39:09 - TARGET=amd64 TB --- 2012-12-18 03:39:09 - TARGET_ARCH=amd64 TB --- 2012-12-18 03:39:09 - TZ=UTC TB --- 2012-12-18 03:39:09 - __MAKE_CONF=/dev/null TB --- 2012-12-18 03:39:09 - cd /src TB --- 2012-12-18 03:39:09 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6 >>> Kernel build for LINT-NOINET6 started on Tue Dec 18 03:39:09 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg /src/sys/netinet/tcp_input.c /src/sys/netinet/tcp_input.c:783:7: error: use of undeclared identifier 'isipv6' if ((isipv6 && (m->m_flags & M_IP6_NEXTHOP)) || ^ /src/sys/netinet/tcp_input.c:784:8: error: use of undeclared identifier 'isipv6' (!isipv6 && (m->m_flags & M_IP_NEXTHOP))) ^ 2 errors generated. *** [tcp_input.o] Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT-NOINET6. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-12-18 03:53:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-12-18 03:53:32 - ERROR: failed to build LINT-NOINET6 kernel TB --- 2012-12-18 03:53:32 - 13281.83 user 2379.50 system 18812.72 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 10:00:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB227A32 for ; Tue, 18 Dec 2012 10:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8673F8FC14 for ; Tue, 18 Dec 2012 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIA016C005187 for ; Tue, 18 Dec 2012 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBIA010e005186; Tue, 18 Dec 2012 10:00:01 GMT (envelope-from gnats) Date: Tue, 18 Dec 2012 10:00:01 GMT Message-Id: <201212181000.qBIA010e005186@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-Mailman-Approved-At: Tue, 18 Dec 2012 12:25:03 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 10:00:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: Andriy Gapon To: KAHO Toshikazu Cc: bug-followup@FreeBSD.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 11:55:09 +0200 on 18/12/2012 03:54 KAHO Toshikazu said the following: > Hello, and thanks for your work. > >> Could you please try the following patch? >> I suspect that it might not be sufficient, I am working on some >> additional changes. > > The patched kernel dosen't solve the problem. On waking up, > the machine hangs with LCD backlight on, but it shows nothing. > Power off is all that I can do. Each revision (r243764 or r227309) > of io_apic.c with the patch makes the machine hangs. The machine > can wake up with io_apic.c reverted to r227309 and without the patch. > I understand. Could you please try the following patch on top of the previous one (without reverting r227309, of course) ? --- a/sys/x86/acpica/acpi_wakeup.c +++ b/sys/x86/acpica/acpi_wakeup.c @@ -261,12 +261,17 @@ acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result, #endif } + /* + * Re-program IO-APIC pins to their correct states before + * enabling Local APICs (which is done when CPUs are restarted). + */ + intr_resume(); + #ifdef SMP if (!CPU_EMPTY(&suspcpus)) restart_cpus(suspcpus); #endif mca_resume(); - intr_resume(); AcpiSetFirmwareWakingVector(0); } else { --- a/sys/x86/x86/intr_machdep.c +++ b/sys/x86/x86/intr_machdep.c @@ -287,11 +287,11 @@ intr_resume(void) atpic_reset(); #endif mtx_lock(&intr_table_lock); - lapic_setup(0); STAILQ_FOREACH(pic, &pics, pics) { if (pic->pic_resume != NULL) pic->pic_resume(pic); } + lapic_setup(0); mtx_unlock(&intr_table_lock); } I've put the combined patch here: http://people.freebsd.org/~avg/apic-resume.diff -- Andriy Gapon From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 12:58:05 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A0B47F5; Tue, 18 Dec 2012 12:58:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 31C8E8FC14; Tue, 18 Dec 2012 12:58:05 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id qBICw4gl035998; Tue, 18 Dec 2012 07:58:04 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id qBICw4Yk035997; Tue, 18 Dec 2012 12:58:04 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 18 Dec 2012 12:58:04 GMT Message-Id: <201212181258.qBICw4Yk035997@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on amd64/amd64 Precedence: bulk X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 12:58:05 -0000 TB --- 2012-12-18 07:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-12-18 07:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-12-18 07:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-12-18 07:30:00 - cleaning the object tree TB --- 2012-12-18 07:42:39 - checking out /src from svn://svn.freebsd.org/base/head TB --- 2012-12-18 07:42:39 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2012-12-18 07:42:39 - /usr/local/bin/svn cleanup /src TB --- 2012-12-18 07:44:55 - /usr/local/bin/svn update /src TB --- 2012-12-18 07:45:02 - At svn revision 244385 TB --- 2012-12-18 07:45:03 - building world TB --- 2012-12-18 07:45:03 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 07:45:03 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 07:45:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 07:45:03 - SRCCONF=/dev/null TB --- 2012-12-18 07:45:03 - TARGET=amd64 TB --- 2012-12-18 07:45:03 - TARGET_ARCH=amd64 TB --- 2012-12-18 07:45:03 - TZ=UTC TB --- 2012-12-18 07:45:03 - __MAKE_CONF=/dev/null TB --- 2012-12-18 07:45:03 - cd /src TB --- 2012-12-18 07:45:03 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Dec 18 07:45:08 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Dec 18 11:38:40 UTC 2012 TB --- 2012-12-18 11:38:40 - generating LINT kernel config TB --- 2012-12-18 11:38:40 - cd /src/sys/amd64/conf TB --- 2012-12-18 11:38:40 - /usr/bin/make -B LINT TB --- 2012-12-18 11:38:41 - cd /src/sys/amd64/conf TB --- 2012-12-18 11:38:41 - /usr/sbin/config -m LINT TB --- 2012-12-18 11:38:41 - building LINT kernel TB --- 2012-12-18 11:38:41 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 11:38:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 11:38:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 11:38:41 - SRCCONF=/dev/null TB --- 2012-12-18 11:38:41 - TARGET=amd64 TB --- 2012-12-18 11:38:41 - TARGET_ARCH=amd64 TB --- 2012-12-18 11:38:41 - TZ=UTC TB --- 2012-12-18 11:38:41 - __MAKE_CONF=/dev/null TB --- 2012-12-18 11:38:41 - cd /src TB --- 2012-12-18 11:38:41 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Dec 18 11:38:41 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Tue Dec 18 12:12:17 UTC 2012 TB --- 2012-12-18 12:12:17 - cd /src/sys/amd64/conf TB --- 2012-12-18 12:12:17 - /usr/sbin/config -m LINT-NOINET TB --- 2012-12-18 12:12:17 - building LINT-NOINET kernel TB --- 2012-12-18 12:12:17 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 12:12:17 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 12:12:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 12:12:17 - SRCCONF=/dev/null TB --- 2012-12-18 12:12:17 - TARGET=amd64 TB --- 2012-12-18 12:12:17 - TARGET_ARCH=amd64 TB --- 2012-12-18 12:12:17 - TZ=UTC TB --- 2012-12-18 12:12:17 - __MAKE_CONF=/dev/null TB --- 2012-12-18 12:12:17 - cd /src TB --- 2012-12-18 12:12:17 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET >>> Kernel build for LINT-NOINET started on Tue Dec 18 12:12:17 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT-NOINET completed on Tue Dec 18 12:42:59 UTC 2012 TB --- 2012-12-18 12:42:59 - cd /src/sys/amd64/conf TB --- 2012-12-18 12:42:59 - /usr/sbin/config -m LINT-NOINET6 TB --- 2012-12-18 12:42:59 - building LINT-NOINET6 kernel TB --- 2012-12-18 12:42:59 - CROSS_BUILD_TESTING=YES TB --- 2012-12-18 12:42:59 - MAKEOBJDIRPREFIX=/obj TB --- 2012-12-18 12:42:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-12-18 12:42:59 - SRCCONF=/dev/null TB --- 2012-12-18 12:42:59 - TARGET=amd64 TB --- 2012-12-18 12:42:59 - TARGET_ARCH=amd64 TB --- 2012-12-18 12:42:59 - TZ=UTC TB --- 2012-12-18 12:42:59 - __MAKE_CONF=/dev/null TB --- 2012-12-18 12:42:59 - cd /src TB --- 2012-12-18 12:42:59 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6 >>> Kernel build for LINT-NOINET6 started on Tue Dec 18 12:42:59 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg /src/sys/netinet/tcp_input.c /src/sys/netinet/tcp_input.c:783:7: error: use of undeclared identifier 'isipv6' if ((isipv6 && (m->m_flags & M_IP6_NEXTHOP)) || ^ /src/sys/netinet/tcp_input.c:784:8: error: use of undeclared identifier 'isipv6' (!isipv6 && (m->m_flags & M_IP_NEXTHOP))) ^ 2 errors generated. *** [tcp_input.o] Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT-NOINET6. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-12-18 12:58:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-12-18 12:58:04 - ERROR: failed to build LINT-NOINET6 kernel TB --- 2012-12-18 12:58:04 - 13411.36 user 2496.84 system 19684.04 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 13:40:02 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2513F5E8 for ; Tue, 18 Dec 2012 13:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0AAEE8FC1C for ; Tue, 18 Dec 2012 13:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIDe1nA015048 for ; Tue, 18 Dec 2012 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBIDe1S9015047; Tue, 18 Dec 2012 13:40:01 GMT (envelope-from gnats) Date: Tue, 18 Dec 2012 13:40:01 GMT Message-Id: <201212181340.qBIDe1S9015047@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: KAHO Toshikazu Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KAHO Toshikazu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 13:40:02 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: KAHO Toshikazu To: Andriy Gapon Cc: bug-followup@freebsd.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 22:15:39 +0900 Hello, > I understand. > Could you please try the following patch on top of the previous one (without > reverting r227309, of course) ? Thank you for making patch. r244394 + patch : The machine hangs. r244394 + patch + io_apic.c reverting : The machine can wake up. The patch does not make any regression, but cannot solve the problem. -- kaho@elam.kais.kyoto-u.ac.jp From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 18 14:20:02 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 489D05F2 for ; Tue, 18 Dec 2012 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1EA8FC1F for ; Tue, 18 Dec 2012 14:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIEK23r017302 for ; Tue, 18 Dec 2012 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBIEK2Br017301; Tue, 18 Dec 2012 14:20:02 GMT (envelope-from gnats) Date: Tue, 18 Dec 2012 14:20:02 GMT Message-Id: <201212181420.qBIEK2Br017301@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: Andriy Gapon Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-Mailman-Approved-At: Tue, 18 Dec 2012 14:32:28 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andriy Gapon List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 14:20:02 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: Andriy Gapon To: KAHO Toshikazu Cc: bug-followup@FreeBSD.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Tue, 18 Dec 2012 16:18:34 +0200 on 18/12/2012 15:15 KAHO Toshikazu said the following: > Hello, > >> I understand. >> Could you please try the following patch on top of the previous one (without >> reverting r227309, of course) ? > > Thank you for making patch. > > r244394 + patch : The machine hangs. > r244394 + patch + io_apic.c reverting : The machine can wake up. > > The patch does not make any regression, but cannot solve the problem. That's unfortunate... Are you set up for crash dumps (minidumps are ok) ? Could you please add a call to panic("ioapic_resume"); at the beginning of ioapic_resume function in sys/x86/x86/io_apic.c and save a crash dump for debugging? -- Andriy Gapon From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 19 01:50:01 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8257C3B6 for ; Wed, 19 Dec 2012 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 641848FC12 for ; Wed, 19 Dec 2012 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJ1o13v050209 for ; Wed, 19 Dec 2012 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBJ1o1CC050204; Wed, 19 Dec 2012 01:50:01 GMT (envelope-from gnats) Date: Wed, 19 Dec 2012 01:50:01 GMT Message-Id: <201212190150.qBJ1o1CC050204@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: KAHO Toshikazu Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KAHO Toshikazu List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 01:50:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: KAHO Toshikazu To: Andriy Gapon Cc: bug-followup@freebsd.org Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Wed, 19 Dec 2012 10:47:26 +0900 Hello, > Are you set up for crash dumps (minidumps are ok) ? > Could you please add a call to panic("ioapic_resume"); at the beginning of > ioapic_resume function in sys/x86/x86/io_apic.c and save a crash dump for debugging? The machine now panics, but any keyboard operation makes nothing in debugger. If sysctl debug.debugger_on_panic=0 , kernel was trying to save a dump but failed by ahci error. All devices seem to be sleeping yet. -- kaho@elam.kais.kyoto-u.ac.jp From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 19 06:39:07 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9136193; Wed, 19 Dec 2012 06:39:07 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-ye0-f182.google.com (mail-ye0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 780838FC0A; Wed, 19 Dec 2012 06:39:07 +0000 (UTC) Received: by mail-ye0-f182.google.com with SMTP id q5so360377yen.13 for ; Tue, 18 Dec 2012 22:39:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=822A1LdciUAbmy9LpVtw1of3YaPcbogK/pxKcLx4fAg=; b=zPPVXzrrj5AqyZPdA6ft3IYWZamXvxmqXJP4yOo8SsDLahCyrS4eiBJe65l4Z0HWYE io5LDVlT2Dr38J840K0046AP6Ki1OZaRPAUiPRYCV5HDJtCbkTv0hxsvwKIKBBv4/Fp7 dnYymLlB5kJNT4Ifpu3wbP1RK3gvTOb7STvlDKUEKakioIqk7AmUamP6roTsv76g8auO bT2ClrQHP8udqRxv6xy/XNZqZgHGHI2RnXMdZZjGiSADTsN/2WzMBbqSt03ce+nEfqTU EDY0tJYVCX3nb9Me0/93H8lrUix1r5qjpGz9tRccus9MiCyNsHi/B8ohAAAYVM1RHUz2 CvqA== X-Received: by 10.236.48.37 with SMTP id u25mr4692624yhb.4.1355895871222; Tue, 18 Dec 2012 21:44:31 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id s30sm3744382yhl.21.2012.12.18.21.44.29 (version=SSLv3 cipher=OTHER); Tue, 18 Dec 2012 21:44:30 -0800 (PST) Message-ID: <50D1543B.1030404@gmail.com> Date: Tue, 18 Dec 2012 23:44:27 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, "amd64 @ FreeBSD" Subject: Re: CPU upgrade vs CPUTYPE References: <20121219071737.15514j97uh585t0k@webmail.raad.tartu.ee> In-Reply-To: <20121219071737.15514j97uh585t0k@webmail.raad.tartu.ee> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 06:39:07 -0000 Cross-posting reply to amd64@ for relevance and to get answers from those smart gents. On 12/18/12 23:17, Toomas Aas wrote: > Hello! > > We have a small server running FreeBSD 8.3 amd64 with Intel Pentium D > 945 CPU. As the motherboard/CPU combo is getting rather old, we are > considering an upgrade to new motherboard with Xeon E3-1230 CPU. We > currently have these CPU settings > > in /etc/make.conf: > CPUTYPE?=nocona > > in kernel configuration: > cpu HAMMER this is the only possible setting in the kernel conf for amd64 as I was told. This was why (and might answer the make.conf question as well: from b.f.: > Leave it alone. The choices for the cpu directive in the kernel > config file, as described in config(5) and listed in > src/sys/conf/options. (the only choice for amd64 is HAMMER), > have nothing to do with the choices available for the CPUTYPE variable > (which you may want to change to suit your hardware -- these are the > architecture-dependent options available for the -march and -mtune > directives of your compiler that are also recognized by bsd.cpu.mk), > or with the cpu descriptions printed during boot. As for the rest of your questions, I leave them in the hands of those more knowledgeable than I. HTH > Almost all the software is built from ports, few bits compiled directly > from source. Base system is maintained by buildworld. > > Can we expect the software compiled with above CPU settings to run > without problems on the Xeon E3? We had a chance recently to try a > temporary motherboard/CPU swap in this server, replacing the CPU with > Core i3-2xxx and there were some 'signal 11' errors, but I'm not sure > whether this was due to incompatible CPUTYPE or something else. > > Thanks in advance, > -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 19 13:10:00 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2F41B01 for ; Wed, 19 Dec 2012 13:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7C8A8FC0C for ; Wed, 19 Dec 2012 13:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJDA0G1088105 for ; Wed, 19 Dec 2012 13:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBJDA0qv088104; Wed, 19 Dec 2012 13:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 19 Dec 2012 13:10:00 GMT Resent-Message-Id: <201212191310.qBJDA0qv088104@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Panyushkin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A091B8B8 for ; Wed, 19 Dec 2012 13:05:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB298FC16 for ; Wed, 19 Dec 2012 13:05:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJD5ahD068186 for ; Wed, 19 Dec 2012 13:05:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBJD5av8068185; Wed, 19 Dec 2012 13:05:36 GMT (envelope-from nobody) Message-Id: <201212191305.qBJD5av8068185@red.freebsd.org> Date: Wed, 19 Dec 2012 13:05:36 GMT From: Alexander Panyushkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/174573: snd_hda - headphones on front panel not working anymore X-Mailman-Approved-At: Wed, 19 Dec 2012 13:24:03 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 13:10:00 -0000 >Number: 174573 >Category: amd64 >Synopsis: snd_hda - headphones on front panel not working anymore >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 19 13:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Panyushkin >Release: FreeBSD 9.1-RELEASE #0 r244396M >Organization: Home >Environment: FreeBSD admin.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244396M: Tue Dec 18 16:45:18 EET 2012 root@admin.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: After upgrade world (r244396M), headphones on front panel not working anymore. If module snd_hda unload and load module from /boot/kernel.old headphones on front panel is working fine. egrep pcm /var/run/dmesg.boot pcm0: at nid 13,16,15,10 and 14,12 on hdaa0 pcm1: at nid 11 on hdaa0 pcm2: at nid 33 on hdaa0 sysctl dev.hdac.0.pindump=1 Dumping AFG pins: nid 0x as seq device conn jack loc color misc 10 0221401f 1 15 Headphones Jack 1/8 Front Green 0 11 02a19040 4 0 Mic Jack 1/8 Front Pink 0 12 0181302e 2 14 Line-in Jack 1/8 Rear Blue 0 13 01114010 1 0 Speaker Jack 1/8 Rear Green 0 14 01a19020 2 0 Mic Jack 1/8 Rear Pink 0 15 01111012 1 2 Speaker Jack 1/8 Rear Black 0 16 01116011 1 1 Speaker Jack 1/8 Rear Orange 0 17 42214020 2 0 Headphones None 1/8 Front Green 0 DISA 18 400000fc 15 12 Line-out None Unknown 0x00 Unknown 0 DISA 33 01452150 5 0 SPDIF-out Jack Optical Rear Grey 1 34 400000fd 15 13 Line-out None Unknown 0x00 Unknown 0 DISA NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1 sysctl -a | grep hda dev.hdac.0.%desc: Intel 82801H HDA Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=27 function=0 handle=\_SB_.PCI0.AZAL dev.hdac.0.%pnpinfo: vendor=0x8086 device=0x284b subvendor=0x8086 subdevice=0x2504 class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.pindump: 0 dev.hdac.0.polling: 0 dev.hdacc.0.%desc: Sigmatel STAC9271D HDA CODEC dev.hdacc.0.%driver: hdacc dev.hdacc.0.%location: cad=2 dev.hdacc.0.%pnpinfo: vendor=0x8384 device=0x7627 revision=0x02 stepping=0x01 dev.hdacc.0.%parent: hdac0 dev.hdaa.0.%desc: Sigmatel STAC9271D Audio Function Group dev.hdaa.0.%driver: hdaa dev.hdaa.0.%location: nid=1 dev.hdaa.0.%pnpinfo: type=0x01 subsystem=0x80862504 dev.hdaa.0.%parent: hdacc0 dev.hdaa.0.nid10_config: 0x0221401f as=1 seq=15 device=Headphones conn=Jack ctype=1/8 loc=Front color=Green misc=0 dev.hdaa.0.nid10_original: 0x0221401f as=1 seq=15 device=Headphones conn=Jack ctype=1/8 loc=Front color=Green misc=0 dev.hdaa.0.nid11_config: 0x02a19040 as=4 seq=0 device=Mic conn=Jack ctype=1/8 loc=Front color=Pink misc=0 dev.hdaa.0.nid11_original: 0x02a19040 as=4 seq=0 device=Mic conn=Jack ctype=1/8 loc=Front color=Pink misc=0 dev.hdaa.0.nid12_config: 0x0181302e as=2 seq=14 device=Line-in conn=Jack ctype=1/8 loc=Rear color=Blue misc=0 dev.hdaa.0.nid12_original: 0x0181302e as=2 seq=14 device=Line-in conn=Jack ctype=1/8 loc=Rear color=Blue misc=0 dev.hdaa.0.nid13_config: 0x01114010 as=1 seq=0 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Green misc=0 dev.hdaa.0.nid13_original: 0x01114010 as=1 seq=0 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Green misc=0 dev.hdaa.0.nid14_config: 0x01a19020 as=2 seq=0 device=Mic conn=Jack ctype=1/8 loc=Rear color=Pink misc=0 dev.hdaa.0.nid14_original: 0x01a19020 as=2 seq=0 device=Mic conn=Jack ctype=1/8 loc=Rear color=Pink misc=0 dev.hdaa.0.nid15_config: 0x01111012 as=1 seq=2 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Black misc=0 dev.hdaa.0.nid15_original: 0x01111012 as=1 seq=2 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Black misc=0 dev.hdaa.0.nid16_config: 0x01116011 as=1 seq=1 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Orange misc=0 dev.hdaa.0.nid16_original: 0x01116011 as=1 seq=1 device=Speaker conn=Jack ctype=1/8 loc=Rear color=Orange misc=0 dev.hdaa.0.nid17_config: 0x42214020 as=2 seq=0 device=Headphones conn=None ctype=1/8 loc=Front color=Green misc=0 dev.hdaa.0.nid17_original: 0x42214020 as=2 seq=0 device=Headphones conn=None ctype=1/8 loc=Front color=Green misc=0 dev.hdaa.0.nid18_config: 0x400000fc as=15 seq=12 device=Line-out conn=None ctype=Unknown loc=0x00 color=Unknown misc=0 dev.hdaa.0.nid18_original: 0x400000fc as=15 seq=12 device=Line-out conn=None ctype=Unknown loc=0x00 color=Unknown misc=0 dev.hdaa.0.nid33_config: 0x01452150 as=5 seq=0 device=SPDIF-out conn=Jack ctype=Optical loc=Rear color=Grey misc=1 dev.hdaa.0.nid33_original: 0x01452150 as=5 seq=0 device=SPDIF-out conn=Jack ctype=Optical loc=Rear color=Grey misc=1 dev.hdaa.0.nid34_config: 0x400000fd as=15 seq=13 device=Line-out conn=None ctype=Unknown loc=0x00 color=Unknown misc=0 dev.hdaa.0.nid34_original: 0x400000fd as=15 seq=13 device=Line-out conn=None ctype=Unknown loc=0x00 color=Unknown misc=0 dev.hdaa.0.config: forcestereo,ivref50,ivref80,ivref100,ivref,vref dev.hdaa.0.gpi_state: dev.hdaa.0.gpio_state: 0=disabled 1=disabled 2=disabled dev.hdaa.0.gpio_config: 0=keep 1=keep 2=keep dev.hdaa.0.gpo_state: dev.hdaa.0.gpo_config: dev.hdaa.0.reconfig: 0 dev.pcm.0.%parent: hdaa0 dev.pcm.1.%parent: hdaa0 dev.pcm.2.%parent: hdaa0 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 19 19:06:13 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC02A75A; Wed, 19 Dec 2012 19:06:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 95A648FC0C; Wed, 19 Dec 2012 19:06:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJJ6DOg002372; Wed, 19 Dec 2012 19:06:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBJJ6DPn002368; Wed, 19 Dec 2012 19:06:13 GMT (envelope-from linimon) Date: Wed, 19 Dec 2012 19:06:13 GMT Message-Id: <201212191906.qBJJ6DPn002368@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/174573: [snd_hda] headphones on front panel not working anymore [regression] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 19:06:13 -0000 Old Synopsis: snd_hda - headphones on front panel not working anymore New Synopsis: [snd_hda] headphones on front panel not working anymore [regression] Responsible-Changed-From-To: freebsd-amd64->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 19 19:05:53 UTC 2012 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=174573 From owner-freebsd-amd64@FreeBSD.ORG Thu Dec 20 16:40:00 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2FC288A for ; Thu, 20 Dec 2012 16:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0228FC18 for ; Thu, 20 Dec 2012 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBKGe0kJ072282 for ; Thu, 20 Dec 2012 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBKGe0IF072281; Thu, 20 Dec 2012 16:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Dec 2012 16:40:00 GMT Resent-Message-Id: <201212201640.qBKGe0IF072281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Smedts Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCAD3839 for ; Thu, 20 Dec 2012 16:36:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A45B18FC0A for ; Thu, 20 Dec 2012 16:36:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBKGa1Q4082715 for ; Thu, 20 Dec 2012 16:36:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBKGa1ZH082714; Thu, 20 Dec 2012 16:36:01 GMT (envelope-from nobody) Message-Id: <201212201636.qBKGa1ZH082714@red.freebsd.org> Date: Thu, 20 Dec 2012 16:36:01 GMT From: Olivier Smedts To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/174595: /etc/rc.d/sysctl : unknown oid 'XXX' X-Mailman-Approved-At: Thu, 20 Dec 2012 17:24:52 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 16:40:00 -0000 >Number: 174595 >Category: amd64 >Synopsis: /etc/rc.d/sysctl : unknown oid 'XXX' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 20 16:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olivier Smedts >Release: 10-CURRENT >Organization: >Environment: FreeBSD zozo.afpicl.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244488: Thu Dec 20 15:21:07 CET 2012 root@zozo.afpicl.lan:/usr/obj/usr/src/sys/CORE amd64 >Description: Since the last commit (r244198) to /usr/src/etc/rc.d/sysctl, I've got this error at startup just after root is mounted : sysctl: unknown oid 'compat.linux.osrelease' at line 22: No such file or directory This is somewhat expected, because the linux compat kmod is only loaded after that by /etc/rc.d/abi (because of linux_enable="YES" in /etc/rc.conf, which is a common use case). The problem is that... there was no error before. I think the problem comes from the rewritten /usr/src/etc/rc.d/sysctl, which used ">/dev/null 2>&1" to avoid startup errors from being displayed. >How-To-Repeat: # echo 'compat.linux.osrelease=2.6.32' >> /etc/sysctl.conf # echo 'linux_enable="YES"' >> /etc/rc.conf # sed -i '' 's/^linux_load=/#linux_load=/' /boot/loader.conf # shutdown -r now >Fix: Add "2>&1" after "> /dev/null" in /usr/src/etc/rc.d/sysctl >Release-Note: >Audit-Trail: >Unformatted: