Displaying 13 results from an estimated 13 matches for "rtc_control".
2006 Oct 20
2
modprobe Ztdummy is not working
...see dmesg)
FATAL: Error running install command for ztdummy
After doing dmesg I'm getting this:
[...]
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.2.7 Echo Canceller: KB1
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister
ztdummy: Unknown symbol rtc_control
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister
ztdummy: Unknown symbol rtc_control
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister
ztdummy: Unknown symbol rtc_control
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister...
2007 Sep 13
2
ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
...host kernel: Zaptel Version: 1.4.5.1
Sep 13 14:27:14 localhost kernel: Zaptel Echo Canceller: MG2
Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_register
Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_unregister
Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_control
Message from "modprobe ztdummy" at console,
FATAL: Error inserting ztdummy (/lib/modules/2.6.22.5-76.fc7/misc/ztdummy.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
Message from "dmesg"
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.4.5...
2005 Jun 11
3
ztdummy/rtc
...C
#-DTONEZONE_DRIVER
and I get..
make -C /lib/modules/2.6.11.11/build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory `/usr/src/linux-2.6.11.11'
Building modules, stage 2.
MODPOST
*** Warning: "rtc_unregister" [/usr/src/zaptel/ztdummy.ko] undefined!
*** Warning: "rtc_control" [/usr/src/zaptel/ztdummy.ko] undefined!
*** Warning: "rtc_register" [/usr/src/zaptel/ztdummy.ko] undefined!
make[1]: Leaving directory `/usr/src/linux-2.6.11.11'
when I run make linux26
I would like to compare ztdummy with and without RTC. I will be
continuing to muck with th...
2006 Aug 16
0
RTC module, "IRQ 8 not free" inside domU and Asterisk ztdummy module
...e exactly the same
problem when I try to load ztdummy inside a domU
rtc: IRQ 8 is not free.
WARNING: Error inserting rtc
(/lib/modules/2.6.16.19-xen/kernel/drivers/char/rtc.ko): Input/output error
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister
ztdummy: Unknown symbol rtc_control
FATAL: Error inserting ztdummy
(/lib/modules/2.6.16.19-xen/misc/ztdummy.ko): Unknown symbol in module,
or unknown parameter (see dmesg)
Does it exists a solution with Xen 3.0.2 ?
To share this IRQ or give and access to IRQ 8 from dom0 ?
Thanks for your help
Regards
Sebastien
______________...
2008 Mar 30
0
ztdummy / RTC error
...s), but now I'm getting the following
error and I'm stumped:
rtc: IRQ 8 is not free.
WARNING: Error inserting rtc
(/lib/modules/2.6.16.19-xen/kernel/drivers/char/rtc.ko): Input/output error
ztdummy: Unknown symbol rtc_register
ztdummy: Unknown symbol rtc_unregister
ztdummy: Unknown symbol rtc_control
FATAL: Error inserting ztdummy
(/lib/modules/2.6.16.33-xenU/misc/ztdummy.ko): Unknown symbol in module,
or unknown parameter (see dmesg)
Any idea where I can go from here?
--
Drew Miller
Iowa Democratic Party
Information Technology Director
Office: (515) 974-1682
Cell: (515) 451-4509
AIM: It...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 13/17] paravirt_ops - time updates
...req_select;
-/*
- * IRQs are disabled when we're called from the timer interrupt,
- * no need for spin_lock_irqsave()
- */
-
- spin_lock(&rtc_lock);
/*
* Tell the clock it's being set and stop it.
@@ -263,9 +258,18 @@ static void set_rtc_mmss(unsigned long n
CMOS_WRITE(control, RTC_CONTROL);
CMOS_WRITE(freq_select, RTC_FREQ_SELECT);
- spin_unlock(&rtc_lock);
}
+static void set_rtc_mmss(unsigned long nowtime)
+{
+/*
+ * IRQs are disabled when we're called from the timer interrupt,
+ * no need for spin_lock_irqsave()
+ */
+ spin_lock(&rtc_lock);
+ set_wallclock(nowti...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 13/17] paravirt_ops - time updates
...req_select;
-/*
- * IRQs are disabled when we're called from the timer interrupt,
- * no need for spin_lock_irqsave()
- */
-
- spin_lock(&rtc_lock);
/*
* Tell the clock it's being set and stop it.
@@ -263,9 +258,18 @@ static void set_rtc_mmss(unsigned long n
CMOS_WRITE(control, RTC_CONTROL);
CMOS_WRITE(freq_select, RTC_FREQ_SELECT);
- spin_unlock(&rtc_lock);
}
+static void set_rtc_mmss(unsigned long nowtime)
+{
+/*
+ * IRQs are disabled when we're called from the timer interrupt,
+ * no need for spin_lock_irqsave()
+ */
+ spin_lock(&rtc_lock);
+ set_wallclock(nowti...
2007 Apr 18
2
refactoring io_apic.c
...entry1.trigger = 0;
- entry1.vector = 0;
-
- spin_lock_irqsave(&ioapic_lock, flags);
- io_apic_write(0, 0x11 + 2 * pin, *(((int *)&entry1) + 1));
- io_apic_write(0, 0x10 + 2 * pin, *(((int *)&entry1) + 0));
- spin_unlock_irqrestore(&ioapic_lock, flags);
-
- save_control = CMOS_READ(RTC_CONTROL);
- save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
- CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
- RTC_FREQ_SELECT);
- CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
-
- i = 100;
- while (i-- > 0) {
- mdelay(10);
- if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
-...
2007 Apr 18
2
refactoring io_apic.c
...entry1.trigger = 0;
- entry1.vector = 0;
-
- spin_lock_irqsave(&ioapic_lock, flags);
- io_apic_write(0, 0x11 + 2 * pin, *(((int *)&entry1) + 1));
- io_apic_write(0, 0x10 + 2 * pin, *(((int *)&entry1) + 0));
- spin_unlock_irqrestore(&ioapic_lock, flags);
-
- save_control = CMOS_READ(RTC_CONTROL);
- save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
- CMOS_WRITE((save_freq_select & ~RTC_RATE_SELECT) | 0x6,
- RTC_FREQ_SELECT);
- CMOS_WRITE(save_control | RTC_PIE, RTC_CONTROL);
-
- i = 100;
- while (i-- > 0) {
- mdelay(10);
- if ((CMOS_READ(RTC_INTR_FLAGS) & RTC_PF) == RTC_PF)
-...
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...amp;ioapic_lock, flags);
- io_apic_write(apic, 0x11 + 2 * pin, *(((int *)&entry1) + 1));
- io_apic_write(apic, 0x10 + 2 * pin, *(((int *)&entry1) + 0));
- spin_unlock_irqrestore(&ioapic_lock, flags);
+ ioapic_write_entry(apic, pin, 0, entry1);
save_control = CMOS_READ(RTC_CONTROL);
save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
@@ -1884,10 +1878,7 @@ static void __init unlock_ExtINT_logic(v
CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
clear_IO_APIC_pin(apic, pin);
- spin_lock_irqsave(&ioapic_lock, flags);
- io_apic_write(apic, 0x11 + 2 * pin, *(...
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...amp;ioapic_lock, flags);
- io_apic_write(apic, 0x11 + 2 * pin, *(((int *)&entry1) + 1));
- io_apic_write(apic, 0x10 + 2 * pin, *(((int *)&entry1) + 0));
- spin_unlock_irqrestore(&ioapic_lock, flags);
+ ioapic_write_entry(apic, pin, 0, entry1);
save_control = CMOS_READ(RTC_CONTROL);
save_freq_select = CMOS_READ(RTC_FREQ_SELECT);
@@ -1884,10 +1878,7 @@ static void __init unlock_ExtINT_logic(v
CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
clear_IO_APIC_pin(apic, pin);
- spin_lock_irqsave(&ioapic_lock, flags);
- io_apic_write(apic, 0x11 + 2 * pin, *(...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...req_select;
-/*
- * IRQs are disabled when we're called from the timer interrupt,
- * no need for spin_lock_irqsave()
- */
-
- spin_lock(&rtc_lock);
/*
* Tell the clock it's being set and stop it.
@@ -263,9 +258,18 @@ static void set_rtc_mmss(unsigned long n
CMOS_WRITE(control, RTC_CONTROL);
CMOS_WRITE(freq_select, RTC_FREQ_SELECT);
- spin_unlock(&rtc_lock);
}
+static void set_rtc_mmss(unsigned long nowtime)
+{
+/*
+ * IRQs are disabled when we're called from the timer interrupt,
+ * no need for spin_lock_irqsave()
+ */
+ spin_lock(&rtc_lock);
+ set_wallclock(nowti...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...req_select;
-/*
- * IRQs are disabled when we're called from the timer interrupt,
- * no need for spin_lock_irqsave()
- */
-
- spin_lock(&rtc_lock);
/*
* Tell the clock it's being set and stop it.
@@ -263,9 +258,18 @@ static void set_rtc_mmss(unsigned long n
CMOS_WRITE(control, RTC_CONTROL);
CMOS_WRITE(freq_select, RTC_FREQ_SELECT);
- spin_unlock(&rtc_lock);
}
+static void set_rtc_mmss(unsigned long nowtime)
+{
+/*
+ * IRQs are disabled when we're called from the timer interrupt,
+ * no need for spin_lock_irqsave()
+ */
+ spin_lock(&rtc_lock);
+ set_wallclock(nowti...