From owner-freebsd-stable@FreeBSD.ORG Tue Jun 5 15:20:32 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7880106566C for ; Tue, 5 Jun 2012 15:20:32 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 695BE8FC0C for ; Tue, 5 Jun 2012 15:20:32 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id q55FKEGF060864; Tue, 5 Jun 2012 17:20:30 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id q55FKEUI060863; Tue, 5 Jun 2012 17:20:14 +0200 (CEST) (envelope-from olli) Date: Tue, 5 Jun 2012 17:20:14 +0200 (CEST) Message-Id: <201206051520.q55FKEUI060863@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, george+freebsd@m5p.com In-Reply-To: <4FCDE99B.4020108@m5p.com> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.9.6-20101126 ("Burnside") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (lurza.secnetix.de [127.0.0.1]); Tue, 05 Jun 2012 17:20:31 +0200 (CEST) Cc: 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: Tue, 05 Jun 2012 15:20:33 -0000 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. Have you tried removing atapicam_load from /boot/loader.conf (I guess that's where you're trying to load the module)? > Kernel configuration is GENERIC (except scheduler is SCHED_4BSD). Just out of curiosity, why do you prefer SCHED_4BSD? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "To this day, many C programmers believe that 'strong typing' just means pounding extra hard on the keyboard." -- Peter van der Linden