From owner-svn-src-all@FreeBSD.ORG Tue Jun 18 04:02:33 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 934D6BAA for ; Tue, 18 Jun 2013 04:02:32 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by mx1.freebsd.org (Postfix) with ESMTP id 03DD71681 for ; Tue, 18 Jun 2013 04:02:31 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id x10so3152759lbi.5 for ; Mon, 17 Jun 2013 21:02:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=l5xFx8sR9jAcAMGG1g6c1C1JmUFS667BcD+IcTZyKn8=; b=HAcpJTZycQ32G1GAduohVbAs6LWhmQDBlKzml8lyN+KEcSmWHu2KEQR002YjgGS7rq 44GHiWkqzCL/IHbqXR4yZHbhE02/EEoRL+hhM14y5AzB0DJvvfPCXo7B1f7zlHVyRTPL lYZdDFHvMrxfn3CINYIzJDu/ugoGSTJJviiY6dnUZenfBAVmtxj1RQUM2jKKRk5doiIw Vdw2GhfO+9eky3cIhFDdIaATXITibUWpWEoZtyHRRgLDEzsgGoQCxMPaKdvQ6I3MYFUm OOzDiIyJP0hrJDFAjt/1zV2dB1iMslsowNxRtZRVvP+W3XESTS0Mn31UxrR/tvfXuLaj +hFg== X-Received: by 10.112.182.39 with SMTP id eb7mr196158lbc.30.1371528144913; Mon, 17 Jun 2013 21:02:24 -0700 (PDT) Received: from [192.168.1.2] ([89.169.163.3]) by mx.google.com with ESMTPSA id uo8sm6394648lbb.5.2013.06.17.21.02.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Jun 2013 21:02:24 -0700 (PDT) Message-ID: <51BFDBC4.3080403@freebsd.org> Date: Tue, 18 Jun 2013 08:02:12 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Scott Long Subject: Re: svn commit: r251888 - stable/9/sys/dev/amd References: <201306180334.r5I3Y8tY068090@svn.freebsd.org> In-Reply-To: <201306180334.r5I3Y8tY068090@svn.freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmzxBFTRf7v7PnOJjndpZdWvWbJZG7Yg0+GvMnB2Tc/TJCYAUdS8ssSZx+I1xlEOWZBwc+S Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 04:02:33 -0000 On 18.06.2013 7:34, Scott Long wrote: > Author: scottl > Date: Tue Jun 18 03:34:08 2013 > New Revision: 251888 > URL: http://svnweb.freebsd.org/changeset/base/251888 > > Log: > Catch up to the changes from r251874. This isn't an MFC because the > amd(4) driver no longer exists in FreeBSD 10. > > Obtained from: Netflix > > Modified: > stable/9/sys/dev/amd/amd.c ===> amd (all) cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/src/sys/i386/compile/POBRECITA/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/src/sys/i386/compile/POBRECITA -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -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 -c /usr/src/sys/modules/amd/../../dev/amd/amd.c cc1: warnings being treated as errors /usr/src/sys/modules/amd/../../dev/amd/amd.c: In function 'amd_action': /usr/src/sys/modules/amd/../../dev/amd/amd.c:437: warning: value computed is not used /usr/src/sys/modules/amd/../../dev/amd/amd.c:445: error: 'sim' undeclared (first use in this function) /usr/src/sys/modules/amd/../../dev/amd/amd.c:445: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/amd/../../dev/amd/amd.c:445: error: for each function it appears in.) *** [amd.o] Error code 1 -- http://ache.vniz.net/ bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N