Are there any news on this? About IRQ 14 nobody cared...
Still having trouble with CONFIG_PATA_AMD on my Fuloong 2F (6005) ...
Running linux-loongson-community at commit
f604803bca8223b19d54374017339f42d2d686bf (2.6.37-rc1+)
And, what's the deal with CONFIG_LOONGSON2_CPUFREQ? I had to go into
loongson2_cpufreq.c and comment out line 145 to 150 to compile the
kernel without warnings...
//static struct platform_device_id platform_device_ids[] = {
// {
// .name = "l2_cpufreq",
// },
// {}
//};
If I don't do that, this error occurs:
CC arch/mips/kernel/cpufreq/loongson2_cpufreq.o
cc1: warnings being treated as errors
arch/mips/kernel/cpufreq/loongson2_cpufreq.c:145:34: error:
‘platform_device_ids’ defined but not used
make[3]: *** [arch/mips/kernel/cpufreq/loongson2_cpufreq.o] Error 1
make[2]: *** [arch/mips/kernel/cpufreq] Error 2
make[1]: *** [arch/mips/kernel] Error 2
make: *** [arch/mips] Error 2
- Mads
On 24. sep. 2010 03:19, wu zhangjin wrote:
On 9/23/10, Zhang Le<r0be...@gentoo.org> wrote:
On 10:03 Sun 19 Sep , wu zhangjin wrote:
On 9/18/10, wu zhangjin<wuzhang...@gmail.com> wrote:
On 9/4/10, 包孟謙<bao.mengq...@gmail.com> wrote:
why don't you have a look at the IDE (deprecated) and libata dirver
sections
in the kernel config?
For 2.6.36 and later versions, in the lemote2f_defconfig, we will
disable the deprecated IDE and use libata instead. (and I plan to
upstream this change)
After this change, we may have to fix the "nobody cared irq 14 ..."
problem.
FYI, I have been using this for some time, no "nobody cared irq 14 ..."
problem.
$ zcat /proc/config.gz | grep -v "^#" | grep ATA
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_SFF=y
CONFIG_ATA_BMDMA=y
CONFIG_PATA_AMD=y
Seems I have enabled the same options, but my version is 2.6.36-rc4.
$ cat .config | grep -v "^#" | grep ATA | grep -v "=m"
CONFIG_SCSI_SAS_ATA=y
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_SATA_PMP=y
CONFIG_ATA_SFF=y
CONFIG_ATA_BMDMA=y
CONFIG_PATA_AMD=y
Regards,
Wu Zhangjin
--
You received this message because you are subscribed to the Google Groups
"loongson-dev" group.
To post to this group, send email to loongson-...@googlegroups.com.
To unsubscribe from this group, send email to
loongson-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/loongson-dev?hl=en.