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