From owner-freebsd-stable@FreeBSD.ORG Wed Jun 6 00:31:39 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F16B5106564A for ; Wed, 6 Jun 2012 00:31:39 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-2-0-2.r20.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) by mx1.freebsd.org (Postfix) with ESMTP id A477A8FC12 for ; Wed, 6 Jun 2012 00:31:39 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.4/8.14.4) with ESMTP id q560VXHZ012795; Tue, 5 Jun 2012 20:31:38 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <4FCEA4E5.4010908@m5p.com> Date: Tue, 05 Jun 2012 20:31:33 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120604 Thunderbird/10.0.3 MIME-Version: 1.0 To: Oliver Fromme References: <201206051520.q55FKEUI060863@lurza.secnetix.de> In-Reply-To: <201206051520.q55FKEUI060863@lurza.secnetix.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Tue, 05 Jun 2012 20:31:38 -0400 (EDT) X-Scanned-By: MIMEDefang 2.72 on 10.100.0.3 Cc: freebsd-stable@freebsd.org Subject: Re: ata_controlcmd undefined X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 00:31:40 -0000 On 06/05/12 11:20, Oliver Fromme wrote: > George Mitchell<> wrote: > > I csupped my 9.0-STABLE kernel on Sunday and now get this message > > at the beginning of booting up: > > > > link-elf-obj: symbol ata_controlcmd undefined > > KLD file atapicat.ko - could not finalize loading > > The same happened to me, except that I had "device atapicam" > statically in my kernel config. When building the new kernel, > linking failed because of missing symbols (ata_controlcmd and > others). > > It seems that atapicam is now obsolet and has been replaced by > "options ATA_CAM" which is already present in GENERIC. Okay, thanks for the explanation. > Have you tried removing atapicam_load from /boot/loader.conf > (I guess that's where you're trying to load the module)? Yes. > > > Kernel configuration is GENERIC (except scheduler is SCHED_4BSD). > > Just out of curiosity, why do you prefer SCHED_4BSD? Don't get me started! -- George > > Best regards > Oliver >