Re: ata_controlcmd undefined

2012-06-05 Thread George Mitchell

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



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: ata_controlcmd undefined

2012-06-05 Thread Oliver Fromme
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
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


ata_controlcmd undefined

2012-06-05 Thread George Mitchell

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

Kernel configuration is GENERIC (except scheduler is SCHED_4BSD).
-- George Mitchell
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"