From owner-svn-src-stable-9@FreeBSD.ORG Tue Jun 18 02:43:28 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 940D14AF for ; Tue, 18 Jun 2013 02:43:28 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 161DF10BE for ; Tue, 18 Jun 2013 02:43:27 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id gw10so3115740lab.30 for ; Mon, 17 Jun 2013 19:43:27 -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=sv0ADVtgTsC8P0cK/Ad3KU5rU5SgyQ+JVDoCXB/Kf6Y=; b=DajYuXJQ5091S13OHx2sDRpTDrZ3IqNwDQpSKALlMiNv/6T+8bYN0Zz3t2+AzpU9dv Rlss/og7LZfohEz4IWSWgYVLq79KGub6TwKEBpTmKidm70tGbYsZneno5sSb64kHBTTN WC5o+bKfPnYwjZTz1yXuigmpZRoPwD9tTZ/DV+tCqemPeMFHlEz7PBIRYq+6LfpAxirZ JZBQ0XeVzQIj6neqe/zmY0TTDkWLmloFOLjgb9qa9s1NlOyqkh7Le+2a40ab6FSrxGsG VebNUGRxFe3QhORk4O0Gnyi0dSWOJrLZ5j7ePOp/eOnQ81iBH3hLRXHHgn2GsCLyz75O 68Mg== X-Received: by 10.112.141.6 with SMTP id rk6mr92867lbb.50.1371523406885; Mon, 17 Jun 2013 19:43:26 -0700 (PDT) Received: from [192.168.1.2] ([89.169.163.3]) by mx.google.com with ESMTPSA id zo6sm6316907lbb.9.2013.06.17.19.43.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Jun 2013 19:43:26 -0700 (PDT) Message-ID: <51BFC942.4090103@freebsd.org> Date: Tue, 18 Jun 2013 06:43:14 +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: r251874 - in stable/9/sys: arm/arm cam cam/ctl cam/scsi conf dev/aac dev/advansys dev/aha dev/ahb dev/ahci dev/aic dev/aic7xxx dev/amr dev/arcmsr dev/ata dev/buslogic dev/ciss dev/dpt d... References: <201306180036.r5I0askx009647@svn.freebsd.org> In-Reply-To: <201306180036.r5I0askx009647@svn.freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl3/hgNndM/bdS9hyuUQPbntyV6WYwjLcOsjitO5v0ifUmi3vCZKVODvr7diWVg6xzJ5drY 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-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 02:43:28 -0000 On 18.06.2013 4:36, Scott Long wrote: > Author: scottl > Date: Tue Jun 18 00:36:53 2013 > New Revision: 251874 > URL: http://svnweb.freebsd.org/changeset/base/251874 ===> 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 /usr/src/sys/modules/amd/../../dev/amd/amd.c: In function 'amd_action': /usr/src/sys/modules/amd/../../dev/amd/amd.c:431: error: 'CAM_SCATTER_VALID' undeclared (first use in this function) /usr/src/sys/modules/amd/../../dev/amd/amd.c:431: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/amd/../../dev/amd/amd.c:431: error: for each function it appears in.) /usr/src/sys/modules/amd/../../dev/amd/amd.c:436: error: 'CAM_DATA_PHYS' undeclared (first use in this function) /usr/src/sys/modules/amd/../../dev/amd/amd.c:473: error: 'CAM_SG_LIST_PHYS' undeclared (first use in this function) *** [amd.o] Error code 1 -- http://ache.vniz.net/ bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N