From owner-freebsd-stable@freebsd.org Fri Nov 27 18:48:30 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E310A3AD07 for ; Fri, 27 Nov 2015 18:48:30 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCF0E1627 for ; Fri, 27 Nov 2015 18:48:29 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: by vkca188 with SMTP id a188so17039868vkc.0 for ; Fri, 27 Nov 2015 10:48:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=viLd+8h8V1KtbLFIyTbWNyplGjGP2pJOuLms1K5BclY=; b=eTSK8/hjFTydxQZU4GqWC1B6XT7obvgYV+4/qubJ46tcfd88Nm1oIccE0yXKXfQCvm u2ns9lBzA4Jic9tAkOkhfDdr/np1ypgOQW+HfWrfx2vimkrceOi2bMgJjexkcLbkzu7B T62vPlQ+T9ZZILwh5l8HlufC+w1GTK+EhZofGEmeYyZ3601PIzCSrdYsXECFrEHj74Qr cBASJHeMRUppBTp0652OvhyxRyp/MKC5kMwzBPaG0wUoiyxBxsaBvtlcZ34Y/rFkLXEP MW54tQdz2a+2xPY9SBydVGqnoYEWZou+TDA8Sf9kpoJwE3HSeS6znPmuOPurbRK98H6F kOgw== MIME-Version: 1.0 X-Received: by 10.31.194.201 with SMTP id s192mr44481448vkf.92.1448650108727; Fri, 27 Nov 2015 10:48:28 -0800 (PST) Received: by 10.103.108.3 with HTTP; Fri, 27 Nov 2015 10:48:28 -0800 (PST) Received: by 10.103.108.3 with HTTP; Fri, 27 Nov 2015 10:48:28 -0800 (PST) In-Reply-To: <5657358D.8020505@aldan.algebra.com> References: <5657358D.8020505@aldan.algebra.com> Date: Fri, 27 Nov 2015 10:48:28 -0800 Message-ID: Subject: Re: hyperv fails to build, when "nodevice ata" is set in kernel-config From: "alex.burlyga.ietf alex.burlyga.ietf" To: "Mikhail T." Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 18:48:30 -0000 On Nov 26, 2015 09:39, "Mikhail T." wrote: > > All my drives here are using ahci and the currently-used 9.2-PRERELEASE > kernel sees them thus: > > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 > ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 > ada3 at ahcich4 bus 0 scbus4 target 0 lun 0 > > I'm trying to upgrade to 10.2 getting the following error from > buildkernel working with the same kernel-config file as before: > > /usr/src/sys/dev/hyperv/stordisengage/hv_ata_pci_disengage.c:76:10: > fatal error: 'ata_if.h' file not found > #include > ^ > 1 error generated. > mkdep: compile failed > > Please, advise. Thanks! Yours Run into it yesterday, just disabled to HYPER-V entries in conf file for now. Builds fine after that. > > -mi > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"