search for: class_device_cr

Displaying 6 results from an estimated 6 matches for "class_device_cr".

2006 Jan 05
1
zaptel does not compile with kernel 2.6.15
.../src/zaptel/zaptel.o /usr/src/zaptel/zaptel.c: In function 'zt_ppp_xmit': /usr/src/zaptel/zaptel.c:1533: warning: comparison of distinct pointer types lacks a cast /usr/src/zaptel/zaptel.c: In function 'zt_register': /usr/src/zaptel/zaptel.c:4448: warning: passing argument 2 of 'class_device_create' makes pointer from integer without a cast /usr/src/zaptel/zaptel.c:4448: warning: passing argument 3 of 'class_device_create' makes integer from pointer without a cast /usr/src/zaptel/zaptel.c:4448: warning: passing argument 4 of 'class_device_create' from incompatible poin...
2006 Apr 03
1
Asterisk compiling problems...
Hello all, I just got the latest cvs snapshot and I'm trying to compile asterisk.. When I run nefeli:/usr/src/asterisk/zaptel# make clean; make linux26 Compile stops with errors... /usr/src/asterisk/zaptel/zaptel.c:6509: warning: passing argument 2 of 'class_device_create' makes pointer from integer without a cast /usr/src/asterisk/zaptel/zaptel.c:6509: warning: passing argument 3 of 'class_device_create' makes integer from pointer without a cast /usr/src/asterisk/zaptel/zaptel.c:6509: warning: passing argument 4 of 'class_device_create' from...
2009 Jan 10
2
Lenny. Where to find zaptel patches
Hi, While issuing make, I've got: ... CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function ?zt_register?: /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c:5230: error: implicit declaration of function ?class_device_create? My system is Lenny and before getting this error, I successfully did : apt-get source libpri zaptel asterisk cd /usr/src/libpri-1.4.3 make && make install cd ../zaptel-1.4.11~dfsg ./configure It seems to come from class_device deprecation in linux 2.6.26 (see: http://bugs.digium.com...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel