Date: Tue, 5 Jun 2012 17:20:14 +0200 (CEST) From: Oliver Fromme <olli@lurza.secnetix.de> To: freebsd-stable@FreeBSD.ORG, george+freebsd@m5p.com Subject: Re: ata_controlcmd undefined Message-ID: <201206051520.q55FKEUI060863@lurza.secnetix.de> In-Reply-To: <4FCDE99B.4020108@m5p.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206051520.q55FKEUI060863>