On Sun, Jun 22, 2003 at 06:31:49PM +0200, Eli Billauer wrote:

> Reading that quirks file, I see that a kernel message should have been 
> generated, but it wasn't. 

Check /etc/syslog.conf, make sure that any kernel messages go to
/var/log/kern.debug and such. Also, try 'dmesg | grep xxx'. 

> Is there any chance that the function was executed, and the freed, or is 
> this a 100% indication that I should try to change my kernel 
> configuration, and recompile?

Functions marked __init will be freed, if they're built-in. In 2.4,
__init code in modules was ignored, but in 2.5 it's removed as
well. To answer your question, check if pci_fixup_device is marked
__init or not. 
-- 
Muli Ben-Yehuda
http://www.mulix.org
http://www.livejournal.com/~mulix/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to