On Fri, 11 Apr 2008 20:44:21 +0800 Zhao Yakui <yakui.zhao@xxxxxxxxx> wrote: > How about the following issue? > There is another question about the driver rtc and rtc-cmos. > rtc driver is in drivers/char/ and rtc-cmos is in drivers/rtc/ > On some laptops the two drivers will share the same memory/irq resource, > which will cause that rtc-cmos driver can't work well after the rtc > driver is already loaded.(Of course RTC sys I/F isn't created in rtc > driver.) > How to solve this issue? The driver in drivers/char/ should not be loaded at all. the most recent Kconfig will check and avoid letting you select both of them. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html